搜索资源列表
-
0下载:
操作系统课程设计,页面置换算法,包含了先进先出fifo、最近最久未使用lru、还有最佳opt三种算法。代码简单易懂,编译通过。-courses on operating system design, page replacement algorithms, including the FIFO fifo. the most recent time on the use of LRU, the three best opt algorithm. Code straightforward compi
-
-
0下载:
A simple program to implement the PAGE REPLACEMENT ALGORITHMS in UNIX
-
-
0下载:
通过模拟页面管理中各种页面替换算法,进一步理解各种算法的性能,并且进一步理解各种页面替换算法的优缺点。-Page Management by simulating the various page replacement algorithms, a better understanding of the performance of various algorithms, and further understand the advantages and disadvantages of the
-
-
0下载:
模拟操作系统虚拟存储中的页面置换算法采用FIFO算法,使用的是C语言编程
-Simulate the operating system virtual memory page replacement algorithms used in the FIFO algorithm, using a C language programming
-
-
0下载:
最佳页面置换算法,最佳页面置换OPT算法的置换策略:发生缺页时,查看内存中的页面在页面走向中将来再次被调入内存的指令,这里假设每一页调入内存需要的指令数都是相同的,用单位1表示。当内存分配的页数都执行了这个操作,比较那个页面的指令数最大,则就把这个页面淘汰出内存,调入的页就进入内存。-Best Page-Replacement Algorithms
-
-
0下载:
有关计算机操作系统中存储管理中的页面置换算法实验代码-The computer operating system stored in the management of the experiment code on the page replacement algorithms
-
-
0下载:
页面置换算法--
我们操作系统实验的程序很有用!-Page-Replacement Algorithms- our operating procedures for the experiment is useful!
-
-
0下载:
采用页式分配存储方案,通过分别计算不同算法的命中率来比较算法的优劣,同时也考虑页面大小及内存实际容量对命中率的影响;
实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟;
-By page type allocation of storage solutions, were calculated by the hit rate of different algorithms to com
-
-
0下载:
模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。
1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。
2.用先进先出(FIFO)页面调度算法处理缺页中断。
3.用最近最少用(LRU)页面调度算法处理缺页中断。
-Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
-
-
0下载:
编程模拟一个作业的执行过程,用户输入系统分配给该作业的物理块N和该作业要访问的逻辑页号序列长度L,采用下面不同的页面置换算法:FIFO,LRU,OPT,LFR,NUR,给出不同算法下的页面置换情况及其对应的缺页率-Programmed to simulate a job execution, the user input system assigned to the job and the job of physical block N logical page number to access
-
-
0下载:
五种页面替换算法比较,包括最佳,fifo,lru,random,clock-Comparison of the five page replacement algorithms
-
-
0下载:
用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
-
-
0下载:
操作系统页面置换模拟系统
本软件模拟操作系统的页面置换,共有FIFO、LRU、OPT三种算法可供选择。用户可自行选择随机或手动输入指令序列的地址,本系统将自动显示各种算法的缺页率,以及那一条指令导致缺页-Analog system operating system page replacement operating system, the software simulate page replacement, total FIFO, LRU, OPT three algorithms to
-
-
0下载:
CSharp写的虚拟内存中页置换算法,包括FIFO、OPT、LRU和Clock等。-CSharp write virtual memory page replacement algorithms, including FIFO, OPT, LRU and Clock.
-
-
0下载:
用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
-
-
0下载:
几种页面置换算法如先进先出,最佳置换,最近最久未使用算法-Several page replacement algorithms such as FIFO, the optimal replacement, the least recently used algorithm
-
-
0下载:
学操作系统时写的页面置换算法,包括三种常见的算法,希望对学习操作系统的同学有帮助。-Learning to write the operating system page replacement algorithms, including three common algorithms, hope to learn the operating system help students.
-
-
0下载:
页面置换算法,大二操作系统实验三,dos窗口-Page replacement algorithms, operating systems sophomore third experiment, dos window
-
-
0下载:
虚拟存储请求页式存储管理中几种基本页面置换算法的基本思想和实现过程-The basic idea and implementation process of several basic page replacement algorithms in virtual storage request page storage management,
-
-
0下载:
Page replacement algorithms FIFO , LRU , Optimal
-