摘要:
#include"stdio.h"#include"stdlib.h"#include"time.h"struct wuli{ int wuli_number; char pname; /*已分配区表登记栏标志,用"0"表示空栏目*/}; /*内存表*/struct wuli wuli_...
阅读全文
posted @ 2015-06-25 09:48
04彭得源
阅读(252)
推荐(0)
编辑
摘要:
#include #include #include #include #include #include using namespace std;struct block{ int begin,end;};struct free_place{ ...
阅读全文
posted @ 2015-06-25 08:44
04彭得源
阅读(154)
推荐(0)
编辑