您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 非抢占按优先数调度算法源代码

  2. 非抢占按优先数调度算法源代码 #include #include #define MAX 5 //进程数 /*非抢占式优先数算法*/ struct pro1 { int num; //进程名 int arriveTime; //到达时间 int burst; //运行时间; int weight; //优先数 struct pro1 *next; }; //函数声明 struct pro1* creatList(); void insert(struct pro1 *head,struct
  3. 所属分类:网络攻防