设计模式C++实现源代码

时间:2021-05-16 08:04:19
【文件属性】:
文件名称:设计模式C++实现源代码
文件大小:35KB
文件格式:ZIP
更新时间:2021-05-16 08:04:19
设计模式 C++ 设计模式C++实现源代码,全部23种设计模式的C++代码实现
【文件预览】:
Source
----Visitor()
--------Visitor.h(1KB)
--------Visitor.cpp(1KB)
--------Main.cpp(517B)
----Decorator()
--------Decorator.cpp(719B)
--------Decorator.h(1KB)
--------Main.cpp(687B)
----TemplateMethod()
--------Main.cpp(522B)
--------TemplateMethod.h(844B)
--------TemplateMethod.cpp(673B)
----Command()
--------Command.h(803B)
--------Main.cpp(576B)
--------Command.cpp(972B)
----Memento()
--------Memento.h(1007B)
--------Main.cpp(797B)
--------Memento.cpp(1KB)
----ChainOfResponsibility()
--------ChainOfResponsibility.cpp(924B)
--------Main.cpp(538B)
--------ChainOfResponsibility.h(1KB)
----Composite()
--------Main.cpp(635B)
--------Composite.h(1KB)
--------Composite.cpp(2KB)
----FlyWeight()
--------FlyWeight.cpp(1KB)
--------Main.cpp(532B)
--------FlyWeight.h(1KB)
----Singleton()
--------Singleton.h(628B)
--------Main.cpp(498B)
--------Singleton.cpp(687B)
----Observer()
--------Observer.cpp(2KB)
--------Observer.h(2KB)
--------Main.cpp(641B)
----Iterator()
--------Main.cpp(604B)
--------Iterator.cpp(1KB)
--------Iterator.h(1KB)
----Strategy()
--------Main.cpp(501B)
--------Strategy.h(743B)
--------Strategy.cpp(729B)
----Proxy()
--------Proxy.h(875B)
--------Proxy.cpp(874B)
--------Main.cpp(457B)
----Brige()
--------Main.cpp(751B)
--------Brige.cpp(809B)
--------Brige.h(1KB)
----State()
--------State.h(788B)
--------Main.cpp(514B)
--------State.cpp(1KB)
----AbstractFactory()
--------AbstractFactory.cpp(2KB)
--------AbstractFactory.h(2KB)
--------Main.cpp(770B)
----Factory()
--------Factory.cpp(954B)
--------Factory.h(835B)
--------Main.cpp(486B)
----Prototype()
--------Prototype.h(987B)
--------Main.cpp(688B)
--------Prototype.cpp(1KB)
----Adapter()
--------Adapter.h(788B)
--------Main.cpp(506B)
--------Adapter.cpp(665B)
----Builder()
--------Builder.h(1KB)
--------Main.cpp(678B)
--------Builder.cpp(1KB)

网友评论