2015年6月25日
摘要: #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彭得源 阅读(250) 评论(1) 推荐(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) 推荐(0) 编辑