搜索资源列表
-
0下载:
操作系统调度算法(先来先服务,短作业优先,时间片轮转,响应比优先)-scheduling algorithms operating system (first-come first-serve, short operating priority, time-rotate in response to priority over)
-
-
1下载:
操作系统课程设计:
编写并调试一个单道批处理系统的作业调度程序。要求:
(1)至少有四种的作业调度算法。
(2)能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间,比较各种算法的优缺点。
(3)设计一个实用的用户界面,以便选择不同的作业调度算法。
-courses on operating system design : the preparation and debugging a single channel
-
-
0下载:
操作系统内存调度各种算法的示例,也是多线程在同一控件上作画的演示程序。-operating system memory scheduling algorithms example, multithreading in the same controls on painting demonstration program.
-
-
1下载:
操作系统的处理机调度算法:提供了FIFS、SFJ、HRN、时间片轮转算法的实现算法-operating system processor scheduling algorithms : a FIFS, SFJ, 010-001, time-rotate algorithm Algorithm
-
-
0下载:
进程调度算法 本程序提供了以下几种进程调度方法 1、时间片轮询法 2、可强占优先法 3、非抢占算法 ,The process of scheduling algorithms This procedure provides the following types of process scheduling method 1, time piece polling method 2, can be forcibly priority law 3, non-preemptive algorithm
-
-
1下载:
采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣,用c++实现四种调度算法,源代码如下,思路程序内有注解-Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm, using c++ to achieve the four scheduling algorithms, source code is as follows, idea
-
-
0下载:
编写并调试一个单道处理系统的作业等待模拟程序。
作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。
对每种调度算法都要求打印每个作业开始运行时刻、完成时刻、周转时间、带权周转时间,以及这组作业的平均周转时间及带权平均周转时间,以比较各种算法的优缺点。
-Write and debug a single-channel processing system operating to wait for simulation
-
-
0下载:
进程调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。
2)可选择进程数量
3)本程序包括三种算法,用C或C++语言实现,执行时在主界面选择算法,进入子页面后执行,显示结果。-The process of scheduling algorithms: round-robin method, short job first algorithm, the dynamic priority-level algorithm.
2) choose the number of proc
-
-
0下载:
进程调度 设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。
②建立进程就绪队列。对两种不同算法编制入链子程序。
③编制两种进程调度算法:1)优先数调度;2)循环轮转调度
-The process of scheduling the design process control block PCB table structure (with the same structure as the experimental one), were
-
-
0下载:
每个用来标识作业的作业控制快JCB用结构来描述,包括以下字段:
(1)作业标识数ID
(2)作业运行所需要时间requesttime
(3)作业实际运行时间runtime
(4)作业优先权priority,并规定优先权越大的作业,其优先权越高
(5)作业紧迫程度quick,并规定紧迫程度越高的作业,其数值越大
注:以上字段并非每种作业调度算法都使用,仅仅出于方便编-Each operation used to identify the operational contro
-
-
0下载:
每个用来标识作业的作业控制快JCB用结构来描述,包括以下字段:
(1)作业标识数ID
(2)作业运行所需要时间requesttime
(3)作业实际运行时间runtime
(4)作业优先权priority,并规定优先权越大的作业,其优先权越高
(5)作业紧迫程度quick,并规定紧迫程度越高的作业,其数值越大
注:以上字段并非每种作业调度算法都使用,仅仅出于方便编-Each operation used to identify the operational contro
-
-
0下载:
进程调度系统的一个课程设计源码,运用了两种调度算法。-Process scheduling system as a source of course design, using two kinds of scheduling algorithms.
-
-
0下载:
(1)设计进程控制块PCB表结构,分别适用于优先权调度算法和时间片轮转调度算法。
PCB结构包括以下信息:进程名、进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。
(2)建立进程就绪队列。对两种不同算法编制入链子程序。
(3)编制两种进程调度算法:a)优先数调度;b)时间片轮转调度。允许用户在程序运行时选择使用某一种调度算法。-(1) design process control blo
-
-
0下载:
作业调度三种算法FCFS,SJF,HRN-Three types of job scheduling algorithms FCFS, SJF, HRN
-
-
0下载:
its a c code for process scheduling algorithms very helpfu-its a c code for process scheduling algorithms very helpfull
-
-
0下载:
用C语言模拟操作系统的多道程序调度,可以选在使用多种调度算法-Operating system using C language simulation of multi-channel program scheduling, can be selected using a variety of scheduling algorithms
-
-
0下载:
dIsk scheduling algorithms
-
-
0下载:
操作系统模拟进程调度 经典算法 视图界面!-Classic algorithms simulate the process of scheduling the operating system interface for the view!
-
-
0下载:
模拟实现四种进程调度算法:先到先服务、抢占式调度、时间片轮转、多级反馈队列调度-Simulation of the process of realization of the four scheduling algorithms: first come first service, preemptive scheduling, time slice rotation, multi-level feedback queue scheduling
-
-
0下载:
进程的调度算法,感觉挺好的,与大家分享一下-The process scheduling algorithm, I feel very good to share with you
-