搜索资源列表
[p]singleton.eg
- 入门演示GOF初级模式经典的单态演示,但是是用pascal语言来实现,同时演示如何轻量级快速编译pascal小程序-GOF primary mode of entry-demo monomorphism classic presentation, but is pascal language to achieve, at the same time demonstrate how fast compiler pascal lightweight applet
Code
- GoF23种设计模式的java代码实现.-Java Codes for Gof s 23 Design Patterns.
memento
- 备忘录(Memento)模式又称标记(Token)模式。GOF给备忘录模式的定义为:在不破坏封装性的前提下,捕获一个对象的内部状态,并在该对象之外保存这个状态。这样以后就可将该对象恢复到原先保存的状态。-Memorandum of Understanding (Memento) mode, also known as tags (Token) mode. GOF to the memo mode is defined as: not undermine the premise of encaps
GOF
- GOF设计模式的实现模板代码,帮助理解软件设计模式。-GOF design patterns template code to help understand software design patterns.
Factory-Method
- GOF--工厂模式的实例,java代码.在工厂方法模式中,工厂父类负责定义创建产品对象的公共接口,而工厂子类则负责生成具体的产品对象,这样做的目的是将产品类的实例化操作延迟到工厂子类中完成,即通过工厂子类来确定究竟应该实例化哪一个具体产品类。 -GOF--Factory Method Example,java code. Factory Method Pattern: Define an interface for creating an object, but let subclass
Gof
- 一点设计模式代码,自己通过阅读设计啊模式数据而编写的易读代码。-about gof
AbstractFactory
- GOF的工厂模式源码,此处是用C++实现的-Factory Source of 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. (