搜索资源列表
-
1下载:
由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每个作业无论所需运行时间多少,都是每敲一次键盘就执行完一个作业
-
-
0下载:
设计一个有 N个进程共行的进程调度程序。
进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。
每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : T
-
-
0下载:
当要添加进程时,直接输入进程的名称,优先级,需要时间,然后安添加按钮 添加进程时可以随时安运行按钮运行进程,挂起时需要输入要挂起的进程的名称,解挂时也需要输入要解挂的进程的名称.-when added to the process, the process of direct importation of the name, priority, time, and then on the Add button to add process can be run at any time on th
-
-
0下载:
Priority Scheduling using arrays.
-
-
0下载:
it contains all types of cpu scheduling which includes preemptive priority,round robin scheduling
-
-
0下载:
编写并调试一个多道程序系统的作业调度模拟程序。
作业调度算法:采用基于优先级的作业调度。
-Write and debug a multi-track procedures for job scheduling system simulation program.
Job scheduling algorithms: Priority-based job scheduling.
-
-
0下载:
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。
“最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。
静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。
动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如
:在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等
-Write and debug
-
-
0下载:
利用vc工具实现按照优先级的处理器调度。
预置后,可填写处理时间和处理优先级,单步运行。-Vc tools to achieve using the processor in accordance with priority scheduling. Preset, you can fill out the processing time and processing priority, single-step operation.
-
-
0下载:
可以实现优先级调度算法,并有非常好的界面,功能全面-Priority scheduling algorithm can be achieved, and a very good interface, full-featured
-
-
0下载:
1. 设计一个优先级调度算法实现处理机调度的程序;
2. 设计按时间片轮转实现处理机调度的程序。
-1. To design a priority scheduling algorithm processor scheduling procedures 2. Designed to achieve rotation by time slice processor scheduling program.
-
-
0下载:
进程优先级调度算法,进程每运行一次,优先级自动减1-Process priority scheduling algorithm, each running a process, the priority is decremented by one
-
-
0下载:
Windows下使用多线程编程,对进程调度方法进行仿真,包括FCFS,SJF,优先级调度,RR,多级队列调度-Under Windows uses multi-threaded programming, the process of scheduling method simulation, including FCFS, SJF, priority scheduling, RR, multi-level queue scheduling
-
-
0下载:
模拟动态优先级调度算法,程序内有详细的中文注释,方便理解。-Simulate dynamic priority scheduling algorithm, the procedures detailed notes in Chinese, easy to understand.
-
-
0下载:
进程调度实验,分别用链表表示就绪队列,用队列中的结构体结点表示进程,FCFS算法,优先数调度转法-Process scheduling experiment, respectively, said the ready queue list, indicating that the process of using the structure nodes in the queue, FCFS algorithm, priority scheduling rotation method
-
-
0下载:
进程调度算法的实现,包括优先权调度算法和轮转法调度算法。-Process scheduling algorithm implementation, including priority scheduling and round robin scheduling algorithm.
-
-
0下载:
Priority Scheduling Algorithm-Preemptive
-
-
0下载:
优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
-
-
0下载:
Priority Scheduling Algorithm-Preemptive
-
-
0下载:
优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
-
-
0下载:
实现操作系统时间片的优先级调度和轮转调度,不错的源码-Implement priority scheduling time slice of the operating system and rotation scheduling, good source
-
« 12
3
4
5
6
7
8
9
10
...
15
»