文件名称:process_attemper

介绍说明--下载内容均来自于网络,请自行研究使用

1、  :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法:

a)  静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。

b)  动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。

2、  编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。

3、  编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。

4、  程序与报告要求:

a)  对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。

b)  输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。

c)  可以选择在Windows或Linux环境下编写、运行程序

d)  鼓励使用不同的开发工具在不同平台环境上进行开发比较。

e)  在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。

-1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority number in operation during the entire process will not change. priority number in the designated input data, can be reached under the order, running time determine. b) dynamic priority number refers to several priorities for the process of the creation process can be given an initial value, and according to the principle of amending certain priority number.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

进程调度

........\deal.cpp

........\deal.dsp

........\deal.dsw

........\deal.ncb

........\deal.opt

........\deal.plg

........\Debug

........\SeqPQueue.h

........\进程调度实验报告.doc

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org