- 博客(3)
- 收藏
- 关注
原创 linux下的简单文件系统(file system)
貌似这东西英文的网上一抓一大把,不过绝大部分都是基于2.4.x的内核的,而那么早的操作系统我没下载到。于是就用手里3.11的ubuntu开始了写文件系统。 过程真是痛苦。。。。 为了不然后人继续为这个题目痛苦,所以有了这篇博客。 作为一个初学者,我的一些理解估计是有问题的,欢迎批评指正。 首先推荐几个地方: http://lxr.free-electrons.com/source
2013-12-17 00:37:27
1361
原创 第三场1010题
http://acm.hdu.edu.cn/showproblem.php?pid=4622#include #include #include using namespace std; #define sz 2010 int tmp[sz],top[sz]; int sa[sz],r[sz],h[sz]; void get_suffix(char s[],int sa[],int r[],int
2013-07-30 22:31:52
520
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人