Introduction - If you have any usage issues, please Google them yourself
The code has three operating system replacement algorithm, namely fifo (first in first out method), lru (least recently used algorithm), opt (optimal replacement algorithm), can be selected according to the needs and calculate the number of hits, missing pages rate and hit rate.