搜索资源列表
smpl_new
- 用C语言写的M/M/1队列模型 简单的模拟了M/M/1型排队 -C language to write the M/M/1 Queue simple model to simulate the type of queuing M/M/1
Process-scheduling
- 将进程的基本状态分为三种:运行、就绪、等待。 选用C语言编写程序,构造就绪和等待两个队列,根据不同的情况分别对就绪和等待两个队列进行出队和排队处理,并在计算机屏幕上给出相应的提示,如:“进程进入等待”、“进程进入就绪”、“进程开始运行”。-Process scheduling,include Function,be ready and waiting