動態優先級調度

#include"stdio.h" #include"stdlib.h" #include"string.h" typedef struct node { char name[10]; //進程標誌符 int prio; //進程優先數 int cputime; //進程佔用cpu時間 int needtime; //進程到完成還要的時間 char state; //進程的狀態 struct no
相關文章
相關標籤/搜索