文件名称:22.01
介绍说明--下载内容来自于网络,使用问题请自行百度
编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。
轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。
简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程,直至所有的进程运行完毕。-Write and debug a simulation of the process scheduler, using the "Web" scheduling algorithm on the five scheduling process.
Web method is a simple web method, variable time slice, or multiple queues rotation method.
A simple round-robin method the basic idea is: all ready process by FCFS queue into a queue, is allocated to the processor the first team in the process, the process takes up CPU time slice of the same.If you are running the process spent its time slice for the completion, they send it back in place at the end of the queue, the processor re-allocated to the first team in the process, process until all is finished.
轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。
简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程,直至所有的进程运行完毕。-Write and debug a simulation of the process scheduler, using the "Web" scheduling algorithm on the five scheduling process.
Web method is a simple web method, variable time slice, or multiple queues rotation method.
A simple round-robin method the basic idea is: all ready process by FCFS queue into a queue, is allocated to the processor the first team in the process, the process takes up CPU time slice of the same.If you are running the process spent its time slice for the completion, they send it back in place at the end of the queue, the processor re-allocated to the first team in the process, process until all is finished.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
22.01/
22.01/22.01.vcproj
22.01/22.01.vcproj.wuhanqi-PC.wuhanqi.user
22.01/Debug/
22.01/Debug/22.01.exe
22.01/Debug/22.01.exe.intermediate.manifest
22.01/Debug/22.01.exe.manifest
22.01/Debug/22.01.ilk
22.01/Debug/22.01.pdb
22.01/Debug/BuildLog.htm
22.01/Debug/MainDlg.obj
22.01/Debug/Win32DialogBasedApplication.obj
22.01/Debug/Win32DialogBasedApplication.res
22.01/Debug/stdafx.obj
22.01/Debug/vc90.idb
22.01/Debug/vc90.pdb
22.01/MainDlg.cpp
22.01/MainDlg.h
22.01/ReadMe.txt
22.01/Win32DialogBasedApplication.aps
22.01/Win32DialogBasedApplication.cpp
22.01/Win32DialogBasedApplication.h
22.01/Win32DialogBasedApplication.ico
22.01/Win32DialogBasedApplication.rc
22.01/resource.h
22.01/small.ico
22.01/stdafx.cpp
22.01/stdafx.h
22.01/targetver.h
22.01/22.01.vcproj
22.01/22.01.vcproj.wuhanqi-PC.wuhanqi.user
22.01/Debug/
22.01/Debug/22.01.exe
22.01/Debug/22.01.exe.intermediate.manifest
22.01/Debug/22.01.exe.manifest
22.01/Debug/22.01.ilk
22.01/Debug/22.01.pdb
22.01/Debug/BuildLog.htm
22.01/Debug/MainDlg.obj
22.01/Debug/Win32DialogBasedApplication.obj
22.01/Debug/Win32DialogBasedApplication.res
22.01/Debug/stdafx.obj
22.01/Debug/vc90.idb
22.01/Debug/vc90.pdb
22.01/MainDlg.cpp
22.01/MainDlg.h
22.01/ReadMe.txt
22.01/Win32DialogBasedApplication.aps
22.01/Win32DialogBasedApplication.cpp
22.01/Win32DialogBasedApplication.h
22.01/Win32DialogBasedApplication.ico
22.01/Win32DialogBasedApplication.rc
22.01/resource.h
22.01/small.ico
22.01/stdafx.cpp
22.01/stdafx.h
22.01/targetver.h
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.