Description: Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm.
The basic principle is:
If a page is accessed, it is likely to be accessed; on the other hand, if it is not accessed for long periods, it is unlikely to be accessed in the near future.
To Search:
File list (Check if you may need any files):
LRU.CPP