搜索资源列表
test4
- 模拟请求分页虚拟存储器管理技术中的硬件地址变换、缺页中断,以及页面淘汰算法,处理缺页中断。
编程实现LRU算法或CLOCK/改进算法等置换算法
- 编程实现LRU算法或CLOCK/改进算法等置换算法(二选一),模拟实现虚拟存储器的地址变换过程。-Programming LRU algorithm or CLOCK/improved algorithms replacement algorithm (alternative), analog virtual memory address translation process.
VirtualStore
- 本实验的程序设计基本上按照实验内容进行。即首先用srand()和rand()函数定义和产 生指令序列,然后将指令序列变换成相应的页地址流,并针对不同的算法计算出相应的命中 率-The experimental procedure is basically the design of the content in accordance with the experiment. That is, first of all with srand () and rand () function
myFIFO
- 模拟进程调度中使用FIFO算法的过程,运行结果为进程占用资源的变换过程-Simulated FIFO algorithm