Description: To write and debug a simulated process scheduler, " the number of the highest priority priority" scheduling algorithm for scheduling the five processes. " The highest priority number priority scheduling algorithm' s basic idea is that the CPU is allocated to the highest priority number of processes in the ready queue. The static priority number is determined when the process is created, and no longer changes during the run of the entire process.
To Search:
File list (Check if you may need any files):
ProcessSchedulingHF\Debug\Main.obj
...................\.....\MainDlg.obj
...................\.....\ProcessSchedulingHF.exe
...................\.....\ProcessSchedulingHF.ilk
...................\.....\ProcessSchedulingHF.pch
...................\.....\ProcessSchedulingHF.pdb
...................\.....\resource.res
...................\.....\StdAfx.obj
...................\.....\vc60.idb
...................\.....\vc60.pdb
...................\Debug
...................\icon1.ico
...................\Main.cpp
...................\MainDlg.cpp
...................\MainDlg.h
...................\ProcessSchedulingHF.dsp
...................\ProcessSchedulingHF.dsw
...................\ProcessSchedulingHF.ncb
...................\ProcessSchedulingHF.opt
...................\ProcessSchedulingHF.plg
...................\ReadMe.txt
...................\resource.aps
...................\resource.h
...................\resource.rc
...................\StdAfx.cpp
...................\StdAfx.h
...................\Thumbs.db
ProcessSchedulingHF