搜索资源列表
change
- 模式操作系统的页面置换算法,主要实现FIFO算法,LRU算法等
memory_fromm_hgy
- 操作系统常用页面置换算法模拟实验 FIFO,LRU
linuxag
- 演示了linux下的常用页面置换算法(FIFO,LRU,OPT,LFU,NUR),并计算了相应的命中率。程序用随机函数产生指令序列,然后变换成相应的页地址流。-demonstration of the commonly used algorithm replacement pages (FIFO, the LRU, OPT, LFU, NUR), and calculated the corresponding hit rate. Procedures used functions to gen
页面存储管理
- 该代码是根据先来先服务、最佳置换算法、最近最少使用算法来完成的。
page_replacement
- 在linux下用C语言开发的页面置换算法,并不适用于VC下运行-C for page_replacement in linux
1
- 页面置换算法C语言实现! -sas
wynczh
- 内存页面置换 用C语言模拟LINUX操作系统中的内存页式管理的FIFO算法和LRU算法-Memory page replacement using C language simulation of LINUX operating system management of memory pages the FIFO algorithm and LRU algorithm
vmrp
- 加深对于存储管理的了解,掌握虚拟存储器的实现原理;观察和了解重要的页面 置换算法和置换过程。练习模拟算法的编程技巧,锻炼分析试验数据的能力。 -Deepen the understanding of storage management, control and implementation principle of virtual memory observe and understand the importance of the page replacement algorith
os_exp2
- 编程序模拟请求页面调度中的页面置换算法,基于同样的页面序列对比它们的命中率,观察当物理内存容量变化时算法的结果有什么不同。-Programmable analog paging request in the page replacement algorithm, based on the same page sequence comparison of their hit rate was observed when the algorithm changes the physical memo
The-change-of-Page
- 利用LINUX中的环境进行页面置换算法的C程序开发,界面好,功能全。-LINUX environment using the page replacement algorithm in C program development, the interface is good, full-featured.
Virtual-storage-d
- 虚拟存储器各页面置换算法的实现与比较,存储管理的主要功能之一是合理的分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法。 -Virtual memory each page replacement algorithm implemented and compared
LRU-FIFO
- linux关于进程间页面置换算法包括FIFO、LRU算法-Linux interprocess page replacement algorithm to include FIFO, the LRU algorithm
10
- 常用页面置换算法模拟通过模拟实现请求页式存储管理的几种基本页面置换算法,了解虚拟存储技术的特点-Commonly used page replacement algorithm simulation
实验2
- 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计, 了解虚拟存储技术的特点, 掌握请求页式存储管理的页面置换算法。 ①先进先出的算法( F I F O ) ; ②最近最少使用算法( L R U ) ; ③最佳淘汰算法( O P T ) : 先淘汰最不常用的页地址; ④最少访问页面算法( L F U ) ; ⑤简单时钟算法( CLOCK)(Page replacement algorithm)
suanfa
- 输入页号数 再输入页号序列 选择相应的算法执行(Enter the page number and page number corresponding to the input sequence selection algorithm)