Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Other OS Develop
Title: 计算机操作系统实验三 Download
 Description: Process scheduling algorithm: the highest priority number of priority scheduling algorithm (that is, the processor is assigned to the highest priority process) and first come first service algorithm. Each process has a process control block (PCB) representation. Process control blocks can contain the following information: process name, priority number, arrival time, run time, CPU time, process status, and so on. The priority number of the process and the required run time can be specified artificially (or by random numbers). The process's arrival time is the process's input time. The running time of a process is calculated as a time slice. The state of each process can be one of the three states of ready W (Wait), running R (Run), or completion of F (Finish). Once the ready process gets CPU, it can only run one time slice. Represented by taking CPU time plus 1. Each time the scheduler prints a run, a ready queue, and the PCB of each process for inspection.
 Downloaders recently: [More information of uploader 袁子涵 ]
 To Search:
File list (Check if you may need any files):
实验3\计算机操作系统实验3.docx
实验3
实验3\bin
实验3\bin\Debug
实验3\bin\Debug\实验3.exe
实验3\main.cpp
实验3\main.exe
实验3\main.o
实验3\obj
实验3\obj\Debug
实验3\obj\Debug\main.o
实验3\实验3.cbp
实验3\实验3.depend
实验3\实验3.layout

CodeBus www.codebus.net