搜索资源列表
AbstractFactory
- C++的一种设计模式,创建对象的工厂方法的抽象基类,压缩包里还有采用doxygen和Graphviz得到的类开发文档
state
- 设计模式中的状态模式(state)的程序实现,用c++实现
Adapter
- 设计模式中的适配器模式(adapter)的程序实现,用c++实现
redgreen
- 自己写的红绿灯的例子!呵呵,面试之后回来写的,请大家参考指正!属于设计模式的练习,不知道选择windows其他小程序分类恰当否!应该归属于设计模式和数据结构类
Command2
- 设计模式之Command,设计模式之Command
SORT
- 运用工厂设计模式的MFC应用程序,实现五种排序算法。-MFC application using the factory design pattern, to achieve the five types of sorting algorithms.
designpatterns
- 数据结构与算法,主要是讲面向对象的C++设计模式-Object-oriented C++ design patterns. Pdf
Sorter
- 快速排序、堆排序、冒泡排序等各种排序算法,设计模式-Fast sort, heap sort , bubble sort, design pattern
DesignPatternSrcCode
- 设计模式C++实现例子 很好用的啊,对学习设计模式很好用的 欢迎下载-design pattern c++
123456789021
- 游戏开发最常用的设计模式,我这里列举了几个,喜欢的朋友可以下载无看看,会有意外的收获-Game development the most common design patterns, I' ve listed a few, like the friend you can download free see, there will be a bonus
Datastructureandalgorithmsofcobjectorienteddesignp
- 数据结构与算法-面向对象的C++设计模式-Data Structures and Algorithms- C++ object-oriented design patterns. . . . . . . . . .
Gof23
- 多种设计模式简单实现,供新手入门指导,可以结合各算法分析对比理解-A variety of design patterns is simple to implement, for the guidance of beginners, and can be combined with the algorithm analysis and comparison to understand
1-factory
- 设计模式一般工厂模式案例 设计模式一般工厂模式案例-design pattern
architect_accessorize
- 设计模式中的代理模式,用C++实现,我自己做的一个例子,供新人参考-Design patterns in proxy mode, with C++, an example of my own doing, for the new reference
cpp_design_pattern
- 包括学习《大话设计模式》的笔记、截图,以及C++的实现源码-Including learning " Westward design mode" notes, screenshots, and C++ to achieve source
Westward-design-patterns
- 本书为超级畅销书《大话设计模式》作者程杰潜心三年推出的扛鼎之作!以一个计算机教师教学为场景,讲解数据结构和相关算法的知识。通篇以一种趣味方式来叙述,大量引用了各种各样的生活知识来类比,并充分运用图形语言来体现抽象内容,对数据结构所涉及到的一些经典算法做到逐行分析、多算法比较。与市场上的同类数据结构图书相比,本书内容趣味易读,算法讲解细致深刻,是一本非常适合自学的读物。-This book is a super-selling book "Westward design mode" Cheng J
singleton
- 这是一个简单的单例模式的示范,适合刚学设计模式的初学者去了解一下-That this is a simple demonstration of the singleton pattern, suitable for beginners just learning design patterns to find out.
RB_TREE(CPP)
- C++红黑树的实现 实现了一颗红黑树的建立 并使用了设计模式中的visitor完成打印和求和-The red black tree The establishment of a complete tree and the use of design patterns in the visitor print and summation
SimpleFactory
- 设计模式中的简单工厂模式 SimpleFactory c++代码实现-SimpleFactory cpp!!!!
Singleton
- 设计模式中的单例模式 Singleton 还有桥接模式 c++代码实现-Design pattern Singleton pattern Singleton c++ code! ! ! !