搜索资源列表
M_Management
- 操作系统中内存管理页面置换算法的模拟程序,采用的是LRU置换算法-operating system memory management page replacement algorithm simulation procedures and the replacement of LRU algorithm
Experiment2
- 用JAVA实现的操作系统中的LRU页面置换算法,
Lru
- 页面置换算法模拟 包括先来先服务 以及最近最久未使用
abe
- fifo及lru页面置换算法-fifo and LRU algorithm replacement pages
268180cxc7
- 以C语言和Java语言、嵌入式开发、算法实现为主,通过请求页式管理方式中页面置换算法的模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理中的页面置换算法。
OperatingSystemPageReplacementAlgorithm
- 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 algo
PageReplacementAlgorithm
- 用java实现的模拟操作系统页面置换算法,该算法是基于先进先出算法实现的。-Simulation of the operating system using java to achieve the page replacement algorithm, which is based on the FIFO algorithm implementation.
TestReplacement
- lru页面置换算法 随机序列 java源代码-LRU page replacement algorithm for random sequence java source code
121212121543ws
- 页面置换算法基于java实现! 页面置换算法基于java实现!-sdhjk
daima
- 页面置换算法模拟设计,VC++写的(操作系统课程设计)-Page replacement algorithm for analog design, VC++ to write the (operating system, curriculum design)
Pagingrequestanalogstoragemanagementsystemtoachiev
- 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因。 -P
PageExchange
- 操作系统实验、页面置换算法、java swing-Operating System Experiment, page replacement algorithms, java swing
project
- 页面置换算法模拟程序,实现页面置换!页面置换算法模拟程序-asdasd
12123
- 模拟页面置换算法 页面置换 操作系统-Page replacement algorithm simulated operating system
YEMIANZHIHUAN
- 操作系统 页面置换算法的模拟。 -Operating system page replacement algorithm simulation. Operating system page replacement algorithm simulation.
Page-replacement-algorithm
- 页面置换算法,在FIFO,LRU,OPT算法中比较 各算法的优劣-Page replacement algorithm, FIFO, LRU, OPT algorithm comparing the advantages and disadvantages of each method
java
- java实现页面置换算法,其中包括所有的。-page replacement algorithm java implementation, including all the.
virtual-memory
- 用java编程模拟虚拟存储器功能,可以模拟演示FIFO页面置换算法:LRU页面置换算法:以及最佳页面置换算法 的运行过程 程序采用了多线程技术,使得运行过程更人性化-Java programming with simulated virtual memory function, can simulate the FIFO page replacement algorithm demo: LRU page replacement algorithm: the best page replac
PageReplacementAlgorithms
- 操作系统的实验 关于页面置换算法 从txt文件中读取的 可运行-Experiments on the operating system page replacement algorithm read from a txt file to run
Page
- 实现操作系统中的页面置换算法,其中包括FIFO,LUR算法,生成页面内容,并计算缺页率-Page replacement algorithm in operating system, including FIFO, LUR algorithm to generate the page content, and calculate the page fault rate