-
ProcessScheduler
一个进程调度模拟器软件 适合教学操作系统演示(A process scheduling simulator software for teaching operating system shows)
- 2011-09-02 13:07:39下载
- 积分: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
-
simulink燃气轮机模型 LM2500
说明: simulink燃气轮机模型
可进行仿真(simulink
gas turbine LM2500)
- 2021-01-26 14:48:37下载
- 积分:1
-
操作系统概念第七版(英文版)
操作系统概念 下册,是一本操作系统学习的推荐入门书籍,讲解详细有条理(Operating System Concepts Volume II is a recommended introductory book for operating system learning, with detailed and organized explanations.)
- 2019-04-18 13:54:00下载
- 积分:1
-
key
通达2008最新的注册机,直接放在webroot运行(Access to the latest 2008 Zhuceji run directly on the webroot)
- 2008-04-27 11:19:31下载
- 积分:1
-
pcb
PCB模拟进程调度 时间片轮转算法与优先级调度算法(PCB simulation process scheduling time slice rotation algorithm and priority scheduling algorithm)
- 2018-05-10 01:00:52下载
- 积分:1
-
Storage_Simulator0001
在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪进程个数大于处理机数时,就必须依照某种策略来决定哪些进程优先占用处理机。本实验模拟在单处理机情况下的处理机调度,帮助学生加深了解处理机调度的工作。
二、实验类型
设计型。
三、预习内容
预习课本处理机调度有关内容,包括进程占用处理机的策略方法。
四、实验要求与提示
设计进程调度算法,进程数不定;包含几种调度算法,并加以实现;输出进程的调度过程——进程的状态、链表等。要求使用优先权法和轮转法模拟进程调度过程。
【提示】:简化假设
1) 进程为计算型的(无I/O)
2) 进程状态:ready、running、finish
3) 进程需要的CPU时间以时间片为单位确定
【提示】:算法描述
1) 优先权法——动态优先权,当前运行进程用完时间片后,其优先权减去一个常数。
2) 轮转法
(err)
- 2008-06-12 19:04:46下载
- 积分:1
-
6.828-MIT
说明: 6.828MIT: Laboratory resources,PDF resources
- 2020-06-24 17:00:02下载
- 积分:1
-
grub4dos_help
grub4dos使用说明,可以帮助你建立安全的多系统(grub4dos use, I can help you establish a secure multi-system)
- 2007-10-29 14:44:18下载
- 积分:1
-
OSLab-
操作系统课程设计。visual studio 2010,2008上的模拟UNIX文件系统的c++源码,附加实验报告和readmefile(1.Simulate a Unix file system on your Windows Platform
2.Understand the file system on Unix system, and the usage of i-nodes
3.Implement the function of sub-directory
4.The task needs to be completed using C++ or C
5.Allocate 16MB space in memory as the storage for your file system, the space is divided as blocks with block size 1KB
6.The i-node should support up to 10 direct block addresses, and should support at least one indirect block address
)
- 2020-10-12 22:37:33下载
- 积分:1