liu-jianhao / simpleFSLinks
基于内存的简易文件系统实现
☆25Updated 6 years ago
Alternatives and similar repositories for simpleFS
Users that are interested in simpleFS are comparing it to the libraries listed below
Sorting:
- 大学时期学习数据结构的C++源码,包含AVL树、Treap、多个有序链表合并、二叉查找树、二项堆、红黑树、伸展树、跳表、栈与队列相互模拟以及最小(大)值求解、主席树的C++版实现,欢迎指出错误和提交贡献。☆136Updated 9 years ago
- 二叉查找树、AVL树、红黑树、B-树☆51Updated 8 years ago
- 简单有效的内存池实现☆96Updated 9 years ago
- 使用NASM汇编以及C++(内嵌MASM)编写的实模式操作系统,以及一个汇编编写的QQ堂图形化游戏☆76Updated 5 years ago
- 一个小型的c语言编译器☆88Updated 7 years ago
- c++负载均衡服务器☆30Updated 7 years ago
- A linux-like virtual file system by C++☆147Updated 5 years ago
- Multithreaded network library in C++17☆92Updated 3 years ago
- 基于c++实现ftp客户端,服务端程序☆26Updated 6 years ago
- 这是由szy,bhy,wn,fp开发的红色警戒游戏☆86Updated 3 years ago
- 《C++ STL与泛型编程高级-侯捷》视频中关于各种容器的测试代码☆39Updated 4 years ago
- 《Linux 高性能服务器》附带的项目程序springsnil详细解读,一个负载均衡服务器☆118Updated 6 years ago
- A high performance, cross-platform Internet Communication Engine. Developed with native socket API. Aim at handling millions of concurren…☆54Updated 2 years ago
- 轻量级Json库☆42Updated 2 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆72Updated 6 years ago
- Roughly imitated some of the most popular and less complex functionalities of CAD with MFC. || 使用MFC,简单地模仿了CAD软件中的一些最常见的、也易于实现的功能。☆26Updated 4 years ago
- 基于协程和事件循环的c++网络库☆60Updated 5 years ago
- 基于C++实现的用户态TCP协议☆21Updated 4 years ago
- 【计算机图形学 - 绘图系统】核心算法模块,完成了直线生成(DDA算法、Bresenham算法),多边形生成,椭圆生成(中点椭圆算法),曲线生成(Bezier和B-spline),图元平移、旋转、缩放,线段剪裁(Cohen-Sutherland算法、Liang-Barsky…☆83Updated 5 years ago
- C++实现简单数据库引擎☆26Updated 6 years ago
- 如何使用c++编写自己的操作系统(翻译项目)☆36Updated 7 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆23Updated 6 years ago
- BTree and BPlusTree Realize:B树和B+树的实现代码☆89Updated 9 years ago
- A High Performance Multithread Network Library☆108Updated 6 years ago
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆79Updated last week
- A high performance multithread C++ network library for linux.☆66Updated 5 years ago
- 利用lex和yacc完成编译原理与技术课本中的三个实验:词法分析,语法分析,语义分析☆17Updated 6 years ago
- To keep the code that about the algorithms☆48Updated 4 years ago
- codes of linux programing (线程池,IO复用,进程间通信等)☆56Updated 9 years ago
- gitchat 《C++ 多线程编程详解》课程源码☆37Updated 5 years ago