文件名称:c优先调度算法代码
文件大小:69KB
文件格式:DOC
更新时间:2015-12-17 18:11:09
优先调度
实现了os中优先调度的算法 typedef struct node { char name; int Y;//优先数 int time;//要求运行时间 char Z;//状态 struct node *next; }node,*list;
文件名称:c优先调度算法代码
文件大小:69KB
文件格式:DOC
更新时间:2015-12-17 18:11:09
优先调度
实现了os中优先调度的算法 typedef struct node { char name; int Y;//优先数 int time;//要求运行时间 char Z;//状态 struct node *next; }node,*list;