一个人的旅行
Rollen Holt的博客

12 2010 档案

《转帖》李开复给学习计算机的学生的7点建议

posted @ 2010-12-16 00:41 Rollen Holt 阅读(76) | 评论 (0)  编辑

初学者必犯的十三大错误(不断补充,添加,完善中)

posted @ 2010-12-16 00:40 Rollen Holt 阅读(42) | 评论 (0)  编辑

算法与工程,你说哪个重要?

posted @ 2010-12-16 00:39 Rollen Holt 阅读(86) | 评论 (0)  编辑

李开复:算法的力量

posted @ 2010-12-16 00:38 Rollen Holt 阅读(43) | 评论 (0)  编辑

堆区和堆栈的浅谈

posted @ 2010-12-16 00:35 Rollen Holt 阅读(173) | 评论 (0)  编辑

数据结构——图的邻接矩阵的深度优先搜索

posted @ 2010-12-16 00:34 Rollen Holt 阅读(113) | 评论 (0)  编辑

红黑树的介绍和实现1

posted @ 2010-12-16 00:34 Rollen Holt 阅读(99) | 评论 (0)  编辑

[转载][答案V0.2版]精选微软等数据结构+算法面试100题[1-20]

posted @ 2010-12-16 00:31 Rollen Holt 阅读(153) | 评论 (0)  编辑

[转载]算法王帖:精选经典的24个算法 [3.BFS和DFS优先搜索]

posted @ 2010-12-16 00:29 Rollen Holt 阅读(124) | 评论 (0)  编辑

KMP字符串模式匹配详解1

posted @ 2010-12-16 00:28 Rollen Holt 阅读(83) | 评论 (0)  编辑

Visual AssistX 10.6.1837安装文件和破解补丁打包下载

posted @ 2010-12-16 00:23 Rollen Holt 阅读(333) | 评论 (0)  编辑

为你的网站输入框添加搜索建议

posted @ 2010-12-16 00:22 Rollen Holt 阅读(92) | 评论 (0)  编辑

我的10个计划

posted @ 2010-12-16 00:20 Rollen Holt 阅读(48) | 评论 (0)  编辑

《泛型编程与STL》读后感1--持续更新中

posted @ 2010-12-16 00:19 Rollen Holt 阅读(66) | 评论 (0)  编辑

C++ Vectors

posted @ 2010-12-16 00:18 Rollen Holt 阅读(57) | 评论 (0)  编辑

STL学习1

posted @ 2010-12-16 00:18 Rollen Holt 阅读(57) | 评论 (0)  编辑

[导入]sizeof运算符的功能与限制总结

posted @ 2010-12-16 00:15 Rollen Holt 阅读(53) | 评论 (0)  编辑

[导入]sizeof运算符的功能与限制总结

posted @ 2010-12-16 00:15 Rollen Holt 阅读(51) | 评论 (0)  编辑

[导入]sizeof与对象内存布局《别太相信自己啊,最好自己运行一下》

posted @ 2010-12-16 00:14 Rollen Holt 阅读(47) | 评论 (0)  编辑

[导入]sizeof与对象内存布局《别太相信自己啊,最好自己运行一下》

posted @ 2010-12-16 00:14 Rollen Holt 阅读(28) | 评论 (0)  编辑

[导入]纯虚析构函数

posted @ 2010-12-16 00:12 Rollen Holt 阅读(51) | 评论 (0)  编辑

[导入]析构函数的浅谈《原创》

posted @ 2010-12-16 00:12 Rollen Holt 阅读(49) | 评论 (0)  编辑

[导入]纯虚析构函数

posted @ 2010-12-16 00:12 Rollen Holt 阅读(44) | 评论 (0)  编辑

[导入]析构函数的浅谈《原创》

posted @ 2010-12-16 00:12 Rollen Holt 阅读(35) | 评论 (0)  编辑

[导入]数组(一维、二维、三维)的动态申请及用vector的表示方法

posted @ 2010-12-16 00:11 Rollen Holt 阅读(58) | 评论 (0)  编辑

[导入]数组(一维、二维、三维)的动态申请及用vector的表示方法

posted @ 2010-12-16 00:11 Rollen Holt 阅读(417) | 评论 (0)  编辑

[导入]什么情况下用宏定义do{}while(0);这种结构体

posted @ 2010-12-16 00:10 Rollen Holt 阅读(169) | 评论 (0)  编辑

[导入]什么情况下用宏定义do{}while(0);这种结构体

posted @ 2010-12-16 00:10 Rollen Holt 阅读(63) | 评论 (0)  编辑

什么叫精通C++

posted @ 2010-12-16 00:08 Rollen Holt 阅读(72) | 评论 (0)  编辑

[导入]常量指针 和 指针常量

posted @ 2010-12-16 00:07 Rollen Holt 阅读(45) | 评论 (0)  编辑

[导入]常量指针 和 指针常量

posted @ 2010-12-16 00:07 Rollen Holt 阅读(52) | 评论 (0)  编辑

c++强大背后

posted @ 2010-12-16 00:06 Rollen Holt 阅读(43) | 评论 (0)  编辑

[导入]引用的本质是什么?

posted @ 2010-12-16 00:05 Rollen Holt 阅读(54) | 评论 (0)  编辑

[导入]引用的本质是什么?

posted @ 2010-12-16 00:05 Rollen Holt 阅读(49) | 评论 (0)  编辑

[导入]奇怪的const

posted @ 2010-12-16 00:04 Rollen Holt 阅读(35) | 评论 (0)  编辑

[导入]奇怪的const

posted @ 2010-12-16 00:04 Rollen Holt 阅读(27) | 评论 (0)  编辑

[导入]void (C++)

posted @ 2010-12-15 23:59 Rollen Holt 阅读(58) | 评论 (0)  编辑

[导入]void (C++)

posted @ 2010-12-15 23:59 Rollen Holt 阅读(34) | 评论 (0)  编辑