摘要: #include<iostream>using namespace std;const int MaxNumber=100;struct Node{char elem;//空闲空间名称(大写字母)int FreePartition;//空闲空间还剩余的大小char Par_set[MaxNumber];//分配给的进程名称(小写字母)};Node FreePartition[MaxNumber];Node FirstPartition[MaxNumber];Node CycleFirstPartition[MaxNumber];Node BestPartition[MaxNumbe 阅读全文
posted @ 2012-11-16 16:40 叶城宇 阅读(3358) 评论(0) 推荐(0) 编辑