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
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - scheduling algorithm - List
[
Windows Develop
]
调度算法源程序
DL : 0
调度算法的源代码,想必许多初学者会比较喜欢吧.-scheduling algorithm source code, I see many beginners would be more like it.
Date
: 2008-10-13
Size
: 2.17kb
User
:
ll
[
Windows Develop
]
823842
DL : 0
为操作系统作业调度算法,请大家给点意见,谢谢合作 -operating system for scheduling algorithm, we have given points, Thank you for your cooperation
Date
: 2008-10-13
Size
: 2.04kb
User
:
王宇
[
Windows Develop
]
jincheng2
DL : 0
一种window的显示线程之间通讯的进程调度算法。-a window display of communication between threads in the process scheduling algorithm.
Date
: 2008-10-13
Size
: 13.66kb
User
:
流浪
[
Windows Develop
]
JCTD
DL : 0
进程调度算法中的一个 简单的算法,实现进程调度。-process Scheduling Algorithm of a simple algorithm to achieve process scheduling.
Date
: 2008-10-13
Size
: 2.24kb
User
:
李昆
[
Windows Develop
]
yiemian
DL : 0
页面调度算法的实验报告,全格式,绝对可用!朋友不妨试一试哦!-pages scheduling algorithm experiments, the whole format, absolutely available! Friends may try Oh!
Date
: 2008-10-13
Size
: 2.54kb
User
:
郭莉
[
Windows Develop
]
JOBattemper
DL : 0
单道系统作业调度:作业调度算法:分别采用先来先服务(fcfs)、最短作业优先(sjf)、响应比高者优先(hrn)的调度算法。 多道系统作业调度:作业调度算法:采用先来先服务(fcfs),即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。-Shan Road System Operation : Job Scheduling Algorithm : By using the first-come first-serve (fcfs) the shortest operating priority (sjf), the response is high priority (applications) scheduling algorithm. Multiple System Operation : Job Scheduling Algorithm : The first-come first-serve (fcfs) according to the work order dispatching. Scheduling is always first in the system waiting for the longest time work.
Date
: 2008-10-13
Size
: 41.45kb
User
:
风飘零
[
Windows Develop
]
wanghao
DL : 0
好程序,很好的程序 ,用VC写的进程调度算法-program is a good program that will write the VC process Scheduling Algorithm
Date
: 2008-10-13
Size
: 23.63kb
User
:
111111
[
Windows Develop
]
FCFS
DL : 0
作业调度三种算法FCFS,SJF,HRN-Job Scheduling Algorithm FCFS, SJF, 010-001
Date
: 2008-10-13
Size
: 44.31kb
User
:
yuzhou
[
Windows Develop
]
SuanFaShiYan
DL : 0
这是本科算法实验中的程序包括快速排序,GREED算法硬币找零算法,会场排序和矩阵相乘算法。-This is the algorithm experimental procedures including rapid sequencing, GREED algorithm coins have sought algorithm, venue Scheduling algorithm and matrix multiplication.
Date
: 2008-10-13
Size
: 16.36kb
User
:
sunhaikuo
[
Windows Develop
]
200652619472986557
DL : 0
几种调度算法的实现,包括先来先服务调度算法,短作业有先调度算法,时间片轮转调度算法,优先权调度算法-several scheduling algorithm implementation, including the first-come first-service scheduling algorithm, a first short operation scheduling algorithm, Time Slice Web scheduling algorithm, priority scheduling algorithm
Date
: 2008-10-13
Size
: 20.69kb
User
:
chenglong
[
Windows Develop
]
dfdsfsdfd
DL : 0
处理机调度算法的设计需要考虑系统的设计目标,而且通常算法设计不能复杂,否则会带来过大的系统开销,因为处理机切换发生非常频繁。也正因为此,通常将调度与上下文切换过程以汇编语言书写-processor scheduling algorithm design need to consider the design goals, but usually not complex algorithm design. it will bring too much system overhead, as processor switch occurred very frequently. It is also why, in general context switching and scheduling process to write assembly language
Date
: 2008-10-13
Size
: 16.81kb
User
:
吴丕林
[
Windows Develop
]
调度算法源程序
DL : 0
调度算法的源代码,想必许多初学者会比较喜欢吧.-scheduling algorithm source code, I see many beginners would be more like it.
Date
: 2025-12-26
Size
: 2kb
User
:
ll
[
Windows Develop
]
FCFS
DL : 0
作业调度三种算法FCFS,SJF,HRN-Job Scheduling Algorithm FCFS, SJF, 010-001
Date
: 2025-12-26
Size
: 44kb
User
:
[
Windows Develop
]
round_robin_src
DL : 0
这是关于轮询调度算法的一段小程序,没有涉及ofdm等-This is the round-robin scheduling algorithm on a small program, does not involve OFDM, etc.
Date
: 2025-12-26
Size
: 2kb
User
:
刘阅希
[
Windows Develop
]
ZYDD
DL : 0
先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权算法来实现作业调度算法的模拟。 (1) 算法采用下式计算响应比: 等待时间waittime 需要运行时间requesttime (2) 高优先权算法采用下述公式计算优先权: 优先权priority*等待时间waittime 需要运行时间requesttime*紧迫程度quick -First Come First Served (FCFS) algorithm, the priority short operation (SJF) algorithm, a high response ratio (HRN) algorithm and high-priority scheduling algorithm to achieve the simulation algorithm. (1) algorithm of computing response ratio: latency time waittime need to run requesttime (2) high-priority algorithm is calculated using the following priority: the priority of the waiting time priority* need to run waittime time requesttime* degree of urgency quick
Date
: 2025-12-26
Size
: 133kb
User
:
hghh
[
Windows Develop
]
FINALSJF
DL : 0
Shortest Job First scheduling algorithm in C
Date
: 2025-12-26
Size
: 1kb
User
:
Easwar
[
Windows Develop
]
Scheduling
DL : 0
1. 设计一个优先级调度算法实现处理机调度的程序; 2. 设计按时间片轮转实现处理机调度的程序。 -1. To design a priority scheduling algorithm processor scheduling procedures 2. Designed to achieve rotation by time slice processor scheduling program.
Date
: 2025-12-26
Size
: 3.66mb
User
:
予
[
Windows Develop
]
scheduling-algorithm
DL : 0
用C语言模拟处理机调度,用先来先服务算法。-Simulation in C language processor scheduling algorithm with a first-come, first serve.
Date
: 2025-12-26
Size
: 1kb
User
:
剑煮江湖
[
Windows Develop
]
Disk-scheduling-algorithm
DL : 0
最全最实用的磁盘调度算法,C语言编写。简单但功能齐全。运行无误。-Disk scheduling algorithm
Date
: 2025-12-26
Size
: 1kb
User
:
持之以恒
[
Windows Develop
]
process-scheduling
DL : 0
进程调度算法的实现,包括优先权调度算法和轮转法调度算法。-Process scheduling algorithm implementation, including priority scheduling and round robin scheduling algorithm.
Date
: 2025-12-26
Size
: 241kb
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.