文件名称:Design-Patterns
-
所属分类:
- 标签属性:
- 上传时间:2013-09-16
-
文件大小:3.1mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
设计模式精解-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/AbstractFactory.vcxproj
设计模式/AbstractFactory/AbstractFactory.vcxproj.filters
设计模式/AbstractFactory/Debug/
设计模式/AbstractFactory/Debug/AbstractFactory.log
设计模式/AbstractFactory/debug.mk
设计模式/AbstractFactory/include/
设计模式/AbstractFactory/include/AbstractFactory.hpp
设计模式/AbstractFactory/include/AbstractProductA.hpp
设计模式/AbstractFactory/include/AbstractProductB.hpp
设计模式/AbstractFactory/include/ConcreateFactory1.hpp
设计模式/AbstractFactory/include/ConcreateFactory2.hpp
设计模式/AbstractFactory/include/ProductA1.hpp
设计模式/AbstractFactory/include/ProductA2.hpp
设计模式/AbstractFactory/include/ProductB1.hpp
设计模式/AbstractFactory/include/ProductB2.hpp
设计模式/AbstractFactory/Release/
设计模式/AbstractFactory/Release/AbstractFactory.log
设计模式/AbstractFactory/release.mk
设计模式/AbstractFactory/src/
设计模式/AbstractFactory/src/AbstractFactory.cpp
设计模式/AbstractFactory/src/AbstractProductA.cpp
设计模式/AbstractFactory/src/AbstractProductB.cpp
设计模式/AbstractFactory/src/ConcreateFactory1.cpp
设计模式/AbstractFactory/src/ConcreateFactory2.cpp
设计模式/AbstractFactory/src/Main.cpp
设计模式/AbstractFactory/src/ProductA1.cpp
设计模式/AbstractFactory/src/ProductA2.cpp
设计模式/AbstractFactory/src/ProductB1.cpp
设计模式/AbstractFactory/src/ProductB2.cpp
设计模式/Adapter(Class)/
设计模式/Adapter(Class)/Adapter(Class).vcxproj
设计模式/Adapter(Class)/Adapter(Class).vcxproj.filters
设计模式/Adapter(Class)/Debug/
设计模式/Adapter(Class)/Debug/Adapter(Class).log
设计模式/Adapter(Class)/debug.mk
设计模式/Adapter(Class)/include/
设计模式/Adapter(Class)/include/Adaptee.hpp
设计模式/Adapter(Class)/include/Adapter.hpp
设计模式/Adapter(Class)/include/Target.hpp
设计模式/Adapter(Class)/Release/
设计模式/Adapter(Class)/Release/Adapter(Class).log
设计模式/Adapter(Class)/release.mk
设计模式/Adapter(Class)/src/
设计模式/Adapter(Class)/src/Adaptee.cpp
设计模式/Adapter(Class)/src/Adapter.cpp
设计模式/Adapter(Class)/src/Main.cpp
设计模式/Adapter(Class)/src/Target.cpp
设计模式/Adapter(Object)/
设计模式/Adapter(Object)/Adapter(Object).vcxproj
设计模式/Adapter(Object)/Adapter(Object).vcxproj.filters
设计模式/Adapter(Object)/Debug/
设计模式/Adapter(Object)/Debug/Adapter(Object).log
设计模式/Adapter(Object)/debug.mk
设计模式/Adapter(Object)/include/
设计模式/Adapter(Object)/include/Adaptee.hpp
设计模式/Adapter(Object)/include/Adapter.hpp
设计模式/Adapter(Object)/include/Target.hpp
设计模式/Adapter(Object)/Release/
设计模式/Adapter(Object)/Release/Adapter(Object).log
设计模式/Adapter(Object)/release.mk
设计模式/Adapter(Object)/src/
设计模式/Adapter(Object)/src/Adaptee.cpp
设计模式/Adapter(Object)/src/Adapter.cpp
设计模式/Adapter(Object)/src/Main.cpp
设计模式/Adapter(Object)/src/Target.cpp
设计模式/Bridge/
设计模式/Bridge/Bridge.vcxproj
设计模式/Bridge/Bridge.vcxproj.filters
设计模式/Bridge/Debug/
设计模式/Bridge/Debug/Bridge.log
设计模式/Bridge/debug.mk
设计模式/Bridge/include/
设计模式/Bridge/include/Abstraction.hpp
设计模式/Bridge/include/AbstractionImp.hpp
设计模式/Bridge/include/ConcreateAbstractionImpA.hpp
设计模式/Bridge/include/ConcreateAbstractionImpB.hpp
设计模式/Bridge/include/RefinedAbstraction.hpp
设计模式/Bridge/Release/
设计模式/Bridge/Release/Bridge.log
设计模式/Bridge/release.mk
设计模式/Bridge/src/
设计模式/Bridge/src/Abstraction.cpp
设计模式/Bridge/src/AbstractionImp.cpp
设计模式/Bridge/src/ConcreateAbstractionImpA.cpp
设计模式/Bridge/src/ConcreateAbstractionImpB.cpp
设计模式/Bridge/src/Main.cpp
设计模式/Bridge/src/RefinedAbstraction.cpp
设计模式/Builder/
设计模式/Builder/Builder.vcxproj
设计模式/Builder/Builder.vcxproj.filters
设计模式/Builder/Debug/
设计模式/Builder/Debug/Builder.log
设计模式/Builder/debug.mk
设计模式/Builder/include/
设计模式/Builder/include/Builder.hpp
设计模式/Builder/include/ConcreateBuilder.hpp
设计模式/Builder/include/Director.hpp
设计模式/Builder/include/Product.hpp
设计模式/Builder/include/ProductPart.hpp
设计模式/Builder/Release/
设计模式/Builder/Release/Builder.log
设计模式/Builder/release.mk
设计模式/Builder/src/
设计模式/Builder/src/Builder.cpp
设计模式/Builder/src/ConcreateBuilder.cpp
设计模式/Builder/src/Director.cpp
设计模式/Builder/src/Main.cpp
设计模式/Builder/src/Product.cpp
设计模式/Builder/src/ProductPart.cpp
设计模式/ChainOfResponsibility/
设计模式/ChainOfResponsibility/ChainOfResponsibility.vcxproj
设计模式/ChainOfResponsibility/ChainOfResponsibility.vcxproj.filters
设计模式/ChainOfResponsibility/Debug/
设计模式/ChainOfResponsibility/Debug/ChainOfResponsibility.log
设计模式/ChainOfResponsibility/debug.mk
设计模式/ChainOfResponsibility/include/
设计模式/ChainOfResponsibility/include/CHandle.hpp
设计模式/ChainOfResponsibility/include/ConcreateHandleA.hpp
设计模式/ChainOfResponsibility/include/ConcreateHandleB.hpp
设计模式/ChainOfResponsibility/Release/
设计模式/ChainOfResponsibility/Release/ChainOfResponsibility.log
设计模式/ChainOfResponsibility/release.mk
设计模式/ChainOfResponsibility/src/
设计模式/ChainOfResponsibility/src/CHandle.cpp
设计模式/ChainOfResponsibility/src/ConcreateHandleA.cpp
设计模式/ChainOfResponsibility/src/ConcreateHandleB.cpp
设计模式/ChainOfResponsibility/src/Main.cpp
设计模式/Command/
设计模式/Command/Command.vcxproj
设计模式/Command/Command.vcxproj.filters
设计模式/Command/Debug/
设计模式/Command/Debug/Command.log
设计模式/Command/debug.mk
设计模式/Command/include/
设计模式/Command/include/CCommand.hpp
设计模式/Command/include/ConcreateCommand.hpp
设计模式/Command/include/Invoker.hpp
设计模式/Command/include/Receiver.hpp
设计模式/Command/Release/
设计模式/Command/Release/Command.log
设计模式/Command/release.mk
设计模式/Command/src/
设计模式/Comman
设计模式/AbstractFactory/
设计模式/AbstractFactory/AbstractFactory.vcxproj
设计模式/AbstractFactory/AbstractFactory.vcxproj.filters
设计模式/AbstractFactory/Debug/
设计模式/AbstractFactory/Debug/AbstractFactory.log
设计模式/AbstractFactory/debug.mk
设计模式/AbstractFactory/include/
设计模式/AbstractFactory/include/AbstractFactory.hpp
设计模式/AbstractFactory/include/AbstractProductA.hpp
设计模式/AbstractFactory/include/AbstractProductB.hpp
设计模式/AbstractFactory/include/ConcreateFactory1.hpp
设计模式/AbstractFactory/include/ConcreateFactory2.hpp
设计模式/AbstractFactory/include/ProductA1.hpp
设计模式/AbstractFactory/include/ProductA2.hpp
设计模式/AbstractFactory/include/ProductB1.hpp
设计模式/AbstractFactory/include/ProductB2.hpp
设计模式/AbstractFactory/Release/
设计模式/AbstractFactory/Release/AbstractFactory.log
设计模式/AbstractFactory/release.mk
设计模式/AbstractFactory/src/
设计模式/AbstractFactory/src/AbstractFactory.cpp
设计模式/AbstractFactory/src/AbstractProductA.cpp
设计模式/AbstractFactory/src/AbstractProductB.cpp
设计模式/AbstractFactory/src/ConcreateFactory1.cpp
设计模式/AbstractFactory/src/ConcreateFactory2.cpp
设计模式/AbstractFactory/src/Main.cpp
设计模式/AbstractFactory/src/ProductA1.cpp
设计模式/AbstractFactory/src/ProductA2.cpp
设计模式/AbstractFactory/src/ProductB1.cpp
设计模式/AbstractFactory/src/ProductB2.cpp
设计模式/Adapter(Class)/
设计模式/Adapter(Class)/Adapter(Class).vcxproj
设计模式/Adapter(Class)/Adapter(Class).vcxproj.filters
设计模式/Adapter(Class)/Debug/
设计模式/Adapter(Class)/Debug/Adapter(Class).log
设计模式/Adapter(Class)/debug.mk
设计模式/Adapter(Class)/include/
设计模式/Adapter(Class)/include/Adaptee.hpp
设计模式/Adapter(Class)/include/Adapter.hpp
设计模式/Adapter(Class)/include/Target.hpp
设计模式/Adapter(Class)/Release/
设计模式/Adapter(Class)/Release/Adapter(Class).log
设计模式/Adapter(Class)/release.mk
设计模式/Adapter(Class)/src/
设计模式/Adapter(Class)/src/Adaptee.cpp
设计模式/Adapter(Class)/src/Adapter.cpp
设计模式/Adapter(Class)/src/Main.cpp
设计模式/Adapter(Class)/src/Target.cpp
设计模式/Adapter(Object)/
设计模式/Adapter(Object)/Adapter(Object).vcxproj
设计模式/Adapter(Object)/Adapter(Object).vcxproj.filters
设计模式/Adapter(Object)/Debug/
设计模式/Adapter(Object)/Debug/Adapter(Object).log
设计模式/Adapter(Object)/debug.mk
设计模式/Adapter(Object)/include/
设计模式/Adapter(Object)/include/Adaptee.hpp
设计模式/Adapter(Object)/include/Adapter.hpp
设计模式/Adapter(Object)/include/Target.hpp
设计模式/Adapter(Object)/Release/
设计模式/Adapter(Object)/Release/Adapter(Object).log
设计模式/Adapter(Object)/release.mk
设计模式/Adapter(Object)/src/
设计模式/Adapter(Object)/src/Adaptee.cpp
设计模式/Adapter(Object)/src/Adapter.cpp
设计模式/Adapter(Object)/src/Main.cpp
设计模式/Adapter(Object)/src/Target.cpp
设计模式/Bridge/
设计模式/Bridge/Bridge.vcxproj
设计模式/Bridge/Bridge.vcxproj.filters
设计模式/Bridge/Debug/
设计模式/Bridge/Debug/Bridge.log
设计模式/Bridge/debug.mk
设计模式/Bridge/include/
设计模式/Bridge/include/Abstraction.hpp
设计模式/Bridge/include/AbstractionImp.hpp
设计模式/Bridge/include/ConcreateAbstractionImpA.hpp
设计模式/Bridge/include/ConcreateAbstractionImpB.hpp
设计模式/Bridge/include/RefinedAbstraction.hpp
设计模式/Bridge/Release/
设计模式/Bridge/Release/Bridge.log
设计模式/Bridge/release.mk
设计模式/Bridge/src/
设计模式/Bridge/src/Abstraction.cpp
设计模式/Bridge/src/AbstractionImp.cpp
设计模式/Bridge/src/ConcreateAbstractionImpA.cpp
设计模式/Bridge/src/ConcreateAbstractionImpB.cpp
设计模式/Bridge/src/Main.cpp
设计模式/Bridge/src/RefinedAbstraction.cpp
设计模式/Builder/
设计模式/Builder/Builder.vcxproj
设计模式/Builder/Builder.vcxproj.filters
设计模式/Builder/Debug/
设计模式/Builder/Debug/Builder.log
设计模式/Builder/debug.mk
设计模式/Builder/include/
设计模式/Builder/include/Builder.hpp
设计模式/Builder/include/ConcreateBuilder.hpp
设计模式/Builder/include/Director.hpp
设计模式/Builder/include/Product.hpp
设计模式/Builder/include/ProductPart.hpp
设计模式/Builder/Release/
设计模式/Builder/Release/Builder.log
设计模式/Builder/release.mk
设计模式/Builder/src/
设计模式/Builder/src/Builder.cpp
设计模式/Builder/src/ConcreateBuilder.cpp
设计模式/Builder/src/Director.cpp
设计模式/Builder/src/Main.cpp
设计模式/Builder/src/Product.cpp
设计模式/Builder/src/ProductPart.cpp
设计模式/ChainOfResponsibility/
设计模式/ChainOfResponsibility/ChainOfResponsibility.vcxproj
设计模式/ChainOfResponsibility/ChainOfResponsibility.vcxproj.filters
设计模式/ChainOfResponsibility/Debug/
设计模式/ChainOfResponsibility/Debug/ChainOfResponsibility.log
设计模式/ChainOfResponsibility/debug.mk
设计模式/ChainOfResponsibility/include/
设计模式/ChainOfResponsibility/include/CHandle.hpp
设计模式/ChainOfResponsibility/include/ConcreateHandleA.hpp
设计模式/ChainOfResponsibility/include/ConcreateHandleB.hpp
设计模式/ChainOfResponsibility/Release/
设计模式/ChainOfResponsibility/Release/ChainOfResponsibility.log
设计模式/ChainOfResponsibility/release.mk
设计模式/ChainOfResponsibility/src/
设计模式/ChainOfResponsibility/src/CHandle.cpp
设计模式/ChainOfResponsibility/src/ConcreateHandleA.cpp
设计模式/ChainOfResponsibility/src/ConcreateHandleB.cpp
设计模式/ChainOfResponsibility/src/Main.cpp
设计模式/Command/
设计模式/Command/Command.vcxproj
设计模式/Command/Command.vcxproj.filters
设计模式/Command/Debug/
设计模式/Command/Debug/Command.log
设计模式/Command/debug.mk
设计模式/Command/include/
设计模式/Command/include/CCommand.hpp
设计模式/Command/include/ConcreateCommand.hpp
设计模式/Command/include/Invoker.hpp
设计模式/Command/include/Receiver.hpp
设计模式/Command/Release/
设计模式/Command/Release/Command.log
设计模式/Command/release.mk
设计模式/Command/src/
设计模式/Comman
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.