Title:
OperatingSystemPageReplacementAlgorithm Download
Description: Java operating system, page replacement algorithm: (1) into the first out method (FIFO) (2) least recently used algorithm (LRU) (3) optimal replacement algorithm (OPT) (4) at least visit the page algorithm (LFU) ( Note: I changed improved by the Clock algorithm) (5) recently least frequently used algorithm (NUR)
- [Lru] - Page replacement algorithm for simulatio
- [pages] - Page replacement algorithm, FIFO, LRU, O
- [fifo] - A FIFO page replacement algorithm, the u
- [disk_attemper] - simulate mircosoft system disk attemper
- [Virtualmemory] - Four types of virtual memory replacement
- [os] - The realization of paging memory address
- [javajinchen] - jinchenguanlidfsagdsgfh,dfdfadfdsgdfhghd
- [ymzh] - This is a class of experimental operatin
- [clock] - CLOCK algorithm is a computer operating
- [nru] - Replacement algorithm is the least frequ
File list (Check if you may need any files):
操作系统页面置换算法\源程序(Java)\.classpath
....................\..............\.project
....................\..............\Main$1.class
....................\..............\Main.class
....................\..............\Main.java
....................\..............\MethodsJPane.class
....................\..............\MethodsJPane.java
....................\..............\ProduceMethodsPane.class
....................\..............\ProduceMethodsPane.java
....................\上机报告\李锐歆.doc
....................\源程序(Java)
....................\上机报告
操作系统页面置换算法