Introduction - If you have any usage issues, please Google them yourself
a C program implements page replacement algorithm:include optimal algorithm, random algorithm, FIFO algorithm, LRU algorithm and Clock algorithm. The generation of reference string is based on the spatial locality of program.