CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - cpu scheduling algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Linux-Unix
Exploit
Scanner
Crack Hack
CA auth
Linux driver
Search - cpu scheduling algorithm - List
[
OS program
]
200482712133053
DL : 0
进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(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.
Date
: 2008-10-13
Size
: 1.38kb
User
:
佟童
[
OS program
]
操作系统——动态优先级调度算法源代码
DL : 0
操作系统——动态优先级调度算法源代码,多道系统中多进程并发执行,为了提高系统性能解决进程死锁问题,进程的优先级是动态变化的。正在执行的进程优先级会随时间降低,而挂起的进程或等待的进程的优先级会逐渐升高,这样就解决了操作系统中一个地优先级程序长期占据cpu,而高优先级进程却迟迟不能得到处理。-operating system -- Dynamic priority scheduling algorithm source code, multi-channel system more complicated implementation process. To enhance system performance Deadlock settlement process, the priority process is a dynamic change. The process is the implementation of priority will be reduced over time, and duration of the process, or wait for the process priority will be gradually increased, this would resolve the operating system to a long-term priority procedures occupy cpu, while high-priority process still could not be processed.
Date
: 2008-10-13
Size
: 9.48kb
User
:
韩文杰
[
OS program
]
process
DL : 0
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 -prepared a simulation and debugging process scheduling procedures, "Priority number of the highest priority" Scheduling Algorithm of five scheduling process. "Priority number of the highest priority" scheduling algorithm The basic idea is to place the CPU allocated to the parade were the highest priority in the process. Static priority is the creation of a number of processes identified, and the entire process will not change during operation.
Date
: 2008-10-13
Size
: 9.19kb
User
:
111111
[
OS program
]
不错的进程调度
DL : 0
进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(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.
Date
: 2008-10-13
Size
: 7.2kb
User
:
生
[
OS program
]
不错的进程调度
DL : 0
进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(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.
Date
: 2026-01-03
Size
: 7kb
User
:
生
[
OS program
]
200482712133053
DL : 0
进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(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.
Date
: 2026-01-03
Size
: 1kb
User
:
佟童
[
OS program
]
操作系统——动态优先级调度算法源代码
DL : 0
操作系统——动态优先级调度算法源代码,多道系统中多进程并发执行,为了提高系统性能解决进程死锁问题,进程的优先级是动态变化的。正在执行的进程优先级会随时间降低,而挂起的进程或等待的进程的优先级会逐渐升高,这样就解决了操作系统中一个地优先级程序长期占据cpu,而高优先级进程却迟迟不能得到处理。-operating system-- Dynamic priority scheduling algorithm source code, multi-channel system more complicated implementation process. To enhance system performance Deadlock settlement process, the priority process is a dynamic change. The process is the implementation of priority will be reduced over time, and duration of the process, or wait for the process priority will be gradually increased, this would resolve the operating system to a long-term priority procedures occupy cpu, while high-priority process still could not be processed.
Date
: 2026-01-03
Size
: 9kb
User
:
韩文杰
[
OS program
]
process
DL : 0
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 -prepared a simulation and debugging process scheduling procedures, "Priority number of the highest priority" Scheduling Algorithm of five scheduling process. "Priority number of the highest priority" scheduling algorithm The basic idea is to place the CPU allocated to the parade were the highest priority in the process. Static priority is the creation of a number of processes identified, and the entire process will not change during operation.
Date
: 2026-01-03
Size
: 172kb
User
:
111111
[
OS program
]
CPUSchedule
DL : 0
CPU 优先级调度算法的实现。CPU根据进程优先级实现对进城的合理调度-CPU Priority Scheduling Algorithm. CPU in accordance with the process priority to achieve the rational management of the city
Date
: 2026-01-03
Size
: 2kb
User
:
dsk102
[
OS program
]
cpu-management-algorithm
DL : 0
实现cpu调度问题.值得参考\学习.可以改进使用.-The realization of cpu scheduling problem. It is also useful to learn. Can improve the use of.
Date
: 2026-01-03
Size
: 4kb
User
:
罗瑞海
[
OS program
]
Thread1
DL : 0
操作系统 线程调度 优先级优先算法 CPU 占用时间优先算法等-Operating system thread priority scheduling algorithm priority CPU time occupied priority algorithm
Date
: 2026-01-03
Size
: 3kb
User
:
shisir
[
OS program
]
process_manager
DL : 0
支持多道程序的进程控制模块的设计与实现,要求完成以下功能: 1,进程控制:创建、撤销、阻塞、唤醒 2,进程调度:CPU调度算法 3,进程同步:信号量的定义、信号量的操作(wait、signal) 4,内存管理:实现页式内存管理、LRU页面置换 5,中断处理:中断响应、中断处理 6,时钟管理:时钟、定时器 7,用图形化方式展示多进程并发执行过程 -Support the process of multi-channel process control module of the Design and Implementation, required to complete the following functions: 1, process control: the creation, revocation, blocking, wake-up 2, the process of scheduling: CPU scheduling algorithm 3, the process of synchronization: the definition of semaphores, semaphore operation (wait, signal) 4, memory management: memory management to achieve page, LRU replacement page 5, interrupt handling: interrupt response, interrupt handling 6, clock management: clock, timer 7, a graphical display with multi-process concurrency the implementation process
Date
: 2026-01-03
Size
: 1.89mb
User
:
yefeng
[
OS program
]
cpu_time
DL : 0
按时间片轮转法进行CPU调度模拟算法(源码)-Rotary tablet press time CPU scheduling simulation method algorithm (source)
Date
: 2026-01-03
Size
: 20kb
User
:
zhouren
[
OS program
]
CPU
DL : 0
完整实现了CPU调度模拟算法,虽然不是很漂亮,但漂亮的同学们不上传,大家就将就看看我的吧。共同进步-Full implementation of the CPU scheduling simulation algorithm, although not very pretty, but pretty does not upload the students, we will take a look at my bar. Progress together
Date
: 2026-01-03
Size
: 2kb
User
:
LZ
[
OS program
]
sjf
DL : 0
CPU scheduling---Shortest job first algorithm
Date
: 2026-01-03
Size
: 1kb
User
:
roopa
[
OS program
]
BankerAlgorithm
DL : 0
实现《操作系统》课程里的银行家算法,模拟cpu的作业调度。-Operating system courses bankers algorithm, simulated cpu job scheduling.
Date
: 2026-01-03
Size
: 15kb
User
:
闫宝彬
[
OS program
]
FCFS
DL : 0
CPU调度算法FCFS的效率,首先输入进程数,在输入开始和运行时间,出比较结果-CPU efficiency FCFS scheduling algorithm, the first input of processes, the input start and run time, the comparison result
Date
: 2026-01-03
Size
: 1kb
User
:
风格还是
[
OS program
]
210085428-CPU-Scheduling-Algorithm
DL : 0
Round Robin and First come first served Scheduling algorithms
Date
: 2026-01-03
Size
: 704kb
User
:
Lefatse
[
OS program
]
jingchendiaodu
DL : 0
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。-Write and debug a simulation of the process scheduler, using the top priority scheduling algorithm for scheduling the five process. The basic idea of the top priority scheduling algorithm is to allocate the CPU to the highest priority process in the ready queue. The static priority number is determined when the process is created and is no longer changed throughout the entire process. Dynamic priority number refers to the process of priority number in the creation process can be given an initial value, and can be modified according to certain principles of priority number.
Date
: 2026-01-03
Size
: 1kb
User
:
李明
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.