Description: 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
To Search:
File list (Check if you may need any files):
采用时间片轮转算法的进程调度程序\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
采用时间片轮转算法的进程调度程序