Simulate_Process_Scheduling_Implement_by_C

所属分类:数据结构
开发工具:C/C++
文件大小:2KB
下载次数:36
上传日期:2006-03-31 23:08:22
上 传 者scauqxf
说明:  模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。
(C UNIX Two experimental use of static content priorities in a way, to prepare a process scheduler simulation program. Simulation program only right you have set up a "virtual PCB" accordingly scheduling simulation operation, that is, each occurrence "Dispatch" shows that the current operation "PCB name" priority number, running time, without the need for a real system, such as PCB data changes.)

文件列表:
Simulate_Process Scheduling_Implement_by_C\header.h (179, 2006-03-31)
Simulate_Process Scheduling_Implement_by_C\wait.c (145, 2006-03-31)
Simulate_Process Scheduling_Implement_by_C\random.c (134, 2006-03-31)
Simulate_Process Scheduling_Implement_by_C\newPCB.c (446, 2006-03-31)
Simulate_Process Scheduling_Implement_by_C\selPCB.c (674, 2006-03-31)
Simulate_Process Scheduling_Implement_by_C\main.c (522, 2006-03-31)
Simulate_Process Scheduling_Implement_by_C (0, 2006-03-31)

近期下载者

相关文件


收藏者