07 2013 档案
摘要:#include #include #include #define SWAP(a, b) \ do { \ int __tmp = a; \ a = b; \ b =...
阅读全文
摘要:良序原理指出,自然数集的每个非空子集都有最小元素,即自然数在其标准的大小关系下构成良序。
阅读全文
摘要:#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...
阅读全文