CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - preemptive priority scheduling
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - preemptive priority scheduling - List
[
Other resource
]
调度算法
DL : 0
这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -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.
Date
: 2008-10-13
Size
: 14.71kb
User
:
梁狂
[
Other
]
1schedule
DL : 0
抢占式优先权进程调度模拟程序,这是我校操作系统的实验必修程序之一。-Preemptive priority scheduling process simulation program, this is my school operating systems experimental procedure compulsory one.
Date
: 2008-10-13
Size
: 34.42kb
User
:
青柿子
[
Web Server
]
fqzhdaisiaodusuanfa
DL : 0
基于非抢占的动态优先级调度算法模拟源程序-based on non-preemptive dynamic priority scheduling algorithm simulation program
Date
: 2008-10-13
Size
: 1.4kb
User
:
姚义磊
[
Other resource
]
1
DL : 0
In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t support priority inheritance protocol since it does not allow kernel to have multiple tasks at the same priority. Although it has different ways to avoid priority inversion such as priority ceiling protocol, developers still have some difficulties in programming real time applications with it. In this paper, we redesign the uC/OS kernel to provide the ability to support round robin scheduling and implement priority inheritance semaphore on the modified kernel. As result, we port new kernel with priority inheritance semaphore to evaluation board, and evaluate the execution time of each of the kernel service as well as verify the operations of our implementation.
Date
: 2008-10-13
Size
: 132.69kb
User
:
刘天宏
[
Process-Thread
]
jcdd
DL : 0
进程调度算法--动态优先权抢占式和时间片轮转算法的调度。-process scheduling algorithm -- Dynamic Preemptive priority and time-scheduling algorithm postings.
Date
: 2008-10-13
Size
: 23.87kb
User
:
陈翔
[
uCOS
]
调度算法
DL : 0
这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -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.
Date
: 2025-07-07
Size
: 242kb
User
:
梁狂
[
Other
]
1schedule
DL : 0
抢占式优先权进程调度模拟程序,这是我校操作系统的实验必修程序之一。-Preemptive priority scheduling process simulation program, this is my school operating systems experimental procedure compulsory one.
Date
: 2025-07-07
Size
: 129kb
User
:
青柿子
[
Software Engineering
]
osbymayfar
DL : 0
本程序实现FCFS先来先服务,SPF短进程优先,FPF_Reaved抢占式高优先级,TimePiece时间片轮转这四种进程调度算法。 程序运行时根据提示选择相应进程调度算法,然后调用函数GetRandProc(LPVOID lpParam)(程序专门为该函数开辟新的线程)产生随机进程并将其插入到就绪队列中然后再用相应的进程调度算法调度进程运行。 -the program FCFS first-come first-serve, SPF short process priority, Preemptive FPF_Reaved high-priority, TimePiece time to rotate the four-process scheduling algorithm. Running time prompted the selection process scheduling algorithm, then the function call GetRandProc (LPVOID lpParam) (specialized procedures for the letter several open up new threads) random process and will be inserted into its place queue Then the corresponding process scheduling algorithm scheduling The process runs.
Date
: 2025-07-07
Size
: 21kb
User
:
mayfar
[
WEB Code
]
fqzhdaisiaodusuanfa
DL : 0
基于非抢占的动态优先级调度算法模拟源程序-based on non-preemptive dynamic priority scheduling algorithm simulation program
Date
: 2025-07-07
Size
: 1kb
User
:
姚义磊
[
OS Develop
]
qianzhanshiyouxian
DL : 0
抢占式优先数调度算法,C编写-Preemptive priority scheduling algorithm number, C prepared
Date
: 2025-07-07
Size
: 19kb
User
:
[
OS Develop
]
1
DL : 0
抢占式的优先级调度,可以动态演示其过程!-Preemptive priority scheduling, dynamic demonstration of its process can be!
Date
: 2025-07-07
Size
: 1kb
User
:
wl
[
Software Engineering
]
daima
DL : 0
操作系统,模拟抢占式短进程优先调度算法,先来先服务算法-Operating systems, process simulation of short-priority preemptive scheduling algorithm, first-come first-serve algorithm
Date
: 2025-07-07
Size
: 6kb
User
:
jdk_1_ok
[
Windows Develop
]
scheduling
DL : 0
it contains all types of cpu scheduling which includes preemptive priority,round robin scheduling
Date
: 2025-07-07
Size
: 2kb
User
:
Rasenganram
[
OS program
]
jinchengdiaodu
DL : 0
非抢占高响应比优先调度算法实现进程调度,包括进程名称,进程运行总时间,进程进入就绪队列时间,进程已运行时间。-High ratio of non-preemptive priority scheduling algorithm to respond to the process of scheduling, including the process name, the total running time of the process, the process into the ready queue time, process has run time.
Date
: 2025-07-07
Size
: 3.35mb
User
:
wanghuahua
[
OS Develop
]
scheduling
DL : 0
编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。 进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different scheduling algorithms were used to calculate the average turnaround time for the process and the average turnaround time with the right to compare the advantages and disadvantages of various algorithms. Process scheduling algorithm to achieve a first-come first-served, the number of preemptive priority scheduling algorithm, time scheduling algorithm and multi-piece rotary feedback queue scheduling algorithm.
Date
: 2025-07-07
Size
: 3.42mb
User
:
xysheep
[
OS program
]
priority-preempt
DL : 0
Priority Scheduling Algorithm-Preemptive
Date
: 2025-07-07
Size
: 1kb
User
:
rushi
[
Algorithm
]
Trabalho-G2---SO
DL : 0
Simple Preemptive Priority Scheduling Algorithms.
Date
: 2025-07-07
Size
: 1kb
User
:
ursonoturno
[
ADO-ODBC
]
priority-preempt
DL : 0
Priority Scheduling Algorithm-Preemptive
Date
: 2025-07-07
Size
: 1kb
User
:
yym4m10guaiao28
[
ADO-ODBC
]
priority-preempt
DL : 0
Priority Scheduling Algorithm-Preemptive
Date
: 2025-07-07
Size
: 1kb
User
:
flieiiangden
[
OS Develop
]
OS
DL : 0
操作系统进程调度模拟实现算法,先到先服务调度(FCFS) 最短作业优先调度(SJF) 高响应比优先调度 (抢占式)优先权调度 时间片轮转调度-Operating system process scheduling simulation algorithm, first come first served scheduling (FCFS) Shortest job first scheduling (SJF) High priority response ratio scheduling (Preemptive) Priority Scheduling Round-robin scheduling
Date
: 2025-07-07
Size
: 1.04mb
User
:
庞清成
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.