搜索资源列表
nru
- 置换算法最近最不经常使用(NRU)算法通过对页面、页表、地址转换和页面置换过程的模拟,加深对请求调页系统的原理和实现过程的理解。-Replacement algorithm is the least frequently used recently (NRU) algorithm through the pages, page tables, address translation and page replacement process simulation, to deepen the re
FIFO
- 大学生计算机操作系统课程设计,实现页面置换,利用fifo(先进先出)算法-Students of computer operating systems curriculum design, the realization of the page replacement, the use of fifo (FIFO) algorithm
fifo
- 一个FIFO的页面置换算法,使用java实现-A FIFO page replacement algorithm, the use of java to achieve
Fifopagereplacementalgorithm
- 页面置换算法 包括fifo 先进现出,最近最早未使用,lru算法-Fifo page replacement algorithm, including advanced show, the first unused recently, lru algorithm
59564363OSshiyan5
- 操作系统页面置换算法,此压缩包内有四种算法,可供读者参考-Page replacement algorithm for the operating system, this package there are four types of compression algorithms, for the reader is referred to
A
- FIFO页面置换算法 LRU页面置换算法 模拟-FIFO page replacement algorithm LRU page replacement algorithm for simulation of
zhihuanew
- 页面置换算法实验,模拟操作系统的页面置换 。-Page replacement algorithm experiment, simulation of the operating system page replacement.
page
- 操作系统 页面置换算法之 FIFO,同时也附带写失败了的,LRU算法-Operating system page replacement algorithm of the FIFO, but also with the failed write, LRU algorithm
LRU
- 操作系统中的LRU页面置换算法,用堆栈的方法实现,可以运行-Operating system LRU page replacement algorithm, the method used to achieve the stack, you can run. . . . .
sys
- 通过对页面、页表、地址转换和页面置换过程的模拟,加深对请求调页系统的原理和实现过程的理解-Through the page, the page table, address translation and page replacement process simulation, demand paging system, deepen the principles and understanding of the implementation process
yemianzhihuan
- 关于页面置换的小程序,包含源代码和重要注释-Replacement of the applet on the page, including source code and important notes
LRU
- 该代码实现的主要功能是实现模拟LRU页面置换算法-The code to achieve the main function is to achieve analog LRU page replacement algorithm
ye-mian-zhi-huan
- 用c语言模拟了操作系统中页面置换算法,包含了详细的代码。-Simulated operating system page replacement algorithm contains a detailed code c language.
Page_Replacement
- 模拟页面置换算法,通过随机产生序列运用FIFO LRU LFU OPT对其进行置换-Simulation page replacement algorithm, randomly generated sequences use FIFO LRU LFU OPT its replacement
page-replacement-algorithm
- C++编写的页面置换算法,做课程设计的好帮手哦。-C++ written page replacement algorithm, do curriculum design good helper Oh.
2
- C#实验报告,关于操作系统页面置换的源代码-C# lab report, the source code for the operating system page replacement
os2
- 通过在第1部分实验基础上,完成实现进程的分页式内存分配和地址转换过程,并进一步完成请求分页式存储分配和地址转换过程。掌握分页式存储管理和请求分页存储管理、并掌握页面置换先进先出(FIFO)、最近最久未使用(LRU)等算法-Through to complete paging memory allocation and address of the realization process of the conversion process, based on the first part of t
yemianzhihuan
- 页面置换算法,可在linux系统直接实现,文档中有源程序-Page replacement algorithm can be directly implemented in the linux system source document
fifo页面置换算法模拟程序
- fifo页面置换算法模拟程序 1.请求分页的置换算法(FIFO && RUL算法实现);2.按给定的顺序列,输出页面调度过程包括命中 / 缺页,调入/调出;3.计算缺页率,频率。(FIFO page replacement algorithm simulation program)
操作系统
- 置换算法,先进先出,在地址映射过程中,若在页面中发现所要访问的页面不在内存中,则产生缺页中断。当发生缺页中断时,如果操作系统内存中没有空闲页面,则操作系统必须在内存选择一个页面将其移出内存,以便为即将调入的页面让出空间。而用来选择淘汰哪一页的规则叫做页面置换算法。(In the process of address mapping, if page is found in the page, it is not in memory, resulting in page break. When t