摘要: /* Name: procNQue.c 进程调度模拟实验源码 存储结构链表 Description: 实现一个有 N级队列的多级反馈队列调度算法。 */#include "stdio.h" #include <stdlib.h> #include <conio.h> #define getpch(t 阅读全文
posted @ 2016-05-12 22:44 50张国镜 阅读(390) 评论(0) 推荐(0) 编辑