hujiese / Design-PatternLinks
23种设计模式学习笔记,代码设计使用c++和java两种语言实现。文档结构和说明代码参考传智播客王保明老师的培训讲义,扩展案例使用java语言实现,参考了 http://www.runoob.com/design-pattern/design-pattern-tutorial.html 网站的实例,使用c++语言重写。后期将对c++代码进行内存管理等方面的优化并结合实际开发当中的一些例子使用这些模式。
☆37Updated 6 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++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆40Updated 5 years ago
- C++ 线程库示例及教程☆84Updated 2 years ago
- gitchat 《C++ 多线程编程详解》课程源码☆39Updated 6 years ago
- C++ 学习资料,项目总结资料☆29Updated 12 years ago
- Qt5.9 C++ 开发指南学习项目☆60Updated 7 years ago
- LinuxC++ 高并发网络编程【高性能静态网络服务器 一步步搭建过程】从基础到socket熟练应用☆52Updated 5 years ago
- linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能☆86Updated 3 years ago
- 利用C++把之前的socket重新封装成类,按照面对对象思想编写,增加异常类,epoll,多线程,读写锁,然后完成一个比较完善聊天室,增加心跳包☆37Updated 6 years ago
- 用C++开发web服务器框架☆31Updated 4 years ago
- Linux环境下的C/C++小项目☆98Updated 8 years ago
- 极客班C++专业样本项目资源库☆40Updated 10 years ago
- 系统编程:Makefile的编写、进程线程区别以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- 本例程提供了C++的STL常用数据结构及其算法的使用范例,比如vector、string、list、forward_list、deque、queue、stack、map、set、multimap、multiset、tuple、bitset的使用范例,以及algorithm常…☆28Updated 7 years ago
- 学员学习过程,课程总结的文章集锦,包含linux c/c++服务器,音视频,内核,dpdk,golang☆130Updated 3 years ago
- 200 LeetCode Top Interview Questions: Optimal Solutions with Detailed Explanations for Easy/Medium/Hard Levels to Ace Coding Interviews☆63Updated last year
- 使用c++ 14 重构muduo网络库。去除boost依赖。☆34Updated 8 years ago
- SGI STL源码-注释版☆76Updated 7 years ago
- Professional C++11/14&Boost Development☆60Updated 5 years ago
- 2022年,梳理100位具有影响力的程序员,包含大厂高p高t,开源作者,学术比赛,博客自媒体,书籍作者☆49Updated 3 years ago
- 程序员代码面试指南C++版,更新中☆117Updated 6 years ago
- 编程实验第三次,高性能web服务器,用c++编写一个支持高并发的web服务器,用于提供静态文件访问和日志管理,用到多线程与线程池、网络编程框架☆46Updated 12 years ago
- 《Head First设计模式》学习代码,使用C++实现☆72Updated 10 years ago
- c++的学习笔记☆139Updated 4 years ago
- c++11 implementation of muduo net lib and muduo asynclogging.☆33Updated 6 years ago
- 《使用C++11编写Linux多线程程序》所附代码☆31Updated 10 years ago
- linux下开发的一个即时通讯程序,使用mysql数据库和阿里云服务器搭建服务端程序,采用多线程实现高并发。客户端界面用qt框架绘制。☆140Updated 9 years ago
- “四人帮”-《设计模式:可复用面向对象软件的基础》所有模式的实现,使用C++语言☆74Updated 10 years ago
- 后台开发核心技术与应用实践☆29Updated 6 years ago
- 程杰版的《大话设计模式》的C++版本代码☆25Updated 7 years ago
- 所有基础数据结构和算法的纯C语言实现,如各自排序、链表、栈、队列、各种树以及应用、图算法、字符串匹配算法、回溯、并查集等,献丑了☆14Updated 7 years ago