搜索资源列表
process_handling
- 操作系统原理实验——进程调度实验报告 实验内容或题目: 1)设计有5个进程并发执行的模拟调度程序,每个程序由一个PCB表示。 2)模拟调度程序可任选两种调度算法之一实现(有能力的同学可同时实现两个调度算法)。 3)程序执行中应能在屏幕上显示出各进程的状态变化,以便于观察调度的整个过程。 4)本次实验内容(项目)的详细说明以及要求请参见实验指导书。 -Operating principle experiment- the process of scheduling the
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
LINZHENWU
- 实三项目名称:处理器调度 计科-81 林振武 0807100141 实验题目: 设计一个按优先数调度算法实现处理器调度的程序。-Real three Project Name: Processor Scheduling Jike experimental-81 Lin Zhenwu 0807100141 Title: Design a number of priority scheduling algorithm processor scheduling program.
producer-and-consumer
- 《操作系统概念》第七版 中的实验项目:生产者消费者问题。本程序中,main()函数需要三个参数:主线程休眠时间;生产者线程数;消费者线程数。各线程的休眠等待时间是随机的。-Experimental project in the seventh edition of the operating system concept: producers and consumers. The program, the main () function takes three parameters: the
testnachos
- 操作系统课程设计,nachos系统完善后的源代码,伯克利分校的实验要求,实现了前两个项目。-Courses on operating system design, nachos perfect system source code, and test requirements, Berkeley, to achieve the first two items.
