07 2013 档案

摘要:#include #include #include #define SWAP(a, b) \ do { \ int __tmp = a; \ a = b; \ b =... 阅读全文
posted @ 2013-07-21 23:46 WendellYih 阅读(210) 评论(0) 推荐(0) 编辑
摘要:良序原理指出,自然数集的每个非空子集都有最小元素,即自然数在其标准的大小关系下构成良序。 阅读全文
posted @ 2013-07-20 16:29 WendellYih 阅读(453) 评论(0) 推荐(0) 编辑
摘要:#include #include #define BLOCK_SIZE 1024#define BUFFER_SIZE (1024*1024) // 1Mstatic long NR_BUFFERS;struct buffer_head{ int b_dev; int b_dirt; int b_count; int b_lock; int b_uptodate; int b_wait; struct buffer_head* b_next; struct buffer_head* b_prev; struct b... 阅读全文
posted @ 2013-07-07 22:32 WendellYih 阅读(363) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示