摘要: Assume you are an awesome parent and want to give your children some cookies. But, you should give each child at most one cookie. Each child i has a g 阅读全文
posted @ 2017-10-25 22:49 章鱼小年糕 阅读(101) 评论(0) 推荐(0) 编辑
摘要: #include #include #define MAX 10 typedef struct process { char name[10]; int priority; int ReachTime; int NeedTime; int UsedTime; char state; }PCB; int n=0; int pTime; PCB sta... 阅读全文
posted @ 2017-10-25 22:26 章鱼小年糕 阅读(912) 评论(0) 推荐(0) 编辑