Introduction - If you have any usage issues, please Google them yourself
1. This experiment is a simulation of the operating system disk seek ways, using different sequential disk access scheduling algorithm to design a disk.
2. Disk scheduling algorithms are FCFS, SSTF, SCAN, CSCAN and NStepSCAN algorithm.
3. Set the starting track number seek range, according to track number and start scanning the maximum number of track number, track number randomly generated sequence to be Seeker.
4. Select the disk scheduling algorithm, display track access order of the algorithm to calculate the total number of tracks and the total average seek to move.