VincentPass

导航

 

2012年5月27日

摘要: 用程序介绍了STL的常用算法,直观 阅读全文
posted @ 2012-05-27 21:29 VincentPass 阅读(11564) 评论(0) 推荐(2) 编辑
 

2012年5月26日

摘要: 介绍了STL中的各种排序算法 阅读全文
posted @ 2012-05-26 20:20 VincentPass 阅读(9542) 评论(0) 推荐(2) 编辑
 

2012年5月24日

摘要: 介绍_cdecl、_stdcall、_fastcalls三种调用约定 阅读全文
posted @ 2012-05-24 23:07 VincentPass 阅读(646) 评论(0) 推荐(1) 编辑
 
摘要: 介绍了什么时候用到装饰模式,装饰模式一个典型例子实现,装饰实现的关键步骤 阅读全文
posted @ 2012-05-24 10:18 VincentPass 阅读(1754) 评论(0) 推荐(0) 编辑
 

2012年5月23日

摘要: 三种继承机制和三种继承机制组合使用 阅读全文
posted @ 2012-05-23 16:27 VincentPass 阅读(24306) 评论(0) 推荐(5) 编辑
 

2012年5月22日

摘要: 介绍了qsort函数,cmp的常见的几种实现,qsort和sort比较 阅读全文
posted @ 2012-05-22 19:47 VincentPass 阅读(9325) 评论(3) 推荐(2) 编辑
 

2012年5月21日

摘要: 拷贝构造函数的介绍,调用拷贝构造函数的使用场合,深拷贝和浅拷贝,拷贝构造函数和“=”操作符 阅读全文
posted @ 2012-05-21 19:29 VincentPass 阅读(5059) 评论(0) 推荐(0) 编辑
 
摘要: 什么时候需要用初始化列表 阅读全文
posted @ 2012-05-21 14:18 VincentPass 阅读(3350) 评论(0) 推荐(0) 编辑
 

2012年5月20日

摘要: 使用继承和组合区别 阅读全文
posted @ 2012-05-20 20:14 VincentPass 阅读(11962) 评论(4) 推荐(8) 编辑
 
摘要: 动态规划的介绍,DP的几个重要特征,DP实现的几种方式,DP的应用,应用DP要注意的地方 阅读全文
posted @ 2012-05-20 12:16 VincentPass 阅读(3587) 评论(0) 推荐(2) 编辑