实验二 (3)最短作业优先调度
摘要:
#include<stdio.h>#define Time int#define M 100typedef struct process{ char name[M];//进程名 int priority;//优先数 int reachtime;//到达时间 int needtime;//需要时间 i 阅读全文
posted @ 2016-06-15 13:27 01-李嘉秀 阅读(475) 评论(0) 推荐(0)
浙公网安备 33010602011771号