Introduction - If you have any usage issues, please Google them yourself
4. The analog implementation of demand paging virtual page replacement algorithm
Achieve OPT, FIFO, LRU, Clock, etc. page replacement algorithm. Receiving user input parameters, including the length of the program (number of pages), the page size and page frame number, using different colors to distinguish the output hits, and added directly to replace free blocks.