-
clock页面置换算法
clock页面置换算法
用CLOCK置换算法仿真请求分页系统
1、设计目的:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。
2、设计要求:
1) 实现请求分页存储管理方式的页面置换算法:CLOCK算法
2) 内存物理块数固定为15个,对多个作业采用可变分配全局置换的策略分配物理块
3) 作业数量与作业大小(10-20页)可在界面进行设置
4) 所有作业按RR算法进行调度,时间片长度为1秒
5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串长度50---100,要求必须包括作业所有的页面,可作为样例数据保存
6) 可读取样例数据(要求存放在外部文件中)进行作业数量、作业大小、页面串长度的初始化
7) 要求采用可视化界面,模拟内存分配和使用情况图,可在运行过程中随时暂停,查看当前内存物理块使用情况。
8) 每次全部作业运行结束后,要求打印出访问命中率 (clock page replacement algorithm)
- 2013-05-12 10:42:56下载
- 积分:1
-
现代操作系统(中文第三版)_扫描版_24.8M
说明: 现代操作系统第三版中文,带目录,觉得好请点赞(Modern operating system third edition Chinese, with directory, feel good, please comment)
- 2020-06-23 23:40:01下载
- 积分:1
-
Lab7deadlock
nachos操作系统实习,通信和死锁实现部分的报告含主要部分的源码(nachos operating system internships, communication and implementation section of the report containing the deadlock major part of the source)
- 2020-11-09 16:39:47下载
- 积分:1
-
somo
Software modeling team2
- 2012-05-13 18:10:43下载
- 积分:1
-
banker_by_array
说明: 本程序为自己在学习操作系统时独立根据书上所述的银行家算法制作而成,包括一个数组输入函数(Sr()),数组输出函数(Pr())和一个判断函数(test()),并通过指针传递参数,可以自定义进程数目和资源种类数目(源程序限10个以内,可自行更改数组)。
注:本程序是在linux环境下通过gcc编译器编译成功的。若移植到windows环境下可能在汉字显示部分出现乱码。(This procedure for their own independence in learning, when the operating system on the basis of the book described in banker s algorithm produced, including an array of input function (Sr ()), array output function (Pr ()) and a judging function (test () ), and through pointer parameters, the process can customize the number and type of the number of resources (source 10 within limits, can make changes to the array). Note: This procedure is in the linux environment through the gcc compiler to compile successful. If transplanted into windows environment may display garbled characters.)
- 2008-11-15 01:20:10下载
- 积分:1
-
LRU
利用LRU算法仿真请求页面系统
1、设计内容:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。
2、设计要求:
1) 实现请求分页存储管理方式的页面置换算法:近期最久未使用算法(LRU)
2) 内存物理块数固定为3个,对多个作业采用可变分配全局置换的策略分配物理块
3) 作业数量与作业大小(0-9页)可在界面进行设置
4) 所有作业按RR算法进行调度,时间片长度为1秒
5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串长度50---100,要求必须包括作业所有的页面,可作为样例数据保存
6) 可读取样例数据(要求存放在外部文件中)进行作业数量、作业大小、页面串长度的初始化
7) 要求采用可视化界面,模拟内存分配和使用情况图,可在运行过程中随时暂停,查看当前内存物理块使用情况。
8) 每次全部作业运行结束后,要求打印出访问命中率
(Request page using LRU algorithm simulation system)
- 2011-07-06 17:33:06下载
- 积分:1
-
10
常用页面置换算法模拟通过模拟实现请求页式存储管理的几种基本页面置换算法,了解虚拟存储技术的特点(Commonly used page replacement algorithm simulation)
- 2012-12-02 16:00:53下载
- 积分:1
-
AAron-Hileglas-Objective-C-programming-for-iOS-an
ios Mac os programming
- 2013-09-14 22:01:28下载
- 积分:1
-
os_xiti3
钟毓秀操作系统课后习题答案,有详细的计算题答案3章(Operating after-school exercise钟毓秀answer questions have detailed answers to the calculation of Chapter 3)
- 2008-03-29 16:59:52下载
- 积分:1
-
forth
说明: 一个forth语言的开发环境,既是语言又是操作系统。forth语言很好大家可以接触下试试(A forth language development environment, only a language but also the operating system. forth under the language of good contacts we can try)
- 2011-03-08 21:03:44下载
- 积分:1