文件名称:Design-Patterns
介绍说明--下载内容均来自于网络,请自行研究使用
设计模式精解-GOF23种设计模式解析:
VS2012重写所有实现,所有类都分头文件和源文件。包含VS2012完整解决方案,Linux和子工程MakeFile和所有工程的Makefile。所有重写代码都按实际项目要求重写。本资源包含原作者PDF文档,我重写的代码和笔记。-Jing Xie-GOF23 design pattern design patterns Resolution: VS2012 rewrite all realize that all classes are split and source files. VS2012 contains a complete solution, Linux, and sub-projects and all projects MakeFile Makefile. All rewrite code rewrite according to the actual project requirements. This resource contains the original author of the PDF document, I rewrite the code and notes.
VS2012重写所有实现,所有类都分头文件和源文件。包含VS2012完整解决方案,Linux和子工程MakeFile和所有工程的Makefile。所有重写代码都按实际项目要求重写。本资源包含原作者PDF文档,我重写的代码和笔记。-Jing Xie-GOF23 design pattern design patterns Resolution: VS2012 rewrite all realize that all classes are split and source files. VS2012 contains a complete solution, Linux, and sub-projects and all projects MakeFile Makefile. All rewrite code rewrite according to the actual project requirements. This resource contains the original author of the PDF document, I rewrite the code and notes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
设计模式
........\AbstractFactory
........\...............\AbstractFactory.vcxproj
........\...............\AbstractFactory.vcxproj.filters
........\...............\Debug
........\...............\.....\AbstractFactory.log
........\...............\debug.mk
........\...............\include
........\...............\.......\AbstractFactory.hpp
........\...............\.......\AbstractProductA.hpp
........\...............\.......\AbstractProductB.hpp
........\...............\.......\ConcreateFactory1.hpp
........\...............\.......\ConcreateFactory2.hpp
........\...............\.......\ProductA1.hpp
........\...............\.......\ProductA2.hpp
........\...............\.......\ProductB1.hpp
........\...............\.......\ProductB2.hpp
........\...............\Release
........\...............\.......\AbstractFactory.log
........\...............\release.mk
........\...............\src
........\...............\...\AbstractFactory.cpp
........\...............\...\AbstractProductA.cpp
........\...............\...\AbstractProductB.cpp
........\...............\...\ConcreateFactory1.cpp
........\...............\...\ConcreateFactory2.cpp
........\...............\...\Main.cpp
........\...............\...\ProductA1.cpp
........\...............\...\ProductA2.cpp
........\...............\...\ProductB1.cpp
........\...............\...\ProductB2.cpp
........\Adapter(Class)
........\..............\Adapter(Class).vcxproj
........\..............\Adapter(Class).vcxproj.filters
........\..............\Debug
........\..............\.....\Adapter(Class).log
........\..............\debug.mk
........\..............\include
........\..............\.......\Adaptee.hpp
........\..............\.......\Adapter.hpp
........\..............\.......\Target.hpp
........\..............\Release
........\..............\.......\Adapter(Class).log
........\..............\release.mk
........\..............\src
........\..............\...\Adaptee.cpp
........\..............\...\Adapter.cpp
........\..............\...\Main.cpp
........\..............\...\Target.cpp
........\Adapter(Object)
........\...............\Adapter(Object).vcxproj
........\...............\Adapter(Object).vcxproj.filters
........\...............\Debug
........\...............\.....\Adapter(Object).log
........\...............\debug.mk
........\...............\include
........\...............\.......\Adaptee.hpp
........\...............\.......\Adapter.hpp
........\...............\.......\Target.hpp
........\...............\Release
........\...............\.......\Adapter(Object).log
........\...............\release.mk
........\...............\src
........\...............\...\Adaptee.cpp
........\...............\...\Adapter.cpp
........\...............\...\Main.cpp
........\...............\...\Target.cpp
........\Bridge
........\......\Bridge.vcxproj
........\......\Bridge.vcxproj.filters
........\......\Debug
........\......\.....\Bridge.log
........\......\debug.mk
........\......\include
........\......\.......\Abstraction.hpp
........\......\.......\AbstractionImp.hpp
........\......\.......\ConcreateAbstractionImpA.hpp
........\......\.......\ConcreateAbstractionImpB.hpp
........\......\.......\RefinedAbstraction.hpp
........\......\Release
........\......\.......\Bridge.log
........\......\release.mk
........\......\src
........\......\...\Abstraction.cpp
........\......\...\AbstractionImp.cpp
........\......\...\ConcreateAbstractionImpA.cpp
........\......\...\ConcreateAbstractionImpB.cpp
........\......\...\Main.cpp
........\......\...\RefinedAbstraction.cpp
........\Builder
........\.......\Builder.vcxproj
........\.......\Builder.vcxproj.filters
........\.......\Debug
........\.......\.....\Builder.log
........\.......\debug.mk
........\.......\include
........\.......\.......\Builder.hpp
........\.......\.......\ConcreateBuilder.hpp
........\.......\.......\Director.hpp
........\.......\.......\Product.hpp