会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
®Geovin Du Dream Park™
why we only heard about haves and have-nots, but we did'nt heard about doers and doer-nots. 人生是一种心境,生活是一种艺术,成功是一种心态,幸福是一种感觉,竞争是一种建构,情感是一种容合.学习是一种成长.
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
21
22
23
24
25
26
27
28
29
···
108
下一页
2023年6月2日
cpp:Adapter Pattern
摘要: /*****************************************************************//** * \file GoldLogToFile.h * \brief 适配器模式Adapter Pattern 亦称: 封装器模式、Wrapper、Adapter
阅读全文
posted @ 2023-06-02 22:29 ®Geovin Du Dream Park™
阅读(7)
评论(0)
推荐(0)
编辑
2023年5月31日
cpp: Proxy Pattern
摘要: /*****************************************************************//** * \file GoldWebSite.h * \brief 代理模式 ProxyPattern C++ 14 * 2023年5月31日 涂聚文 Geovin
阅读全文
posted @ 2023-05-31 23:27 ®Geovin Du Dream Park™
阅读(2)
评论(0)
推荐(0)
编辑
2023年5月30日
cpp: Flyweight Pattern
摘要: 信息流,物流,人力资源流,资本流的系统解决方案的开发与设计 /*****************************************************************//** * \file ChineseChess.h * \brief 享元模式 Flyweight Pa
阅读全文
posted @ 2023-05-30 21:31 ®Geovin Du Dream Park™
阅读(6)
评论(0)
推荐(0)
编辑
2023年5月29日
cpp: State Pattern
摘要: /*****************************************************************//** * \file Gold.h * \brief State Pattern 状态模式 C++ 14 * 2023年5月29日 涂聚文 Geovin Du Vi
阅读全文
posted @ 2023-05-29 23:20 ®Geovin Du Dream Park™
阅读(7)
评论(0)
推荐(0)
编辑
2023年5月28日
cpp: Composite Pattern
摘要: /*****************************************************************//** * \file GoldDir.h * \brief 组合模式CompositePattern 亦称: 对象树、Object Tree、Composite c
阅读全文
posted @ 2023-05-28 14:02 ®Geovin Du Dream Park™
阅读(8)
评论(0)
推荐(0)
编辑
2023年5月27日
cpp: Iterator Pattern
摘要: C++已经是个多重泛型编程语言(multiparadigm programming lauguage),一个同时支持过程形式(procedural)、面向对象形式(object-oriented)、函数形式(functional)、范型形式(generic)、元编程形式(metaprogrammin
阅读全文
posted @ 2023-05-27 13:10 ®Geovin Du Dream Park™
阅读(13)
评论(0)
推荐(0)
编辑
cpp: Command Pattern
摘要: /*****************************************************************//** * \file Gold.h * \brief Command Pattern 命令模式 亦称:动作、事务、Action、Transaction、Comman
阅读全文
posted @ 2023-05-27 05:09 ®Geovin Du Dream Park™
阅读(14)
评论(0)
推荐(0)
编辑
2023年5月21日
cpp: pointer
摘要: 指针读二维数组 int arr[3][4] = { {14,2,3,14},{14,5,6,7} ,{18,9,10,11} }; int* p; p = arr[0]; for (int i = 0; i < sizeof(arr) / sizeof(int); i++) { cout <<"\t
阅读全文
posted @ 2023-05-21 10:27 ®Geovin Du Dream Park™
阅读(6)
评论(0)
推荐(0)
编辑
2023年5月20日
cpp: Facade Pattern
摘要: /*****************************************************************//** * \file GoldGraphic.h * \brief Facade Pattern 外观模式 * 涂聚文 Geovin Du Visual Studi
阅读全文
posted @ 2023-05-20 14:34 ®Geovin Du Dream Park™
阅读(12)
评论(0)
推荐(0)
编辑
cpp: Singleton Pattern
摘要: /*****************************************************************//** * \file GoldConfig.h * \brief Singleton Pattern 单例模式 单件模式、Singleton * * \author
阅读全文
posted @ 2023-05-20 09:51 ®Geovin Du Dream Park™
阅读(10)
评论(0)
推荐(0)
编辑
上一页
1
···
21
22
23
24
25
26
27
28
29
···
108
下一页
公告