搜索资源列表
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
jincheng
- 该程序模拟进程按优先权高者优先调度,在优先权相同的条件下,所需的运行时间短的优先调度-The program simulated the process of high priority by the priority scheduling, the priority under the same conditions, the short running time required for the priority 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.
SYSTEM
- 该程序为一进程模拟调度系统,模拟CPU调度进程的两种算法,内含报告,可直接运行。-The program is a process simulation scheduling system, simulated CPU scheduling process, two kinds of algorithms, containing a report can be directly run.
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
Process
- 本次课程设计要求采用VC++结合MFC界面模拟进程调度-The curriculum requires VC++ MFC interface with process scheduling simulation
First-come-first-service
- 先来先服务,抢占式进程。 模拟进程调度,能够处理以下的情形: ⑴ 能够选择不同的调度算法(要求中给出的调度算法); ⑵ 能够输入进程的基本信息,如进程名、到达时间和运行时间等; ⑶ 根据选择的调度算法显示进程调度队列; ⑷ 根据选择的调度算法计算平均周转时间和平均带权周转时间。-First-come, first-served preemptive process. Analog process scheduling, able to handle the
FCFS
- 模拟进程调度算法-先来先服务(FCFS),简单理解进程调度的基本内容-Simulation process scheduling algorithm- first come, first served (FCFS), simple to understand the basic process of scheduling content
JIN-CHENG-DIAO-DU
- 实现FPF和RR算法,模拟进程调度过程,加深对进程调度的理解。- Implementation of FPF and RR algorithm, simulation process scheduling process, to deepen the understanding of the process of scheduling.
HYBWGX
- vb模拟进程调度,rar 是学生学习操作系统的页面存储的课程实验习题-Vb simulated process scheduling, rar is students learning the lessons of the operating system page storage experiment exercises
进程调度算法
- 模拟进程调度的过程,包括先到先得进程调度算法和RR轮转调度算法。(The process of simulating process scheduling, including the first to first process scheduling algorithm and the RR rotation scheduling algorithm.)
c1
- 通过对进程调度算法的模拟加深对进程概念和进程调度过程的理解()