liu-jianhao / simpleFSLinks
基于内存的简易文件系统实现
☆25Updated 7 years ago
Alternatives and similar repositories for simpleFS
Users that are interested in simpleFS are comparing it to the libraries listed below
Sorting:
- 一个小型的c语言编译器☆93Updated 7 years ago
- 简单C++标准库(STL)的实现☆62Updated 8 years ago
- 二叉查找树、AVL树、红黑树、B-树☆52Updated 9 years ago
- 使用NASM汇编以及C++(内嵌MASM)编写的实模式操作系统,以及一个汇编编写的QQ堂图形化游戏☆77Updated 5 years ago
- BTree and BPlusTree Realize:B树和B+树的实现代码☆93Updated 10 years ago
- 简单有效的内存池实现☆100Updated 9 years ago
- 大学时期学习数据结构的C++源码,包含AVL树、Treap、多个有序链表合并、二叉查找树、二项堆、红黑树、伸展树、跳表、栈与队列相互模拟以及最小(大)值求解、主席树的C++版实现,欢迎指出错误和提交贡献。☆137Updated 9 years ago
- 学习STL过程,自己实现的STL代码☆196Updated 8 years ago
- 《Linux 高性能服务器》附带的项目程序springsnil详细解读,一个负载均衡服务器☆118Updated 7 years ago
- A High Performance Multithread Network Library☆107Updated 6 years ago
- c++负载均衡服务器☆30Updated 7 years ago
- 基于协程和事件循环的c++网络库☆61Updated 6 years ago
- A linux-like virtual file system by C++☆148Updated 6 years ago
- C++实现简单数据库引擎☆27Updated 7 years ago
- C++11 实现的简易版 STL☆227Updated 8 years ago
- codes of linux programing (线程池,IO复用,进程间通信等)☆57Updated 9 years ago
- 基于c++实现ftp客户端,服务端程序☆26Updated 7 years ago
- 《C++ STL与泛型编程高级-侯捷》视频中关于各种容器的测试代码☆38Updated 5 years ago
- 邓俊辉《数据结构》第三版☆42Updated 9 years ago
- 这是一个简 易的rpc框架☆20Updated 8 years ago
- libevent library reimplemented with c++☆43Updated 5 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- a mini implementation of muduo☆129Updated 11 years ago
- A high performance, cross-platform Internet Communication Engine. Developed with native socket API. Aim at handling millions of concurren…☆56Updated 2 years ago
- 【计算机图形学 - 绘图系统】核心算法模块,完成了直线生成(DDA算法、Bresenham算法),多边形生成,椭圆 生成(中点椭圆算法),曲线生成(Bezier和B-spline),图元平移、旋转、缩放,线段剪裁(Cohen-Sutherland算法、Liang-Barsky…☆85Updated 5 years ago
- 改善程序与设计的55个具体做法(第三版)☆28Updated 2 years ago
- Qt 写的五子棋小游戏,带AI和双人对战,已添加网络功能☆19Updated 7 years ago
- 一个搜索引擎迷你项目,涉及分词,建倒排索引,网页去重,计算相似度,文本聚类,多进程编程,网络编程,守护进程编写,makefile编写,工程组织等各方面内容☆139Updated 10 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆82Updated 4 months ago
- c++ 实现关系型数据库 / 数据库概论课程设计☆50Updated 6 years ago