- 0
- 0
- 约3.82千字
- 约 9页
- 2017-07-01 发布于江西
- 举报
0hebmfq操作_系统报告.doc
^
| You have to believe, there is a way. The ancients said: the kingdom of heaven is trying to enter. Only when the reluctant step by step to go to it s time, must be managed to get one step down, only have struggled to achieve it.
-- Guo Ge Tech
操作系统仿真实验
实验报告
报告日期:2011-4-26
实验目的
采用仿真实验的方法,分析在FCFS SJF RR MLFS算法中,系列因素对平均周转时间的影响
场景布置:长短作业不同比例 ;作业不同达到顺序;作业不同到达频率。
实验原理及方法
分析四种调度算法实现原理及方法:
(一)基本定义及说明
1.定义进程的四个状态:
#define ProcessCreate 0 //创建
#define ProcessReady 1 //就绪
#define ProcessRun 2 //执行
#define ProcessWait 3 //等待
#define ProcessDestory 4 //结束
2.用结构体来表示调度的每一个进程,每个进程的属
原创力文档

文档评论(0)