-
ss
说明: 请求页式虚存管理是常用的虚拟存储管理方案之一。通过请求页式虚存管理中对页面置换算法的模拟,有助于理解虚拟存储技术的特点,并加深对请求页式虚存管理的页面调度算法的理解。(Page requests virtual memory management is commonly used in the virtual storage management, one of the options. Page through the request of the management of virtual memory page replacement algorithm for simulation, helping to understand the characteristics of virtual storage technology, and better understanding of the request for virtual memory management Page page scheduling algorithm understanding.)
- 2008-06-20 21:20:07下载
- 积分:1
-
fifo
页面置换先进先出算法,请大家试试,本人鉴定没问题(FIFO page replacement algorithm, please try, I did not identify the problem)
- 2021-01-13 14:18:47下载
- 积分: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
-
ZigbeX-txtbook
TinyOS操作系统教材,有详细的编程语句,包括一些简单的跑马灯等内容(TinyOS operating system textbook, a detailed programming statements, including some simple marquee etc.)
- 2015-11-17 20:40:37下载
- 积分:1
-
S_Shell
说明: 用标准C实现shell功能,是操作系统的作业,Linux里面的she(Shell to achieve using standard C function, the operation is the operating system, Linux inside she)
- 2008-11-19 22:55:02下载
- 积分: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
-
caozuoxitong
大三操作系统的报告,完全包干,给需要的人(Third report of the operating system completely lump sum to those who need it)
- 2008-12-26 10:20:54下载
- 积分:1
-
1196084华工操作系统课程设计
说明: 华南理工大学操作系统课程设计文件哈哈哈哈哈哈(hua nan li gong da xue cao zuo xi tong ke cheng she ji)
- 2021-02-18 19:09:44下载
- 积分:1
-
ProcessScheduler
一个进程调度模拟器软件 适合教学操作系统演示(A process scheduling simulator software for teaching operating system shows)
- 2011-09-02 13:07:39下载
- 积分:1
-
subject_3
对于OPT算法,在有多个页面可选的情况下,先淘汰较早进入的页面)。
3. 计算缺页次数及缺页率。
测试用例格式如下:
输入:
算法(1 OPT,2 FIFO,3 LRU)
内存块数
页面序列(页面1,页面2,页面3,...)
输出:
页面变化时内存块装入页面列表1-是否命中/页面变化时内存块装入页面列表2-是否命中/...
缺页次数
其中:
页面变化时内存块装入页面列表:内存块1装入页面,内存块2装入页面,内存块3装入页面...,未装入任何页面时由 -”表示
是否命中:1-命中,0-缺页">
- 2021-04-27 00:48:45下载
- 积分:1