文件名称:The-processor-scheduling
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-09-19
- 文件大小:
- 571kb
- 下载次数:
- 0次
- 提 供 者:
- 钟**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实验一 处理器调度
一. 实验内容
选择一个调度算法,实现处理器调度。
二. 实验目的
在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下处理器调度,帮助自己加深了解处理器调度的工作。
三. 实验题目
第—题:设计一个按优先数调度算法实现处理器调度的程序。
运行环境:Microsoft Visual Studio 2005-Experiment one processor scheduling
I. experimental content
Choose a scheduling algorithm to achieve processor scheduling.
II. Experimental purposes
In the multi-channel programming system, often there are a number of processes at the same time a state of readiness. When the number is greater than the number of processors readiness process, it must be based on a strategy to determine which process preempt the processor. This experiment simulated on a single processor when the processor scheduling, work to help deepen understanding of their own processor scheduling.
III. Experimental title
The first- Title: Design of a number of priority scheduling algorithm processor scheduling procedures.
Operating environment: Microsoft Visual Studio 2005
一. 实验内容
选择一个调度算法,实现处理器调度。
二. 实验目的
在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪状态进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下处理器调度,帮助自己加深了解处理器调度的工作。
三. 实验题目
第—题:设计一个按优先数调度算法实现处理器调度的程序。
运行环境:Microsoft Visual Studio 2005-Experiment one processor scheduling
I. experimental content
Choose a scheduling algorithm to achieve processor scheduling.
II. Experimental purposes
In the multi-channel programming system, often there are a number of processes at the same time a state of readiness. When the number is greater than the number of processors readiness process, it must be based on a strategy to determine which process preempt the processor. This experiment simulated on a single processor when the processor scheduling, work to help deepen understanding of their own processor scheduling.
III. Experimental title
The first- Title: Design of a number of priority scheduling algorithm processor scheduling procedures.
Operating environment: Microsoft Visual Studio 2005
(系统自动生成,下载前可以参看下载内容)
下载文件列表
源代码.txt
程序\debug\R0701_07.exe
....\.....\R0701_07.ilk
....\.....\R0701_07.pdb
....\R0701_07\ch1.cpp
....\........\Debug\BuildLog.htm
....\........\.....\ch1.obj
....\........\.....\mt.dep
....\........\.....\R0701_07.exe.embed.manifest
....\........\.....\R0701_07.exe.embed.manifest.res
....\........\.....\R0701_07.exe.intermediate.manifest
....\........\.....\vc80.idb
....\........\.....\vc80.pdb
....\........\R0701_07.vcproj
....\........\R0701_07.vcproj.KALA.abc.user
....\R0701_07.ncb
....\R0701_07.sln
....\R0701_07.suo
....\........\Debug
....\debug
....\R0701_07
程序
测试数据3.jpg
测试数据1.jpg
测试数据2.jpg