hujiese / Design-Pattern
23种设计模式学习笔记,代码设计使用c++和java两种语言实现。文档结构和说明代码参考传智播客王保明老师的培训讲义,扩展案例使用java语言实现,参考了 http://www.runoob.com/design-pattern/design-pattern-tutorial.html 网站的实例,使用c++语言重写。后期将对c++代码进行内存管理等方面的优化并结合实际开发当中的一些例子使用这些模式。
☆38Updated 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
Sorting:
- 关于C++的稍微高级点的部分,包括CGI通用网关编程、STL容器和算法、lambda表达式、多线程和信号,后期将不断更新内容,加入更多readme。☆12Updated 6 years ago
- gitchat 《C++ 多线程编程详解》课程源码☆38Updated 5 years ago
- 极客班C++专业样本项目资源库☆41Updated 9 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- 涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆37Updated 4 years ago
- LinuxC++ 高并发网络编程【高性能静态网络服务器 一步步搭建过程】从基础到socket熟练应用☆53Updated 4 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- 用C++开发web服务器框架☆31Updated 3 years ago
- C++ 学习资料,项目总结资料☆29Updated 12 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Updated 7 years ago
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆11Updated 6 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆139Updated 8 years ago
- Qt5.9 C++ 开发指南学习项目☆59Updated 6 years ago
- 大并发服务器学习笔记,主要针对与poll、epoll和muduo的探讨☆24Updated 6 years ago
- 后台开发核心技术与应用实践☆29Updated 5 years ago
- 使用C++描述的设计模式☆18Updated 7 years ago
- 《Head First设计模式》学习代码,使用C++实现☆70Updated 9 years ago
- 线程池,使用了很多C++ 11的新特性, 流程和传统的差不多,但是代码简洁了很多。☆26Updated 6 years ago
- 《Software Architecture with C++》的非专业个人翻译☆75Updated 2 years ago
- 《C++ STL与泛型编程高级-侯捷》视频中关于各种容器的测试代码☆39Updated 4 years ago
- Linux环境下的C/C++小项目☆96Updated 7 years ago
- 学习socket网络编程,学习C++类的封装☆20Updated 10 years ago
- 高性能博客系统☆27Updated 5 years ago
- 程杰版的《大话设计模式》的C++版本代码☆26Updated 6 years ago
- c++负载均衡服务器☆30Updated 6 years ago
- filezilla是一款非常不错的ftp软件,这是我维护的filezilla客户端和服务器端源码。☆70Updated 7 years ago
- C++ 线程库示例及教程☆77Updated last year
- 利用C++把之前的socket重 新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆36Updated 5 years ago
- windows下单进程/多进程/多线程/select/iocp架构的socket服务端和客户端框架☆65Updated 8 years ago
- 编程实验第三次,高性能web服务器,用c++编写一个支持高并发的web服务器,用于提供静态文件访问和日志管理,用到多线程与线程池、网络编程框架☆45Updated 12 years ago