進程調度 短作業優先代碼

#include<stdio.h> #include<math.h> struct PCB { char name[10]; float arrivetime; float runtime; float starttime; float finishtime; float zztime; float dqzztime; }; PCB a[100]; void input(PCB *p,int N)
相關文章
相關標籤/搜索