-
yinhangjia1
经典的银行家算法,经编译后无错误,很好用(Classic banker s algorithm, as compiled error-free, very good use)
- 2008-04-16 11:16:22下载
- 积分:1
-
DOS
实现dos调用功能 修改显存方法显示字符(Achieve dos memory recall function to modify the method to display characters)
- 2014-01-08 12:55:16下载
- 积分:1
-
CriticalSection1
信号量实现临界区访问(signal to achieve critical visit)
- 2005-02-17 02:58:01下载
- 积分:1
-
现代操作系统(中文第三版)_扫描版_24.8M
说明: 现代操作系统第三版中文,带目录,觉得好请点赞(Modern operating system third edition Chinese, with directory, feel good, please comment)
- 2020-06-23 23:40:01下载
- 积分:1
-
vmm
请求分页存储管理方式的模拟实现,包括相应的说明文件(request tabbed storage management methods to achieve the simulation, including the corresponding notes)
- 2006-05-18 02:25:59下载
- 积分:1
-
3
说明: 北理工操作系统课程设计实验3 生产者消费者实验的源码及实验报告(North Polytechnic courses on operating system design Experiment 3 of producers and consumers experiment source code and experimental reports)
- 2012-06-20 20:26:13下载
- 积分:1
-
ozmtool
说明: OZMTOOL to extract DSDT from old BIOS
- 2019-06-06 15:18:02下载
- 积分:1
-
Software__1.0.3
步进电机控制软件,可采用4、8、16、32、64、128细分,最大512细分(Stepper motor control software, can be used 4,8,16,32,64,128 subdivision, the largest 512 subdivision)
- 2017-04-20 09:53:28下载
- 积分:1
-
STM32F4_LWIP
LWIP协议栈的移植方法,包括裸机移植和带操作系统的移植!!!(The method of transplantation of LWIP protocol stack, including bare transplantation and transplantation with operating system!!!)
- 2015-03-31 21:04:08下载
- 积分: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