专注点,细心点,耐心点 知行合一
发布时间:2013-06-20 14:14:25
1. 学习前台技术js2. 继续关注数据挖掘3. 动手写程序,持续增强myproject的功能......【阅读全文】
发布时间:2013-06-12 14:39:57
点击(此处)折叠或打开#include #include #include #include #include #include #include #define TIMER.........【阅读全文】
发布时间:2013-06-10 22:44:51
点击(此处)折叠或打开#include <unistd.h>#include <stdlib.h>#include <stdio.h>#include <fcntl.h>#include <sched.h>#include <wait.h>#include <assert.h>#include <errno.h>#.........【阅读全文】
发布时间:2013-06-10 19:01:34
Crit-bit tree是一种特别的树结构,一般用于存放字符串。Critbit tree是一种BitWise tries,其树的深度为O(longest-length),有点像二叉树,不过对于字符串做分支检测的时候代价很小。Crit-bit快速高效的支持下面的一些操作:插入一个字符串测试一个字符串是否在树里删除一个字符串查找.........【阅读全文】