CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程

文件名称: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.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

设计模式/
设计模式/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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com