lsgwr / linux-c-cppLinks
C、C++和其在Linux下的编程学习,主要是51CTO、传智播客、一些经典书籍的学习等
☆36Updated last year
Alternatives and similar repositories for linux-c-cpp
Users that are interested in linux-c-cpp are comparing it to the libraries listed below
Sorting:
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆86Updated 2 years ago
- 《Linux高性能服务器编程》上的例子☆50Updated 11 years ago
- C/C++/Golang/Linux...知识整理☆97Updated 8 months ago
- Linux下单进程/多线程/多进程/select/epoll架构的socket服务端和客户端的框架☆47Updated 8 years ago
- libevent-1.4.15源码阅读注释☆72Updated 6 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Updated 7 years ago
- 高性能博客系统☆30Updated 6 years ago
- epoll+线程池实现大文件传输☆66Updated 10 years ago
- Linux环境下的C/C++小项目☆97Updated 7 years ago
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆75Updated 10 years ago
- 尝试阻塞与非阻塞,I/O多路复用(select, epoll)☆76Updated 7 years ago
- ☆67Updated 6 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 8 years ago
- 学员学习过程,课程总结的文章集锦,包含linux c/c++服务器,音视频,内核,dpdk,golang☆126Updated 3 years ago
- 这里面的代码注释,前后花了六年时间,几乎所有重要的内核子系统都注释了,例如中断、互斥、时钟、信号、内存、调度、网络协议栈、文件系统☆163Updated 7 years ago
- 由C语言实现的单线程高并发的网络基础库☆54Updated 4 years ago
- 本项目是在linux下基于Tinyhttpd扩展实现的不到700行的超轻量型Http Server,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。☆21Updated 5 years ago
- fast thread pool☆28Updated 6 years ago
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆168Updated 3 weeks ago
- Easy-Load-Balancer(ELB)是一个易用、稳定、高性能的服务间远程调用的管理、调度、负载系统☆60Updated 7 years ago
- LinuxC++ 高并发网络编程【高性能静态网络服务器 一步步搭建过程】从基础到socket熟练应用☆52Updated 4 years ago
- 整理了几款优质软件的源码。☆35Updated 7 months ago
- TCP/IP网络编程☆166Updated 7 years ago
- 一个自己封装的基于reactor的c++网络库☆37Updated 9 years ago
- Linux API速查手册(https://github.com/guodongxiaren/LinuxAPI/wiki)☆167Updated 5 years ago
- 我的C++11学习资料和示例代码☆58Updated 6 years ago
- linux0.11源码解析☆94Updated last year
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆140Updated 9 years ago
- 涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆40Updated 4 years ago