搜索资源列表
Code
- GoF23种设计模式的java代码实现.-Java Codes for Gof s 23 Design Patterns.
GOF
- GOF设计模式的实现模板代码,帮助理解软件设计模式。-GOF design patterns template code to help understand software design patterns.
Gof
- 一点设计模式代码,自己通过阅读设计啊模式数据而编写的易读代码。-about gof
CLexi-master
- 《设计模式 可复用面向对象软件的基础》里的Lexi的简单实现版本。-This project is follow the lexi which is described in the GoF book chapter 2.
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. (