搜索资源列表
processdoing.rar
- 操作系统中进程调度算法的模拟 可以实现先来先服务 短作业有限 和时间片轮转算法,Operating system scheduling algorithm in the simulation process can be achieved first-come first-serve limited and short operating time slice Round Robin
suanfa
- 操作系统,进程调度算法的模拟,用C语言实现对5个进程采用动态优先权优先算法的进程调度-jinchengdiaodusuanfa
mnjcdd
- 模拟进程调度 随机生成进程,再进行调度的算法-Simulation of the process of scheduling the process of randomly generated, then the algorithm for scheduling
jinchengdiaodu
- 模拟进程调度算法,用先来先服务算法进行调度。-Simulate the process of scheduling, first-come first-served scheduling algorithm.
Banker
- 进程调度中银行家算法的实现,进程的创建与高度均是模拟并未真正创建-Process Scheduling in the banker' s algorithm implementation, the process of creating and height are not really create a simulation
process
- 操作系统中时间片轮转的模拟,先创建进程及其需要的时间片,最后等待所有进程调度运行完毕-In the operating system time slice rotation of the simulation, first the time required to create a process and its films, finally finished running waiting for all process scheduling
paiduilun
- 做数学建模时编的程序,仿照linix系统中进程调度,作出的医院排队模拟程序。-Mathematical modeling prepared to do the procedure, modeled on the process of scheduling linix system to make the hospital queue simulation program.
jincheng
- 模拟高优先权优先的进程调度算法 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程),每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。每个进程的状态可以是就绪W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 进程的优先数及需要的运行时间可以事先人为地指定,进程的运行时间以时间片为单位进行计算。 就绪进程获得CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。
service
- 这是一个模拟进程的先来先服务的进程调度算法-Process, the process of first come first serve scheduling algorithm
ProcessScheduling
- 进程调度模拟实验,为学校操作系统课程设计内容-Process scheduling simulation experiments, the content of curriculum design for schools operating system
yuanma
- 见题目模拟进程调度中的高优先级优先调度算法-can t you see
Scheduling
- 该程序,实现了模拟系统中进程调度的情形,具备QT图形界面,原创-The program, implemented in the process simulation system scheduling situation, with QT GUI, originality
CProcessDemo
- 2009年12月 操作系统课程设计 进程调度模拟【CProcessDemo】 -like this
esr
- 先来先服务算法,先来先服务算法完成进程调度模拟-First-come, first-serve algorithm, first-come first-serve algorithm to complete the process of scheduling simulation
processscheduling
- 操作系统: 进程调度模拟程序设计 2,实现的功能:实现了进程调度模拟程序设计中的基于动态优先权的算法。 3,优点: 在程序的窗口给出了最开始的时候的队列里的状况,随机生成了每个进程的“优先权”和“要求运行时间”,并考虑到了避免产生 较大的数而导致程序长时间陷入循环,(即设定了优先权和要求运行时间的上下限); 可以方便的添加或者删除进程数目,(只需要改动源代码中的MAXN值即可,其他的不需要改动)而不影响程序的运行,健壮性好。 4,缺点:
sicple-cowment
- 进程调度程序是进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统-Process scheduler is one of the main content of process management, by design, compile and debug a simple process scheduling simulation system
dvljty
- 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配-In the operating system process scheduling, simulated storage management in the management and allocation of memory space
eucdlxk
- 进程调度模拟程序-优先权只是调度算法考虑的一个方面进程调度依据调度程序运行时(Process scheduling simulation program - is only one aspect of the scheduling algorithm considering process priority scheduling based on scheduling program is running)
进程调度算法
- 模拟进程调度的过程,包括先到先得进程调度算法和RR轮转调度算法。(The process of simulating process scheduling, including the first to first process scheduling algorithm and the RR rotation scheduling algorithm.)
c1
- 通过对进程调度算法的模拟加深对进程概念和进程调度过程的理解()