hujiese / CPP-Extends
关于C++的稍微高级点的部分,包括CGI通用网关编程、STL容器和算法、lambda表达式、多线程和信号,后期将不断更新内容,加入更多readme。
☆12Updated 6 years ago
Alternatives and similar repositories for CPP-Extends:
Users that are interested in CPP-Extends are comparing it to the libraries listed below
- linux常用库,使用boost和标准库编写的常用库,包含线程池、内存池、通信、日志、时间处理、定时器☆13Updated 10 years ago
- A simple cross-platform c++11 reactor-based library just like the implementation for cpp (muduo), java(netty) and python(twisted)☆26Updated 5 years ago
- C++开发的Windows音乐播放器,使用开源音频处理库libzplay。☆20Updated 5 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- 23种设计模式学习笔记,代码设计使用c++和java两种语言实现。文档结构和说明代码参考传智播客王保明老师的培训讲义,扩展案例使用java语言实现,参考了 http://www.runoob.com/design-pattern/design-pattern-tutoria…☆37Updated 5 years ago
- 高性能博客系统☆27Updated 5 years ago
- 基于协程的C++网络开发框架☆23Updated 6 years ago
- 用C++11的std::atomic<T>实现一个无锁队列☆17Updated 8 years ago
- My Study and Test Codes of C++ Language☆33Updated 9 years ago
- EasyCpp是一个服务器网络开发的C++ 敏捷开发框架,有了它,从此Linux C++ web开发So Easy!(你会找到很多PHP同名函数)☆31Updated 8 years ago
- 学习socket网络编程,学习C++类的封装☆20Updated 10 years ago
- 用duilib写的一个 虚拟键盘 ,可以参考学习 duilib 的一些用法和鼠标消息的 hook ,今天开源出来供学习。 功能难免不够完善,欢迎修正bug和添加功能,本人比较忙,有可能没时间后期维护,谨慎直接用于 商业项目☆37Updated 8 years ago
- c网络爬虫simspider的请求队列和完成队列的redis实现,用于大规模分布式爬虫架构。☆12Updated 9 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可用、高性能的队列服务器集群☆47Updated 6 years ago
- Easy to use RPC framework☆42Updated 7 years ago
- 整理了几款优质软件的源码。☆32Updated 2 weeks ago
- Distributed service governance framework based on c/c++, including service registration, service discovery, unified configuration, messag…☆22Updated 6 years ago
- 我的C++11学习资料和示例代码☆59Updated 6 years ago
- 基于ANSI C开发的内存池和线程池,性能优异☆19Updated 9 years ago
- 基于DUILib和Tesseract的OCR识别工具☆17Updated 9 years ago
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和应…☆24Updated 7 years ago
- gitchat 《C++ 多线程编程详解》课程源码☆38Updated 5 years ago
- 使用C++描述的设计模式☆18Updated 7 years ago
- server based on boost☆18Updated 5 years ago
- 轻量级线程池☆12Updated 8 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Updated 7 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- c/c++ 语言的demo和各种工具类,包括数据结构算法和信息安全算法等。☆14Updated 8 years ago
- 定时器方案,采用epoll的异步驱动和采用时间轮推动2中方案。测试在20万个定时器同时存在(以50us的速率仍然持续创建)的情况下内存为20M,cpu占用2%左右☆16Updated 9 years ago
- cpp go Coroutines 高并发 高性能.用C/C++实现的类似golang的协程和网络库.☆27Updated 4 years ago