Description: 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -The realization of paging memory address translation process, in this based on the address translation request page. The realization of Page Address Translation request appeared in the phenomenon of missing pages, the use of FIFO FIFO, long the most recent use of LRU, the best replacement algorithm OPT. Platform: |
Size: 1024 |
Author:bartok |
Hits:
Description: Java操作系统页面置换算法:
(1)进先出的算法(FIFO)
(2)最近最少使用的算法(LRU)
(3)最佳淘汰算法(OPT)
(4)最少访问页面算法(LFU) (注:由本人改成改进型Clock算法)
(5)最近最不经常使用算法(NUR)
-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) Platform: |
Size: 343040 |
Author:李锐歆 |
Hits:
Description: 可以实现三种不同调页算法,OPT,FIFO,LRU,是可视化界面,用java语言描写的-We can achieve three different paging algorithm, OPT, FIFO, LRU, a visual interface, using java language description Platform: |
Size: 13312 |
Author:梁欣妍 |
Hits: