文件名称:design
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-01-30
- 文件大小:
- 1.42mb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
将23中设计模式用C++实现了一遍,对常用的设计模式进行总结,希望对你有帮助!-Will be 23 design patterns in c++ implementation, to summarize the commonly used design patterns, hope to help you!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
设计模式
........\design model
........\............\abstractfactory
........\............\abstractfactorytest
........\............\...................\accessdepartment.cpp
........\............\...................\accessdepartment.h
........\............\...................\accessuser.cpp
........\............\...................\accessuser.h
........\............\...................\department.h
........\............\...................\factory.cpp
........\............\...................\factory.h
........\............\...................\main.cpp
........\............\...................\serverdepartment.cpp
........\............\...................\serverdepartment.h
........\............\...................\serveruser.cpp
........\............\...................\serveruser.h
........\............\...................\user.h
........\............\...............\accessdepartment.cpp
........\............\...............\accessdepartment.h
........\............\...............\accessfactory.cpp
........\............\...............\accessfactory.h
........\............\...............\accessuser.cpp
........\............\...............\accessuser.h
........\............\...............\department.h
........\............\...............\factory.h
........\............\...............\main.cpp
........\............\...............\serverdepartment.cpp
........\............\...............\serverdepartment.h
........\............\...............\serverfactory.cpp
........\............\...............\serverfactory.h
........\............\...............\serveruser.cpp
........\............\...............\serveruser.h
........\............\...............\user.h
........\............\adapter
........\............\AdapterTest
........\............\...........\adapter.cpp
........\............\...........\adapter.h
........\............\...........\main.cpp
........\............\...........\special.cpp
........\............\...........\special.h
........\............\...........\target.h
........\............\adapter\adapter.cpp
........\............\.......\adapter.h
........\............\.......\main.cpp
........\............\.......\special.cpp
........\............\.......\special.h
........\............\.......\target.h
........\............\bridge
........\............\......\abstraction.h
........\............\......\abstractiona.cpp
........\............\......\abstractiona.h
........\............\......\abstractionb.cpp
........\............\......\abstractionb.h
........\............\......\implementa.cpp
........\............\......\implementb.cpp
........\............\......\implementor.h
........\............\......\implementora.h
........\............\......\implementorb.h
........\............\......\main.cpp
........\............\builder
........\............\.......\builder.h
........\............\.......\buildera.cpp
........\............\.......\buildera.h
........\............\.......\builderb.cpp
........\............\.......\builderb.h
........\............\.......\directorbuilder.cpp
........\............\.......\directorbuilder.h
........\............\.......\main.cpp
........\............\.......\product.cpp
........\............\.......\product.h
........\............\command
........\............\.......\bakechickenwingcommand.cpp
........\............\.......\bakechickenwingcommand.h
........\............\.......\bakemuttoncommand.cpp
........\............\.......\bakemuttoncommand.h
........\............\.......\barbecuer.cpp
........\............\.......\barbecuer.h
........\............\.......\command.h
........\............\.......\main.cpp
........\............\.......\waiter.cpp
........\............\.......\waiter.h
........\............\composite
........\............\.........\company.h
........\............\.........\concretecompany.cpp
........\............\.........\concretecompany.h
........\............\.........\financedepartment.cpp
........\............\.........\financedepartment.h
........\............\.........\hrdepartment.cpp
........\............\.........\hrdepar