作业调度算法
作业调度源程序FILE*GroupFile[10];typedefstructindex{charname;//指令inttime;//指令执行时间}index;structpcb{charfilename[10];//进程名intid;//作业编号intexetoIndex;//当前正在执行指令charstatus;//当前状态intwtime;//等待时间};structpcbjobpcb[100];//pcb表typedefstructjob{indexidx[10
下载地址
用户评论