文件名称:design_patterns_templates-0_2
- 所属分类:
- Windows编程
- 资源属性:
- [C/C++] [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 35kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Any cs. student a ny average university will at some point be faced with design patterns (dp for the rest of the article). Dp s are generic principles or best practices from software development. This article is not an introduction to dp s, since others have already covered that in longer and better written articles. Instead, this article deals with implementing and re-using C++ templates when thinking dp s. -Any cs. Student a ny average university will at some point be faced with design patterns (dp for the rest of the article). Dp s are generic principles or best practices from software development. This article is not an introduction to dp s, since others have already covered that in longer and better written articles. Instead, this article deals with implementing and re-using C++ templates when thinking dp s.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
composite.h
decorator.h
design_patterns_templates.sln
design_patterns_templates.vcproj
docs
....\html
....\....\annotated.html
....\....\classtemplate__patterns_1_1composite-members.html
....\....\classtemplate__patterns_1_1composite.html
....\....\classtemplate__patterns_1_1decorator-members.html
....\....\classtemplate__patterns_1_1decorator.html
....\....\classtemplate__patterns_1_1factory-members.html
....\....\classtemplate__patterns_1_1factory.html
....\....\classtemplate__patterns_1_1factory__with__initializer-members.html
....\....\classtemplate__patterns_1_1factory__with__initializer.html
....\....\classtemplate__patterns_1_1singleton-members.html
....\....\classtemplate__patterns_1_1singleton.html
....\....\composite_8h-source.html
....\....\decorator_8h-source.html
....\....\doxygen.css
....\....\factory_8h-source.html
....\....\files.html
....\....\functions.html
....\....\functions_func.html
....\....\index.html
....\....\namespaces.html
....\....\namespacetemplate__patterns.html
....\....\singleton_8h-source.html
doxy.cfg
factory.h
main.cpp
singleton.h
decorator.h
design_patterns_templates.sln
design_patterns_templates.vcproj
docs
....\html
....\....\annotated.html
....\....\classtemplate__patterns_1_1composite-members.html
....\....\classtemplate__patterns_1_1composite.html
....\....\classtemplate__patterns_1_1decorator-members.html
....\....\classtemplate__patterns_1_1decorator.html
....\....\classtemplate__patterns_1_1factory-members.html
....\....\classtemplate__patterns_1_1factory.html
....\....\classtemplate__patterns_1_1factory__with__initializer-members.html
....\....\classtemplate__patterns_1_1factory__with__initializer.html
....\....\classtemplate__patterns_1_1singleton-members.html
....\....\classtemplate__patterns_1_1singleton.html
....\....\composite_8h-source.html
....\....\decorator_8h-source.html
....\....\doxygen.css
....\....\factory_8h-source.html
....\....\files.html
....\....\functions.html
....\....\functions_func.html
....\....\index.html
....\....\namespaces.html
....\....\namespacetemplate__patterns.html
....\....\singleton_8h-source.html
doxy.cfg
factory.h
main.cpp
singleton.h