文件名称:FCFSandRR
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 348kb
- 下载次数:
- 0次
- 提 供 者:
- k***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
时间片轮转调度,具体做法是调度程序每次把 CPU 分配给就绪队列首进程使用一个时间片。当这个时间片结束时,就强迫一个进程让出处理器,让它排列到就绪队列的尾部,等候下一轮调度。实现这种调度要使用一个间隔时钟。当一个进程开始运行时,就将时间片的值置入间隔时钟内,当发生间隔时钟中断时,就表明该进程连续运行的时间已超过一个规定的时间片。此时,中断处理程序就通知处理器调度进行处理器的切换工作。-The round-robin scheduling, specific practices scheduler assigned to each CPU ready queue process uses a time slice. When the end of this time piece, forcing a process for the processor, arranged to make it to the tail of the ready queue, waiting for the next round of scheduling. To use this scheduling an interval clock. When a process is run, it will be the value of the time slice is placed within the interval clock, when the interval timer interrupt occurs, it indicates that the process for continuous operation time has exceeded a predetermined time slice. In this case, the interrupt handler to notify the processor scheduling switch processor.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
6处理器调度FCFSandRR
....................\Debug
....................\.....\FCFS&RR.obj
....................\.....\vc60.idb
....................\.....\vc60.pdb
....................\.....\处理器调度FCFSandRR.exe
....................\.....\处理器调度FCFSandRR.ilk
....................\.....\处理器调度FCFSandRR.pch
....................\.....\处理器调度FCFSandRR.pdb
....................\FCFS&RR.CPP
....................\处理器调度FCFSandRR.dsp
....................\处理器调度FCFSandRR.dsw
....................\处理器调度FCFSandRR.ncb
....................\处理器调度FCFSandRR.opt
....................\处理器调度FCFSandRR.plg