hujiese / Design-PatternLinks
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:
- gitchat 《C++ 多线程编程详解》课程源码☆38Updated 5 years ago
- 关于C++的稍微高级点的部分,包括CGI通用网关编程、STL容器和算法、lambda表达式、多线程和信号,后期将不断更新内容,加入更多readme。☆12Updated 6 years ago
- 涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆37Updated 4 years ago
- C++ 学习资料,项目总结资料☆29Updated 12 years ago
- 极客班C++专业样本项目资源库☆41Updated 9 years ago
- 程杰版的《大话设计模式》的C++版本代码☆26Updated 6 years ago
- 后台开发核心技术与应用实践☆29Updated 5 years ago
- LinuxC++ 高并发网络编程【高性能静态网络服务器 一步步搭建过程】从基础到socket熟练应用☆53Updated 4 years ago
- 用C++开发web服务器框架☆31Updated 3 years ago
- C++&&Java socket网络编程 学习socket 案例快速入手☆51Updated 5 years ago
- Qt5.9 C++ 开发指南学习项目☆59Updated 6 years ago
- Linux环境下的C/C++小项目☆96Updated 7 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆56Updated 9 years ago
- 利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆36Updated 5 years ago
- c++负载均衡服务器☆30Updated 6 years ago
- Linux平台下C++(C++98、C++03、C++11)实现的线程池☆11Updated 7 years ago
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 7 years ago
- 一个Qt写的连连看小游戏☆17Updated 8 years ago
- 编程实验第三次,高性能web服务器,用c++编写一个支持高并发的web服务器,用于提供静态文件访问和日志管理,用到多线程与线程池、网络编程框架☆45Updated 12 years ago
- 学员学习过程,课程总结的文章集锦,包含linux c/c++服务器,音视频,内核,dpdk,golang☆118Updated 3 years ago
- C++ 实现QQ空间机器人☆44Updated 8 years ago
- 基于C++ Muduo网络库的集群聊天服务器项目☆71Updated 5 years ago
- 200 LeetCode Top Interview Questions: Optimal Solutions with Detailed Explanations for Easy/Medium/Hard Levels to Ace Coding Interviews☆63Updated 5 months ago
- Linux下的系统编程&网络编程&shell脚本>est☆38Updated 7 years ago
- TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)☆59Updated 8 years ago
- 这是一个简易的rpc框架☆20Updated 8 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆42Updated 6 years ago
- I/O multiplexing(select,poll和epoll三组I/O复用系统调用),libevent学习笔记和与之相关的小项目。☆31Updated 7 years ago
- CMake/Make/Shell/Multi-thread' usage☆81Updated last year
- 邓俊辉《数据结构》第三版☆42Updated 8 years ago