-
!!real_information
System Info for Delphi 7
- 2020-06-19 19:00:01下载
- 积分:1
-
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
-
BIOS-Update-Procedure
BIOS Update Procedure
- 2013-11-13 17:18:31下载
- 积分:1
-
内存静态分配
内存静态分配: 程序还有一些错误,益出处理不知道怎么加入。此程序开始不是我写的的,我在别人的基础上理解并改动了一些。实验课已经结束了,没时间在做了,以后有机会再改。(static memory allocation : there are some procedural error, derived from processing do not know how to join. This is not the beginning of the proceedings I write, I others on the basis of understanding and change some of it. Experiments over, and no time to do in the future will have the opportunity to change.)
- 2005-06-04 10:41:56下载
- 积分:1
-
writerandreader
计科操作系统课程“读者写者”问题的经典解决。(Branch of the operating system programs, " wrote the reader" as a problem to solve classic.)
- 2009-05-13 15:29:02下载
- 积分:1
-
ucore-thumips-ucore-fix
这是个一个基于mips的开源操作系统ucore.(An operating system based-on mips.)
- 2020-07-11 10:08:54下载
- 积分:1
-
zhiyuanguanlixitong
操作系统课程设计
资源管理系统
safe() //用银行家算法判定系统是否安全
do{
printf("
*****输入要进行的操作 1:分配资源 2: 修改资源 3:显示资源 4:离开*****")
scanf("%d",&choice) (courses on operating system design resource management system safe ()// algorithm with bankers determine whether the safety system do (printf ( " n***** input to the operation of a : 2 distribution of resources : 3 amend resources : resources four shows : left*****") Scanf ( "% d",)
- 2007-06-15 18:54:11下载
- 积分:1
-
FCFS
系统调度中先进先出FCFS算法代码 操作系统课设可用(FIFO system FCFS scheduling algorithm code class-based operating system available)
- 2015-11-30 20:53:48下载
- 积分:1
-
Hello-world-Beta
最简单的操作系统,使用nasm来编译,启动会显示一些字符串smile米奇333(The easiest operating system to use nasm to compile, will start to show some strings smile Mickey 333)
- 2016-11-05 16:43:34下载
- 积分: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