hujiese / Design-Pattern
23种设计模式学习笔记,代码设计使用c++和java两种语言实现。文档结构和说明代码参考传智播客王保明老师的培训讲义,扩展案例使用java语言实现,参考了 http://www.runoob.com/design-pattern/design-pattern-tutorial.html 网站的实例,使用c++语言重写。后期将对c++代码进行内存管理等方面的优化并结合实际开发当中的一些例子使用这些模式。
☆37Updated 5 years ago
Alternatives and similar repositories for Design-Pattern:
Users that are interested in Design-Pattern are comparing it to the libraries listed below
- C++ 学习资料,项目总结资料☆28Updated 11 years ago
- 涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆37Updated 4 years ago
- 关于C++的稍微高级点的部分,包括CGI通用网关编程、STL容器和算法、lambda表达式、多线程和信号,后期将不断更新内容,加入更多readme。☆12Updated 6 years ago
- 利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆36Updated 5 years ago
- gitchat 《C++ 多线程编程详解》课程源码☆38Updated 5 years ago
- 极客班C++专业样本项目资源库☆41Updated 9 years ago
- 后台开发核心技术与应用实践☆28Updated 5 years ago
- 程杰版的《大话设计模式》的C++版本代码☆26Updated 6 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆85Updated 2 years ago
- 编程实验第三次,高性能web服务器,用c++编写一个支持高并发的web服务器,用于提供静态文件访问和日志管理,用到多线程与线程池、网络编程框架☆45Updated 11 years ago
- 用C++开发web服务器框架☆31Updated 3 years ago
- Qt5.9 C++ 开发指南学习项目☆58Updated 6 years ago
- Linux下的系统编程&网络编程&shell脚本>est☆38Updated 7 years ago
- 尝试实现一个迷你的web服务器,用来学习C++语法、多线程编程、网络编程、Linux环境下编程☆21Updated 6 years ago
- 《Head First设计模式》学习代码,使用C++实现☆71Updated 9 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 5 years ago
- c++负载均衡服务器☆30Updated 6 years ago
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆75Updated 9 years ago
- 使用C++描述的设计模式☆18Updated 7 years ago
- 一个Qt写的连连看小游戏☆18Updated 8 years ago
- 学习socket网络编程,学习C++类的封装☆20Updated 10 years ago
- C、C++和其在Linux下的编程学习,主要是51CTO、传智播客、一些经典书籍的学习等☆33Updated 10 months ago
- C++ Library for POSIX System.☆24Updated this week
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆42Updated 5 years ago
- 学员学习过程,课程总结的文章集锦,包含linux c/c++服务器,音视频,内核,dpdk,golang☆111Updated 3 years ago
- 高性能网络设计——网络编程(网络io与select、poll、epoll,reactor原理与实现、http服务器实现、websocket协议与服务器实现)与网络原理(服务器百万并发,网络协议栈,UDP可靠传输协议QUIC),协程框架NtyCo的实现,用户态协议栈NtyTc…☆30Updated 2 years ago
- C++ 线程库示例及教程☆77Updated last year
- A Note about 《C++ 并发编程实战》☆23Updated 2 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Updated 7 years ago