Description: The understanding and grasp of the commonly used disk scheduling algorithm content and principle. The disk can be shared by multiple processes equipment. When there isMultiple processes all requests to access a disk, should adopt an appropriate scheduling algorithm, to make the process of disk average access (mainly seek ) minimum time.II through this experiment, using a first come first serve algorithm, shortest seek time first algorithm, sweep algorithm, simulation of the realization of a simple disk scheduling system.
To Search:
File list (Check if you may need any files):
Disk scheduling.cpp