so true

心怀未来,开创未来!
随笔 - 160, 文章 - 0, 评论 - 40, 引用 - 0
数据加载中……

printf函数里面大有文章!

posted @ 2008-11-19 00:23 so true 阅读(2904) | 评论 (1)编辑 收藏

配置分布式hadoop时ssh方面该注意的事项

posted @ 2008-11-15 01:25 so true 阅读(1901) | 评论 (2)编辑 收藏

一个简单shell脚本

posted @ 2008-11-15 01:23 so true 阅读(1500) | 评论 (0)编辑 收藏

KMP的改进算法之二

posted @ 2008-10-20 23:20 so true 阅读(329) | 评论 (0)编辑 收藏

KMP算法的改进之一

posted @ 2008-10-20 22:21 so true 阅读(305) | 评论 (0)编辑 收藏

线程&进程的同步

posted @ 2008-10-19 22:42 so true 阅读(494) | 评论 (0)编辑 收藏

根据先序和中序得到后序遍历的结果

posted @ 2008-10-11 18:26 so true 阅读(532) | 评论 (0)编辑 收藏

Ajax基本知识

posted @ 2008-09-21 01:22 so true 阅读(425) | 评论 (0)编辑 收藏

一个较为复杂的二路归并算法

posted @ 2008-09-21 01:21 so true 阅读(494) | 评论 (2)编辑 收藏

我给出的strcmp源码

posted @ 2008-09-04 13:31 so true 阅读(607) | 评论 (0)编辑 收藏

“抛出一个Exception”与“传递一个参数”的区别

posted @ 2008-08-18 16:15 so true 阅读(330) | 评论 (0)编辑 收藏

字符编码方式基本知识

posted @ 2008-08-18 16:14 so true 阅读(2278) | 评论 (1)编辑 收藏

extern和static释析

posted @ 2008-08-18 16:13 so true 阅读(934) | 评论 (1)编辑 收藏

C&C++编译过程理解

posted @ 2008-08-18 16:12 so true 阅读(2180) | 评论 (4)编辑 收藏

有关static_cast,const_cast,dynamic_cast和reinterpret_cast的深入理解

posted @ 2008-07-28 20:20 so true 阅读(827) | 评论 (0)编辑 收藏

在类的内部定义新的类型,并引伸出union的妙用

posted @ 2008-07-13 20:52 so true 阅读(986) | 评论 (1)编辑 收藏

operator new和operator delete学习总结

posted @ 2008-07-13 19:58 so true 阅读(2669) | 评论 (1)编辑 收藏

关于public,protected和private三个关键词的理解

posted @ 2008-07-12 14:19 so true 阅读(962) | 评论 (1)编辑 收藏

C++中突破private的方法

posted @ 2008-07-10 15:58 so true 阅读(429) | 评论 (0)编辑 收藏

数据库笔记

posted @ 2008-04-12 12:05 so true 阅读(277) | 评论 (0)编辑 收藏

JavaScript学习笔记

posted @ 2008-04-12 12:04 so true 阅读(298) | 评论 (0)编辑 收藏

HTML学习笔记

posted @ 2008-04-12 12:03 so true 阅读(243) | 评论 (0)编辑 收藏

.NET零散笔记[4]

posted @ 2008-04-07 09:44 so true 阅读(303) | 评论 (0)编辑 收藏

.NET零散笔记[3]

posted @ 2008-03-26 22:06 so true 阅读(289) | 评论 (0)编辑 收藏

assert使用小结

posted @ 2008-03-11 22:00 so true 阅读(5456) | 评论 (0)编辑 收藏

[转载]不用临时变量也可以交换变量的值

posted @ 2008-03-10 12:53 so true 阅读(731) | 评论 (0)编辑 收藏

数组右移的方法

posted @ 2008-03-10 12:47 so true 阅读(2292) | 评论 (0)编辑 收藏

一道笔试题目的自我分析,觉得容易你可以自己先试试看:找出一个数组中的次最大元素

posted @ 2008-03-08 21:31 so true 阅读(517) | 评论 (0)编辑 收藏

.NET零散笔记[2]

posted @ 2008-02-28 20:55 so true 阅读(333) | 评论 (0)编辑 收藏

.NET零散笔记

posted @ 2008-02-25 16:54 so true 阅读(263) | 评论 (0)编辑 收藏

.NET概述

posted @ 2008-02-24 18:51 so true 阅读(305) | 评论 (0)编辑 收藏

C++语言的Bug

posted @ 2008-02-23 19:34 so true 阅读(161) | 评论 (0)编辑 收藏

程序、进程、线程学习笔记

posted @ 2008-02-23 19:29 so true 阅读(335) | 评论 (0)编辑 收藏

多态的两种实现方法

posted @ 2008-02-23 19:28 so true 阅读(1049) | 评论 (0)编辑 收藏

逗号表达式的用法

posted @ 2008-02-23 19:19 so true 阅读(1834) | 评论 (0)编辑 收藏

坐标空间

posted @ 2008-02-23 19:18 so true 阅读(739) | 评论 (0)编辑 收藏

基类的析构函数为什么要设成虚函数

posted @ 2008-02-23 19:17 so true 阅读(1782) | 评论 (0)编辑 收藏

Windows程序运行原理及程序编写流程

posted @ 2008-02-23 19:15 so true 阅读(376) | 评论 (0)编辑 收藏

MFC程序框架剖析

posted @ 2008-02-23 19:15 so true 阅读(2497) | 评论 (3)编辑 收藏

MFC的消息映射机制

posted @ 2008-02-23 19:14 so true 阅读(515) | 评论 (0)编辑 收藏

列出全部内容
共4页: 上一页 1 2 3 4 下一页