-
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
-
01100
进程调度算法的设计,SPF(短进程优先)RR(时间片轮转)(The design process of scheduling algorithms, SPF (short process priority) RR (Round-Robin Time Slice))
- 2016-04-21 15:37:42下载
- 积分: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
-
_C_OS_DSP
嵌入式操作系统_C_OS_II的特点及应用嵌入式操作系统_C_OS_II的特点及应用
- 2009-04-09 09:38:59下载
- 积分:1
-
计算机操作系统
操作系统提供一系列服务:
多任务、用户界面、内存管理、内存保护、
文件存取、网络、设备控制、硬件控制 、错误检测及恢复系统、安全(The operating system provides a range of services:
Multitasking, user interface, memory management, memory protection,
File access, network, device control, hardware control, error detection and recovery systems, security)
- 2020-06-21 20:40:01下载
- 积分:1
-
banker_work
在C环境下,通过链表模拟银行家算法,可自定义资源量和资源数,以及进程数,实现判定避免死锁的分配。(In the C environment, through the list bankers algorithm simulation, can be custom resource amount and the number of resources, as well as the number of processes, determine the deadlock avoidance allocation.)
- 2013-12-24 17:17:41下载
- 积分:1
-
os_source
操作系统设计与实现源码(Design and Implementation of the operating system source code)
- 2020-06-26 11:00:01下载
- 积分:1
-
os
说明: 操作系统课程的复习题以及详细的知识点 复习操作系统的同学可以参考一下(The operating system curriculum review questions and detailed review of the operating system knowledge students can refer to)
- 2014-05-31 17:09:56下载
- 积分:1
-
jinchengtiaodu
说明: 这是我们学习操作系统的时候老师给我们做的关于进程调度的实验,很经典,给大家参考一下!(This is our time for teachers to learn the operating system for us to do experiments on the process of scheduling, it is a classic look for your reference!)
- 2008-11-24 22:42:11下载
- 积分:1
-
HMHMHMH
操作系统的课程设计,存储管理,相当好,给各位欣赏一下,学习学习,OK(Operating system, curriculum design, storage management, very good to you and admire, learn, OK)
- 2009-01-01 22:41:43下载
- 积分:1