搜索资源列表
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. . . . .
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.
yemianzhihuan
- 页面置换算法,可在linux系统直接实现,文档中有源程序-Page replacement algorithm can be directly implemented in the linux system source document
PageReplacement
- 用c语言实现的页面置换算法,具体包括最佳替换算法,随机替换算法,FIFO算法,LRU算法和Clock算法。引用串的生成是尽量模拟真实的程序局部性而设计的。-a C program implements page replacement algorithm:include optimal algorithm, random algorithm, FIFO algorithm, LRU algorithm and Clock algorithm. The generation of referenc
PageReplacement
- 操作系统课程设计,页面置换算法,对页面置换的四种算法的C++实现-Operating systems curriculum design, page replacement algorithm, page replacement algorithm C++ achieve four
ymzh
- 本文件为c语言程序编写的操作系统页面置换算法:包括FIFO和URL两种,界面友好-This document is the c programming language operating system page replacement algorithm: including FIFO and URL are two, friendly interface
ChangePage
- 操作系统-页面置换算法-最佳页面置换、先进先出、最近最久未使用,课程设计-Operating system- page replacement algorithm- Optimal, FIFO, LRU, course design
otp
- 几种页面置换算法如先进先出,最佳置换,最近最久未使用算法-Several page replacement algorithms such as FIFO, the optimal replacement, the least recently used algorithm
内存分配换页
- 操作系统中的内存分配管理,有fifo算法,lruu算法,以及两者比较(Memory allocation management in the operating system, there are FIFO algorithm, lruu algorithm, and the two comparisons)
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