文件名称:c++所有常用设计模式例子代码Source.zip
文件大小:30KB
文件格式:ZIP
更新时间:2022-12-04 14:49:07
设计模式 c++
c++所有设计模式例子代码,非常有用, 非常实用, 对设计模式编程学习非常有用 c++所有设计模式例子代码,非常有用, 非常实用, 对设计模式编程学习非常有用
【文件预览】:
Source
----Visitor()
--------Visitor.h(1KB)
--------Visitor.cpp(1KB)
--------Main.cpp(517B)
----Decorator()
--------Decorator.cpp(424B)
--------Decorator.h(990B)
--------Main.cpp(397B)
----TemplateMethod()
--------Main.cpp(522B)
--------TemplateMethod.h(844B)
--------TemplateMethod.cpp(673B)
----Command()
--------Command.h(514B)
--------Main.cpp(288B)
--------Command.cpp(681B)
----Memento()
--------Memento.h(1007B)
--------Main.cpp(797B)
--------Memento.cpp(1KB)
----ChainOfResponsibility()
--------ChainOfResponsibility.cpp(605B)
--------Main.cpp(236B)
--------ChainOfResponsibility.h(736B)
----Composite()
--------Main.cpp(343B)
--------Composite.h(957B)
--------Composite.cpp(2KB)
----FlyWeight()
--------FlyWeight.cpp(1009B)
--------Main.cpp(242B)
--------FlyWeight.h(778B)
----Singleton()
----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(464B)
--------Brige.cpp(522B)
--------Brige.h(887B)
----State()
--------State.h(788B)
--------Main.cpp(514B)
--------State.cpp(1KB)
----AbstractFactory()
--------AbstractFactory.cpp(2KB)
--------AbstractFactory.h(2KB)
--------Main.cpp(476B)
----Factory()
--------Factory.cpp(954B)
--------Factory.h(835B)
--------Main.cpp(486B)
----Prototype()
--------Prototype.h(987B)
--------Main.cpp(688B)
--------Prototype.cpp(1KB)
----Adapter()
--------Adapter.h(499B)
--------Main.cpp(218B)
--------Adapter.cpp(374B)
----Builder()
--------Builder.h(1KB)
--------Main.cpp(390B)
--------Builder.cpp(836B)