搜索资源列表
process_attemper
- 1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限
deal
- 操作系统实验 处理机调度 实验一(包含程序源代码和完整报告)-Experimental operating system processor scheduling experiment (including source code and complete report)
ShiYanYi_ShiJianPianLunZhuanSunaFa
- 广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
myshell
- 《操作系统—精髓与设计原理》一书中myshell编程项目,代码写得很清晰,纠错能力很强大,实现了基本的内部命令:cd、dir、help、echo、environ等,以及实现文件重定向、后台处理等功能。附有实验报告。-" Operating system- the essence and principles of design" , a book myshell programming projects, the code is written very clear, very
NachOS-4.1_thread
- 1. 操作系统改进 2. 在NachOS的源码上面进行进程调度的改进。 3. 实现了先来先服务的进程调度算法。 4. 每一处自己修改的地方添加有//edited by 3feng的注释 5. 附有详细说明的实验报告-1. Operating system improvements 2. NachOS source in the process of scheduling the above improvements. 3. Realized the process o
Page-displacement
- 模拟操作系统的页面置换实验报告 就是一模版-Simulation of the operating system page replacement lab report
shiyan1
- 大三下学期计算机操作系统实验一,实验代码和实验报告,可以拿来直接使用-Junior next semester computer operating system, experiment, experiment code and experimental reports, can be used to directly use
psychologist
- 哲学家问题+报告,操作系统实验要求完成的,还有一份说明文档-phschologist problem,on the operating system class
lab-1
- 哈工大操作系统试验一代码,包括需要写的程序和实验报告-the lab1 for HIT Operating System
caozuoxitong
- 山大操作系统课程设计实验报告,实验三到实验十一-Alexander courses on operating system design lab reports, the experiment three Experiment 11
Compile_linux_kernel
- Ubuntu 12.10下编译Linux内核的详细步骤,内容为操作系统课程设计实验一的实验报告(为保护隐私缺少两张实验结果截图请自行补充)。-Ubuntu 12.10 Linux kernel compile detailed steps, the content of courses on operating system design experiments an experimental report (for the protection of privacy is missing tw
进程调度
- 一篇操作系统的实验报告,内附代码和测试数据(An operating system experiment report, code and test data)
