guodongxiaren / CCPPLinks
C语言和C++的重要概念
☆14Updated 3 years ago
Alternatives and similar repositories for CCPP
Users that are interested in CCPP are comparing it to the libraries listed below
Sorting:
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆84Updated 2 years ago
- Linux平台下C++开发的网络服务程序设计,多进程网络服务程序,多线程网络服务程 序,线程池网络服务程序的设计,代码的编写。客户端的主要功能是为用户提供交互 式的算数运算命令,并通过用户命令完成与服务器端的交互。服务器端采用多进程, 多线程,线程池三种方式实现,此版本不涉…☆51Updated 12 years ago
- libevent library reimplemented with c++☆43Updated 5 years ago
- libevent-1.4.15源码阅读注释☆72Updated 7 years ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 9 years ago
- 使用 epoll 实现多线程 Reactor 模式的 TCP server 框架。☆10Updated 6 years ago
- 一些C/C++常用封装例子☆215Updated 4 years ago
- 类dubbo的c++分布式服务框架;采用微内核、插件式架构设计;仅支持泛化调用和泛化服务暴露;兼容dubbo标准协议☆21Updated 8 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆76Updated 7 years ago
- 自己写的一些C++常用类,目前包含Heartbeat,CIniFile,Log(线程安全的跨平台日志类), 控制台彩色输出(跨平台),后面根据需要逐渐增加☆29Updated 9 years ago
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆74Updated 10 years ago
- 用C++开发web服务器框架☆31Updated 4 years ago
- 分布式队列服务器,实现接口简单,支持tcp/udp,高可 用、高性能的队列服务器集群☆47Updated 7 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆140Updated 9 years ago
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Updated 9 years ago
- 《Head First设计模式》学习代码,使用C++实现☆72Updated 10 years ago
- Linux环境下的C/C++小项目☆97Updated 8 years ago
- 极客班C++专业样本项目资源库☆40Updated 10 years ago
- 一个异步网络库☆27Updated 4 years ago
- 使用C++描述的设计模式☆18Updated 8 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务 器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- 高性能博客系统☆30Updated 6 years ago
- 基于共享内存的进程间通信组件☆15Updated 6 years ago
- 学习socket网络编程,学习C++类的封装☆20Updated 10 years ago
- C++实现,对libevent库二次开发,解决libevent和自有服务融合问题☆223Updated 6 years ago
- 高性能 c++ 服务器框架, 协程rpc框架 10秒即可上手。技术交流群:339711102,主要探讨游戏开发,游戏框架,后台开发,web框架及fastrpc使用优化问题。 http://www.oschina.net/p/python-fastrpc☆80Updated 8 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- 利用Boost Asio库开发的大并发量,高性能的网络通讯库,有线程池和即时,定时任务调度功能,负载均衡功能,可用于大并发量的客户端和服务端编程☆19Updated 5 years ago
- Linux API速查手册(https://github.com/guodongxiaren/LinuxAPI/wiki)☆168Updated 5 years ago
- C++ 学习资料,项目总结资料☆30Updated 12 years ago