CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - scheduling algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - scheduling algorithm - List
[
Process-Thread
]
lxb
DL : 0
进程的3中调度算法,时间片、段进程优先、优先权这3种-process scheduling algorithm, time films, the process of priority, the three priority
Date
: 2008-10-13
Size
: 10.88kb
User
:
龙晓波
[
Process-Thread
]
优先级调度算法
DL : 1
设计一个有 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.
Date
: 2025-12-26
Size
: 2kb
User
:
程倩
[
Process-Thread
]
另一个优先级调度算法
DL : 0
设计一个有 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.
Date
: 2025-12-26
Size
: 3kb
User
:
程倩
[
Process-Thread
]
处理机调度1.RAR
DL : 0
操作系统的处理机调度算法:提供了FIFS、SFJ、HRN、时间片轮转算法的实现算法-operating system processor scheduling algorithms : a FIFS, SFJ, 010-001, time-rotate algorithm Algorithm
Date
: 2025-12-26
Size
: 1kb
User
:
何瑜
[
Process-Thread
]
进程调度算法.RAR
DL : 0
操作系统实验的进程调度算法实现:提供了四种重要的算法(FIFS、SFJ、HRN)-operating systems experimental process scheduling algorithm : to provide four important algorithm (FIFS, SFJ, 010-001)
Date
: 2025-12-26
Size
: 1kb
User
:
何瑜
[
Process-Thread
]
scan与cscan算法模拟磁盘调度实验
DL : 0
此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experiment : scan, cscan scheduling algorithm simulation disk containing : flowchart design major source so on. Description : disk is a high-speed, high-capacity, rotating type, direct access storage devices. As computer systems support memory, shoulders the heavy task of input and output, multiple procedures in the system design, while there are often a number of requests to visit disk input and output requests pending.
Date
: 2025-12-26
Size
: 6kb
User
:
何浩
[
Process-Thread
]
进程调度模拟源程序
DL : 0
进程调度问题,调度算法有优先数法和时间片轮法,速度调节可以自己设定-process of scheduling problems, priority scheduling algorithm method and the time-wheel, speed regulation can create
Date
: 2025-12-26
Size
: 27kb
User
:
林一森
[
Process-Thread
]
进程调度算法实验报告
DL : 0
关于进程的调度算法 实验设计: (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.
Date
: 2025-12-26
Size
: 6kb
User
:
赵新新
[
Process-Thread
]
caozuo02050210
DL : 0
操作系统课程设计----进程调度 LRU算法 内附设计报告-courses on operating system design process-scheduling algorithm containing LRU design report
Date
: 2025-12-26
Size
: 603kb
User
:
于勇
[
Process-Thread
]
gege
DL : 0
进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。 -The process of scheduling algorithms: the use of the highest priority number of priority scheduling algorithm (ie the number of processors allocated to the highest priority process) and first-come first-serve algorithm. Each process has a process control block (PCB) said. Process control block can contain the following information: process name, priority number, arrival time, the need for run-time, has spent CPU time, the process of state and so on. Process priority number and needs of the running time can be artificially designated in advance (you can also by the random number generator). Process input arrival time for the process time. The process of running time to time slice is calculated as a unit.
Date
: 2025-12-26
Size
: 1kb
User
:
110
[
Process-Thread
]
OS
DL : 0
基于高优先级优先的调度算法,模拟时间片进行进程调度-Based on high-priority priority scheduling algorithm, simulation time slice for the process of scheduling
Date
: 2025-12-26
Size
: 2kb
User
:
olive
[
Process-Thread
]
Jobassige
DL : 0
计算机进程调度算法\FCFS\SJFS\FPF-Computer process scheduling algorithm \ FCFS \ SJFS \ FPF
Date
: 2025-12-26
Size
: 45kb
User
:
jonwa
[
Process-Thread
]
jinchengdiaodu
DL : 0
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug a simulation of the process scheduler, using the "highest priority number priority" scheduling process scheduling algorithm to five. The "highest priority number first" scheduling algorithm the basic idea is to CPU allocated to the highest-priority ready queue in the process. Static priority number is determined when creating the process, and in the whole process will not change during the operation. Dynamic priority number refers to the process of creating a process priority number can be given an initial value, and can modify the priority number according to certain principles. Example : In the process, get a CPU after its reduction in the number one priority. Or, the process of waiting time exceeds a certain time limit, increase the number of its priority value, and so on
Date
: 2025-12-26
Size
: 23kb
User
:
张超
[
Process-Thread
]
Process-Scheduling-Algorithm
DL : 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
Date
: 2025-12-26
Size
: 179kb
User
:
Lambert
[
Process-Thread
]
Process-scheduling-algorithm-
DL : 0
先来先服务调度算法(FCFS):每次调度都是从后备作业队列中,选择一个或多个最先进入该队列的作业,将它们调入内存,为它们分配资源、创建进程,然后放入就绪队列。在进程调度中采用FCFS算法时,这每次调度是从就绪队列中,选择一个最先进入该队列的进程,为之分配处理机,使之投入运行。该进程一直运行到完成或发生某事件阻赛后,才放弃处理机。 最短作业优先(SJF):每次从后备队列中选择一个或若干个估计运行时间最短的作业,将它们调入内存运行。 -FCFS scheduling algorithm (FCFS): each is from the reserve job queue scheduling, select one or more of the first job into the queue and put them into memory, as they allocate resources, create a process, and then put into the ready queue. In the process, the use of FCFS scheduling algorithm, this time from the ready queue scheduling, select one of the first process into the queue for it and assign processors to make operational. The process has been run to completion or stop an event occurs after the game, only to give up processor. Shortest job first (SJF): Select a time from the backlog is estimated to run one or several shortest job transferred to the memory to run them.
Date
: 2025-12-26
Size
: 7kb
User
:
王泽宇
[
Process-Thread
]
process-scheduling-
DL : 0
进程调度各种算法实现,时间片、最短作业、最大优先算法-A variety of process scheduling algorithm, time slice, the shortest job first algorithm the largest
Date
: 2025-12-26
Size
: 234kb
User
:
卫卫
[
Process-Thread
]
Process-scheduling-algorithm
DL : 0
进程调度算法Process scheduling algorithm Process scheduling algorithm -Process scheduling algorithm
Date
: 2025-12-26
Size
: 458kb
User
:
王帅
[
Process-Thread
]
Processor-scheduling-algorithm
DL : 0
1.设定系统中有五个进程,每一个进程用一个进程控制块表示。 2. 输入每个进程的“优先数”和“要求运行时间”, 3.为了调度方便,将五个进程按给定的优先数从大到小连成就绪队列。用一单元指出队列首进程,用指针指出队列的连接情况。 4. 处理机调度总是选队首进程运行。采用动态优先数算法,进程每运行一次优先数就减“1”,同时将运行时间减“1”。 5.若要求运行时间为零,则将其状态置为“结束”,且退出队列。 6.运行所设计程序,显示或打印逐次被选中进程的进程名以及进程控制块的动态变化过程。 -Processor scheduling algorithm
Date
: 2025-12-26
Size
: 1kb
User
:
猫
[
Process-Thread
]
Cycle-time-slice-rotary-algorithm
DL : 0
实验任务 设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。 调度算法: 时间片循环法 1、 设计进程控制块PBC表结构,适用循环时间片轮转算法。 2、 PBC结构通常包括以下信息:进程名、进程优先数、轮转时间片、进程的CPU时间,进程状态等。根据调度算法不同,PCB结构可作适当的调整。 3、 建立进程队列。对不同的算法编制不同的入链程序。 程序要求达到的运行效果:在设置好进程数量、调度算法后,系统能按设定的参数运行,并在屏幕上交替显示就绪队列和完成队列的进程名等信息-The task Design a program, according to the different scheduling algorithm simulation operating system to process scheduling. Scheduling algorithm: time slice cycle method 1, design process control block PBC table structure, it is suitable for cycle time slice rotary algorithm. 2, PBC structure usually include the following information: name of the process, process priority number, cycle time slice, process of CPU time, process status, etc. According to the different scheduling algorithm, PCB structure can make the appropriate adjustment. 3, establish process queue. To different algorithms to different into chain program. The process requirements to achieve the effect of operation: in the set up process quantity, scheduling algorithm, the system can be set according to the parameters of the operation, and on the screen alternate display ready queue and complete queue process information such as name
Date
: 2025-12-26
Size
: 11kb
User
:
后双
[
Process-Thread
]
Process-scheduling
DL : 0
本文讲述了所有的进程调度算法,及其优缺点,为开发者能够选择正确的调度算法提供一个参考。-This article describes all process scheduling algorithm, and its advantages and disadvantages, as the developer can select the right scheduling algorithm to provide a reference.
Date
: 2025-12-26
Size
: 84kb
User
:
荆学士
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.