Welcome![Sign In][Sign Up]
Location:
Search - 进程调度算法

Search list

[Data structs多级反馈队列进程调度算法

Description: 完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等);然后完成进程创建原语、进程调度原语和进程撤销原语;
Platform: | Size: 2325 | Author: red_eyed_hare | Hits:

[Documents进程调度模拟程序

Description: 编写一个进程调度程序,允许多个进程共行的进程调度程序。 采用最高优先数优先的调度算法和先来先服务调度算法。 每个进程有一个进程控制块( PCB)表示。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 采用动态优先数策略选择就绪进程获得 CPU后都只能运行一个时间片,运行完后优先数减1 动态显示每个进程的当前状态及进程的调度情况 重复以上过程,直到所要进程都完成为止
Platform: | Size: 155136 | Author: shenchelove | Hits:

[Windows Develop进程调度

Description: 进程调度算法的实现过程-Process Scheduling Algorithm of the process
Platform: | Size: 34816 | Author: 安员 | Hits:

[OS Develop进程调度实验

Description: 进程调度算法的实现-Process Scheduling Algorithm Implementation
Platform: | Size: 1024 | Author: 张伟 | Hits:

[Windows Develop进程调度算法

Description: 一个进程高度算法-a process highly Algorithm
Platform: | Size: 2048 | Author: 陈鹏 | Hits:

[Windows Develop基于DELPHI环境的进程调度算法

Description: 这是操作系统中的一个进程调度算法的源程序!使用delphi7.0K开发!-This is a programme of arithmetic of process attemper with DELPHI 7.0.
Platform: | Size: 197632 | Author: 罗刚 | Hits:

[uCOS进程调度算法-操作系统

Description: 这是一个操作系统的进程调度算法的实现绝对正确-This is a process of the operating system's scheduling algorithm to achieve absolutely correct
Platform: | Size: 264192 | Author: 田田 | Hits:

[CSharp进程调度法

Description: 一个计算机操作系统实验程序,模拟进程调度算法。-a computer operating system experimental procedure, process simulation scheduling algorithm.
Platform: | Size: 1024 | Author: 尹亮 | Hits:

[OS program实验三 进程调度实验

Description: 进程调度实验 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。-process of scheduling trials and the preparation of high-level language debugging process of scheduling a procedure to enhance the concept of the process and the process of scheduling algorithm understanding.
Platform: | Size: 26624 | Author: 肖建 | Hits:

[Process-Thread优先级调度算法

Description: 设计一个有 N个进程并发运行的进程调度程序,进程调度算法 :最高优先数优先的调度算法 。本实验模拟在单处理机环境下处理机的调度,了解处理机调度的过程。-design is a complicated process N-running process scheduler, process scheduling algorithm : the highest priority to a few priority scheduling algorithm. The experimental simulation of the single-processor environment processor scheduling, understanding processor scheduling process.
Platform: | Size: 2048 | Author: 程倩 | Hits:

[Process-Thread另一个优先级调度算法

Description: 设计一个有 N个进程并发运行的进程调度程序,进程调度算法 :最高优先数优先的调度算法 。本实验模拟在单处理机环境下处理机的调度,帮助了解处理机调度的过程。-design is a complicated process N-running process scheduler, process scheduling algorithm : the highest priority to a few priority scheduling algorithm. The experimental simulation of the single-processor environment processor scheduling, help understand the processor scheduling process.
Platform: | Size: 3072 | Author: 程倩 | Hits:

[Process-Thread进程调度111

Description: 这是大学上操作系统做的实验,相信很多人都可用的着!本实验模拟单处理器系统的进程调度,采用时间片轮转调度算法作为进程调度算法。-this is the operating system on the university to do experiments, I believe many people are available to! Experimental simulation of the single-processor system in the process scheduling, time-use Web-scheduling algorithm as process scheduling algorithm.
Platform: | Size: 247808 | Author: 呀呀 | Hits:

[Process-Thread进程调度算法.RAR

Description: 操作系统实验的进程调度算法实现:提供了四种重要的算法(FIFS、SFJ、HRN)-operating systems experimental process scheduling algorithm : to provide four important algorithm (FIFS, SFJ, 010-001)
Platform: | Size: 1024 | Author: 何瑜 | Hits:

[OS program不错的进程调度

Description: 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-process Scheduling Algorithm : The highest priority of several priority scheduling algorithm, which is allocated to the processor the highest priority in the process. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the need to run time, has taken the CPU time, the process of the state and so on. Several priorities for the process of what needs to run and the time prior to artificially designated (also be random number generator). The process of running time to time-unit calculations. The state of each process can be completed W (Wait), running R (Run), or completion of F (Finish), one of three state.
Platform: | Size: 7168 | Author: | Hits:

[Windows Develop进程调度算法演示

Description: 进程调度算法演示,程序中含有一些对控制台输出和事件进行控制的API函数-This is a display of process assigned algorithm. It includes some API functions for the control of console output and events.
Platform: | Size: 20480 | Author: | Hits:

[uCOS调度算法

Description: 这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm, first-come first-serve algorithm, short operations (process), priority scheduling algorithm.
Platform: | Size: 247808 | Author: 梁狂 | Hits:

[Windows Develop关于进程调度算法很多程序

Description: 都是关于进程调度的程序 很多种实现的方法在里面都可以找到-are on the process of scheduling procedures to achieve many of the methods can be found inside
Platform: | Size: 45056 | Author: 姚天伟 | Hits:

[OtherOS进程调度源码_2

Description: OS操作系统进程调度算法,其中采用两个算法来实现:优先进程和短进程优先算法.-OS process scheduling algorithm, which uses two algorithms to achieve : short-priority process and the process of priority algorithm.
Platform: | Size: 109568 | Author: wzc | Hits:

[Process-Thread进程调度算法实验报告

Description: 关于进程的调度算法 实验设计: (1)设计一个有N个进程共行的进程调度程序。每个进程由一个进程控制块 PCB表示。进程控制块包括以下信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等。 (2)本调度程序用优先数调度算法。 (3)编写程序并调试运行。 -on the process of scheduling algorithm Experimental Design : (1) design a process of a total of N line in the process scheduler. Every process from a process control block PCB said. Process control block include the following information : process, and several priority process, the process needs to run the time, CPU time and the process of status. (2) The scheduler with a few priority scheduling algorithm. (3) Prepare and commissioning procedures.
Platform: | Size: 6144 | Author: 赵新新 | Hits:

[Other进程调度算法

Description: 模拟进程调度的过程,包括先到先得进程调度算法和RR轮转调度算法。(The process of simulating process scheduling, including the first to first process scheduling algorithm and the RR rotation scheduling algorithm.)
Platform: | Size: 2048 | Author: jttqhh1 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net