文件名称:RRProcessControl

  • 所属分类:
  • 进程与线程
  • 资源属性:
  • [Java] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 383kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 晁**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

1)  每一个进程有一个PCB,其内容可以根据具体情况设定。

2)  可以在界面设定的互斥资源(包括两种:输入设备与输出设备)的数目

3)  进程数、进入内存时间、要求服务时间可以在界面上进行设定

4)  进程之间存在一定的同步与互斥关系,可以通过界面进行设定,其表示方法如下:

进程的服务时间由三段组成:I2C10O5(表示进程的服务时间由2个时间片的输入,10个时间片的计算,5个时间片的输出)

进程间的同步关系用一个段表示:W2,表示该进程先要等待P2进程执行结束后才可以运行

因此,进程间的同步与互斥关系、服务时间可以统一用四段表示为:I2C10O5W2

5)  可以在运行中显示各进程的状态:就绪、阻塞、执行

6)  采用可视化界面,可在进程调度过程中随时暂停调度,查看当前进程的状态以及相应的阻塞队列

7)  具有一定的数据容错性-1) Each process has a PCB, its contents can be set depending on the circumstances.

2) may be in the number of interface settings mutex resources (including two types: the input device and output device)

3) the number of processes into the memory time, service time can be set on the interface

4) between processes, there are certain synchronization and mutual exclusion relationship can be set via the interface, which represents the method is as follows:

The service time of the process is comprised of three fields: I2C10O5 (the service time of the process from the input of the two time slice, the calculation of the 10 time slices, five time slices output)

Interprocess synchronization: W2, said that the process need to wait until after the end of the P2 process execution can run a segment

Therefore, inter-process synchronization and mutual exclusion relations, service time can be unified in four to: I2C10O5W2

5) can display the status of each process running: Ready, blocking, execut
(系统自动生成,下载前可以参看下载内容)

下载文件列表





采用时间片轮转算法的进程调度程序\RRProcessControl\.classpath

................................\................\.project

................................\................\.settings\org.eclipse.jdt.core.prefs

................................\................\bin\pvt\mbc\main\Main.class

................................\................\...\...\...\....frame\MainFrame.class

................................\................\...\...\...\pcb\Process.class

................................\................\process.txt

................................\................\src\pvt\mbc\main\Main.java

................................\................\...\...\...\....frame\MainFrame.java

................................\................\...\...\...\pcb\Process.java

................................\操作系统课程设计报告.doc

................................\RRProcessControl\bin\pvt\mbc\main

................................\................\...\...\...\mainframe

................................\................\...\...\...\pcb

................................\................\src\pvt\mbc\main

................................\................\...\...\...\mainframe

................................\................\...\...\...\pcb

................................\................\bin\pvt\mbc

................................\................\src\pvt\mbc

................................\................\bin\pvt

................................\................\src\pvt

................................\................\.settings

................................\................\bin

................................\................\src

................................\RRProcessControl

采用时间片轮转算法的进程调度程序

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org