1. 首页
  2. 编程语言
  3. C
  4. 存储管理实验报告程序

存储管理实验报告程序

上传者: 2019-01-06 07:28:05上传 C文件 10.44KB 热度 26次
#include #include #define NULL 0 #define getjcb(type) (type*)malloc(sizeof(type)) #define getsub(type) (type*)malloc(sizeof(type)) int num,num2; //要调度的作业数和要回收的区域数 int m=0; //已分配作业数 int flag; //分配成功标志 int isup,isdown; //回收区域存在上邻和下邻的标志 int is=0; struct jcb{ cha
用户评论