時間片輪轉算法實現

#include<string.h> #include<stdio.h> #define NULL 0 typedef struct quen /*定義結構*/ { char pname[8]; int time1; int time2; char state; struct quen *next; }QUEN; main()/*主程序*/ { QUEN *q,*p,*head,*m; char
相關文章
相關標籤/搜索