2017年4月24日

摘要: #include<bits/stdc++.h> using namespace std;int cal=0; struct PCB{ // bool use;//是否可用 //bool sta;//是否就绪 int pronum;//进程号(进程唯一标识符,不可重复) int time;//时间片 阅读全文
posted @ 2017-04-24 20:17 江南烟雨尘 阅读(606) 评论(0) 推荐(0)

导航