so true

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

printf函数里面大有文章!

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

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

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

一个简单shell脚本

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

KMP的改进算法之二

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

KMP算法的改进之一

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

线程&进程的同步

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

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

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

Ajax基本知识

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

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

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

我给出的strcmp源码

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

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

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

字符编码方式基本知识

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

extern和static释析

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

C&C++编译过程理解

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

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

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

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

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

operator new和operator delete学习总结

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

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

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

C++中突破private的方法

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

数据库笔记

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

JavaScript学习笔记

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

HTML学习笔记

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

.NET零散笔记[4]

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

.NET零散笔记[3]

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

assert使用小结

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

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

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

数组右移的方法

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

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

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

.NET零散笔记[2]

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

.NET零散笔记

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

.NET概述

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

C++语言的Bug

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

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

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

多态的两种实现方法

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

逗号表达式的用法

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

坐标空间

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

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

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

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

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

MFC程序框架剖析

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

MFC的消息映射机制

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

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