搜索资源列表
PatternDesignInC++
- 《设计模式精解》和23种设计模式的c++代码和解释-err
designpatternofCplusplus
- 关于C++的设计模式,对20种设计模式进行讲解,并且给出程序实例-About design pattern of c++,analyse 20 design pattern , and give the program
Builder
- 设计模式的builder,用c++实现,有助于初学者-builder of design pattern,is helpfull for new learner
Strategy_Pattern
- 设计模式之策略模式C#代码实现,学习设计模式非常有益的资料.-Model of strategy design patterns C# code to achieve, learning design patterns are very useful information.
Design_pattern_examples
- 各种设计模式的C++示例代码,清晰易读,对于学习设计模式很有帮助-C++ example of design patterns, clear and simple to read, very helpful for studying design patterns
dahuaSouceCode
- 《大话设计模式》原使用C#代码做例子。 这里给出C++版本——代码作者Peixing Yang。-" Westward the design mode" of the original use of C# code as an example. Here are C++ version- Code of Peixing Yang.
TestSingleton
- 单件模式C++版,设计中非常重要的一种设计模式。-Singleton Application。
Fira
- Fira的代码,设计模式中的策略模式的C++实现代码是基于的Robot Soccer v1.5a控制源码-Fira code
Silver.1.6
- C++ 设计模式源代码 通用版(包括23程设计模式)-C++ design patterns source code for generic version of
Common-design-patterns-in-cPP
- 常见设计模式的解析和实现,通过C++编写-Common design patterns and the realization
design-pattern_1
- 《head first设计模式》的第一个设计模式-策略模式的c++实现,在eclipse下调试通过。-" Head first design patterns," the first design patterns- patterns c++ strategies implemented under the eclipse debugging.
shejimoshi
- 设计模式的C++实现,包括若干个常用的设计模市-very good
Observer
- 在VS上用C++编写的观察者软件设计模式的模板。-Templates in VS written by C++ observer software design patterns.
design-patterns-cPP
- 设计模式,C++描述,设计模式pdf附带的示例-design pattern,C++ descr ipt
twoclassflq
- 模式识别线性分类器设计,用C语言写的模式识别大作业。-Pattern recognition linear classifier design, written in C language pattern recognition big job.
23个设计模式C#代码
- 简单代码,直观理解设计模式,容易学习,建议收藏。(Simple code, intuitive understanding of design patterns, easy to learn, it is recommended to collect.)
C++常见设计模式的解析和实现+源码解析
- C++常见设计模式的解析和实现+源码解析.rar(C++ design ,my English is bad)
GoF+23种设计解析附C++实现
- 四人帮设计模式的详细解析,同时包括C++的实现,是学习设计模式的好资料。(The analysis of GoF design patterns, include C++ implementation.)
23种设计模式(C++)
- GoF 23种设计模式解析附C++实现源码(There are 23 kinds of design models for c++ programming)
C#设计模式
- 来源:亚历山大的建筑模式、Gamma 等人(1995)创作的"Design Patterns: Elements of Reusable Software"。这本书通常被称作"Gang of Four"或"GoF",开创性的创造了《设计 模式》。 也有人说"三十六计"就是"模式"。(Source: Alexander's architecture model, Gamma et al. (