搜索资源列表
workplace
- 是关于页面替换算法的代码模拟,用了三种算法,先进先出,第二次机会,时钟算法-Is on the page replacement algorithm code simulation, using the three algorithms, FIFO, a second chance, the clock algorithm
clk
- 通过一个主时钟信号完成异步FIFO读写时钟信号的产生。编译通过实现功能。-Through a master clock signal the completion of asynchronous FIFO read and write clock signal generation. Compiler through the implementation function.
asynFifo
- 异步fifo在IC设计中,非常重要;是异步时钟域同步方法-Asynchronous fifo in IC design, is very important are asynchronous clock domain synchronization
Virtualmemory
- 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
fifo
- 一个先进先出的内存,使用一个同步时钟产生各种不同尺寸的高速缓冲-a first-in first out memory, uses a synchronising clock generics allow fifos of different sizes to be instantiated
FIFO
- FIFO以及跨时钟域的同步问题。 FIFO有分离的地址总线和用以读写数据的数据通道,以及指示堆栈状态(满、将满等)的状态线。-FIFO as well as cross-clock domain synchronization. FIFO have separate address bus and read and write data to the data channel, as well as the instructions state stack (full, will be fu
qingqiufenye
- 多种页面存储方式的设计与实现,包括clock、FIFO、LRU、LFC等。-A variety of page design and implementation of storage, including the clock, FIFO, LRU, LFC and so on.
FIFO-LRU-OPT-Clock
- 页面置换算法,FIFO,LRU,OPT,NUR。-Page replacement algorithm
yemianzhihuansuanfa
- 操作系统课程设计,页面置换算法 (1)建立相应的数据结构; (2)在屏幕上显示页面的状况; (3)时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为一个时间 单位;(b)响应WM_TIMER (4)将一批页的置换情况存入磁盘文件,以后可以读出并重放; (5)计算页面的缺页次数、缺页后的页面置换次数; (6)支持算法:FIFO、LRU、、clock算法、最佳置换算法。 -ye mian zhi huan suan fa
test3
- 操作系统页面置换算法的源代码,分别包含最佳置换算法,先进先出置换算法,最近最久未使用置换算法以及简单的clock置换算法。-The source code of the operating system page replacement algorithm, respectively, contain the best replacement algorithm, FIFO replacement algorithm, the most-recently-used replacement alg
1
- 操作系统 页面置换算法 设计和实现最佳置换算法、随机置换算法、 先进先出置换算法最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换 算法-Operating system page replacement algorithm design and implementation of optimal replacement algorithm, random permutation algorithm, FIFO replacement algorithm is th
pagechange1
- 程序功能: 1)动态演示四种页面置换策略(OPT,FIFO,LRU,CLOCK)。 2)能够可视化观察每种置换策略的工作工程。 3)能够输入一个数字表示页执行序列的总长度(不小于1000),能够设置进程的总页数,然后随机产生页执行序列。 4)能够输入一个数字设置操作系统分配给进程的页面数。 5)统计每种置换策略在不同输入数据情况下的页面失效数。 6)根据实验结果分析不同置换策略的性能。并在实验报告中画出页面失-Program features: 1) dynamic pr
OSLab3
- 操作系统FIFO、LRU、 OPT、CLOCK四种调度算法-Four scheduling algorithms operating system FIFO, LRU, OPT, CLOCK
fifo
- 页面置换算法 支持:FIFO,LRU,clock算法,最佳置换算法-Page replacement algorithm supports: FIFO, LRU, clock algorithm, the optimal replacement algorithm
No.4-codes
- 4.模拟实现请求分页虚拟页面替换算法 实现OPT、FIFO、LRU、Clock等页面替换算法。接收用户输入参数,包括程序长度(页面数)、页框个数及页面大小,输出结果采用不同颜色区分命中、替换及直接加入空闲块。 -4. The analog implementation of demand paging virtual page replacement algorithm Achieve OPT, FIFO, LRU, Clock, etc. page replacement algo
Demand-paging-storage
- 请求分页管理,多种算法实现,包括FIFO、LRU、LFU、Clock方式-Demand paging storage
WJM
- 重庆大学操作系统实验,页面置换算法,LRU,FIFO,CLOCK(page replacement algorithm:LRU,FIFO,CLOCK)
