文件名称:Gof设计模式及源码
文件大小:1.12MB
文件格式:RAR
更新时间:2016-12-15 09:35:27
Gof 设计模式 源码
资源中包含Gof23种设计模式的文档以及源码 资源分只索取1分,分享是一种精神
【文件预览】:
C++设计模式.pdf
Source
----State()
--------State.cpp(1KB)
--------State.h(788B)
--------Main.cpp(514B)
----AbstractFactory()
--------AbstractFactory.cpp(2KB)
--------AbstractFactory.h(2KB)
--------Main.cpp(770B)
----Singleton()
--------Singleton.cpp(687B)
--------Singleton.h(628B)
--------Main.cpp(498B)
----FlyWeight()
--------FlyWeight.cpp(1KB)
--------FlyWeight.h(1KB)
--------Main.cpp(532B)
----Factory()
--------Factory.h(835B)
--------Factory.cpp(954B)
--------Main.cpp(486B)
----Visitor()
--------Visitor.h(1KB)
--------Visitor.cpp(1KB)
--------Main.cpp(517B)
----Observer()
--------Observer.h(2KB)
--------Observer.cpp(2KB)
--------Main.cpp(641B)
----Decorator()
--------Decorator.cpp(719B)
--------Decorator.h(1KB)
--------Main.cpp(687B)
----Memento()
--------Memento.h(1007B)
--------Memento.cpp(1KB)
--------Main.cpp(797B)
----Iterator()
--------Main.cpp(604B)
--------Iterator.cpp(1KB)
--------Iterator.h(1KB)
----Command()
--------Command.cpp(972B)
--------Main.cpp(576B)
--------Command.h(803B)
----Builder()
--------Builder.cpp(1KB)
--------Builder.h(1KB)
--------Main.cpp(678B)
----Proxy()
--------Proxy.cpp(874B)
--------Main.cpp(457B)
--------Proxy.h(875B)
----Composite()
--------Composite.h(1KB)
--------Composite.cpp(2KB)
--------Main.cpp(635B)
----Prototype()
--------Prototype.cpp(1KB)
--------Prototype.h(987B)
--------Main.cpp(688B)
----ChainOfResponsibility()
--------ChainOfResponsibility.h(1KB)
--------ChainOfResponsibility.cpp(924B)
--------Main.cpp(538B)
----Strategy()
--------Strategy.cpp(729B)
--------Main.cpp(501B)
--------Strategy.h(743B)
----Adapter()
--------Adapter.h(788B)
--------Adapter.cpp(665B)
--------Main.cpp(506B)
----Brige()
--------Brige.h(1KB)
--------Brige.cpp(809B)
--------Main.cpp(751B)
----TemplateMethod()
--------TemplateMethod.cpp(673B)
--------TemplateMethod.h(844B)
--------Main.cpp(522B)