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
[
CSharp
]
作业调度11
DL : 0
由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每个作业无论所需运行时间多少,都是每敲一次键盘就执行完一个作业。每个作业完成后打印作业的开始运行时刻,完成时刻,周转时间和带权周转时间,一组作业完成后打印这组作业的平均周转时间,带权周转时间。所以要在运行时对运行时间进行记录,这里设置几个全局变量:T时间量; ttime总周转时间; trtime总的带权周转时间。-Road due to the single-batch system, and put into operation an operation, it has all the resources of the computer until the operation is completed, the dispatch operation when it's not necessary to consider whether the resources needed to be met, it occupied by the CPU time and other factors. Each operation by operating a control block JCB, JCB include the following information : operations, and submitted moment, the run time, the resources required, operational state, chain pointer. At the beginning of the procedure to users of operations by scheduling algorithm with using forms Chain store, were used here first-come first-serve, short operations, response is high priority scheduling algorithm scheduling of the operation. Here in order to facilitate the operation of each operation ir
Date
: 2008-10-13
Size
: 3.56kb
User
:
江大
[
CSharp
]
7班25号娄娟
DL : 0
先来先服务调度算法、最高响应比调度算法、时间片轮转调度算法的实现-first-come first-service scheduling algorithm, the maximum response than scheduling algorithm, time-Cycle Scheduling Algorithm Implementation
Date
: 2008-10-13
Size
: 495.77kb
User
:
娄娟
[
CSharp
]
os_2
DL : 0
本程序需要用到数据结构中队列的概念完成。用指针指出下一个进程的PCB首地址,最后一个进程中指针为“0”。该调度算法是从后备队列中选择一个或若干个估计运行时间最短的作业,将其调入内存运行。当要求运行时间不为0时,将PCB加入队列(按优先数大小插入,且置队首标志);若要求运行时间为0,则把它的状态修改为“结束”(),并退出队列。-the procedures need to resort to queue data structure to complete the concept. Using indicators under a process that the PCB first address, the final process of a target to "0." The scheduling algorithm from the reserve queue is a choice among a number of estimates or the shortest run the operation, the redeployment of its memory operation. When asked for running time 0:00 a.m., the PCB will join the queue (by inserting small number of priority, but the first signs of home team); if the running time to 0, ruled the state to "end" (), and to withdraw from the queue.
Date
: 2008-10-13
Size
: 1.06kb
User
:
紫水晶
[
CSharp
]
完整的进程的调度1
DL : 1
最经典的 进程调度算法 山东科技大学 版权所有-classic scheduling algorithm in the process of Shandong University of Science and Technology |
Date
: 2008-10-13
Size
: 2.68kb
User
:
张永涛
[
CSharp
]
11_1
DL : 0
按优先数调度算法实现处理器调度的程序,静态-few priority scheduling algorithm processor activation procedures, static
Date
: 2008-10-13
Size
: 3.09kb
User
:
yy
[
CSharp
]
PROCESS1
DL : 0
进程调度,包括FIFO算法,优先数调度算法,时间片轮转调度算法-scheduling process, including FIFO algorithm, a few priority scheduling algorithm, time-Cycle Scheduling Algorithm
Date
: 2008-10-13
Size
: 1.5kb
User
:
spice
[
CSharp
]
cz
DL : 0
操作系统的课程设计,分别是 题目一:模拟分页式存储管理中硬件的地址转换和产生缺页中断。 题目二:用先进先出(FIFO)页面调度算法处理缺页中断。 -operating system of curriculum design, is a topic : simulation tabbed storage management hardware address translation and have missing pages interruption. Topic 2 : FIFO (FIFO) scheduling algorithm processing pages missing pages interruption.
Date
: 2008-10-13
Size
: 70.57kb
User
:
xb
[
CSharp
]
Spf_and_rr
DL : 0
短进程优先算法和时间片轮转调度算法自己写的望指正-short algorithm and the process of priority-time Web Scheduling Algorithm himself wrote the correct look
Date
: 2008-10-13
Size
: 1.31kb
User
:
xiaoxiao
[
CSharp
]
jinCH
DL : 0
关于进程调度和并发的算法.写的也许不是很好,只是为了能在贵网站学习!-on with the process and the scheduling algorithm. Perhaps the writing is not very good, but in order to be able to learn from your site!
Date
: 2008-10-13
Size
: 1.62kb
User
:
nie
[
CSharp
]
+c++
DL : 0
c++磁盘调度算法 c++磁盘调度算法-c disk scheduling algorithm c c disk scheduling algorithm disk scheduling algorithm
Date
: 2008-10-13
Size
: 1.62kb
User
:
5837499
[
CSharp
]
模拟进程调度
DL : 0
模拟操作系统进程调度的算法采用时间片轮转法和优先权法-operating system simulation process scheduling algorithm-time Web-law and law priority
Date
: 2008-10-13
Size
: 6.38kb
User
:
杨鼎新
[
CSharp
]
进程调度法
DL : 0
一个计算机操作系统实验程序,模拟进程调度算法。-a computer operating system experimental procedure, process simulation scheduling algorithm.
Date
: 2008-10-13
Size
: 1.02kb
User
:
尹亮
[
CSharp
]
操作系统_作业调
DL : 0
操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algorithm)
Date
: 2008-10-13
Size
: 1.2kb
User
:
尹亮
[
CSharp
]
操作系统2
DL : 0
本程序是操作系统的处理机调度问题的c原代码包括三种调度算法:时间片轮转法,短作业优先算法,动态优先级算法-this process is the operating system processor scheduling problems c original code includes three Scheduling Algorithm : Time Web tablets, short operating priority algorithms, dynamic priority algorithm
Date
: 2008-10-13
Size
: 10.53kb
User
:
陈明
[
CSharp
]
H1
DL : 0
进程优先算法,进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-process priority algorithm, the process of scheduling processor is the core content management. The experiment called for using the C language and debug a simple process scheduler. Through this experiment can deepen our understanding of the process control block, the concept of the process of formation and to experience and understand a few priorities and time-Cycle Scheduling Algorithm of concrete measures for implementation
Date
: 2008-10-13
Size
: 1.68kb
User
:
yuyu
[
CSharp
]
模拟进程调度
DL : 0
模拟操作系统进程调度的算法采用时间片轮转法和优先权法-operating system simulation process scheduling algorithm-time Web-law and law priority
Date
: 2025-12-26
Size
: 232kb
User
:
杨鼎新
[
CSharp
]
作业调度11
DL : 0
由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每个作业无论所需运行时间多少,都是每敲一次键盘就执行完一个作业。每个作业完成后打印作业的开始运行时刻,完成时刻,周转时间和带权周转时间,一组作业完成后打印这组作业的平均周转时间,带权周转时间。所以要在运行时对运行时间进行记录,这里设置几个全局变量:T时间量; ttime总周转时间; trtime总的带权周转时间。-Road due to the single-batch system, and put into operation an operation, it has all the resources of the computer until the operation is completed, the dispatch operation when it's not necessary to consider whether the resources needed to be met, it occupied by the CPU time and other factors. Each operation by operating a control block JCB, JCB include the following information : operations, and submitted moment, the run time, the resources required, operational state, chain pointer. At the beginning of the procedure to users of operations by scheduling algorithm with using forms Chain store, were used here first-come first-serve, short operations, response is high priority scheduling algorithm scheduling of the operation. Here in order to facilitate the operation of each operation ir
Date
: 2025-12-26
Size
: 3kb
User
:
江大
[
CSharp
]
+c++
DL : 0
c++磁盘调度算法 c++磁盘调度算法-c disk scheduling algorithm c c disk scheduling algorithm disk scheduling algorithm
Date
: 2025-12-26
Size
: 1kb
User
:
5837499
[
CSharp
]
Scheduling
DL : 0
用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
Date
: 2025-12-26
Size
: 21kb
User
:
威
[
CSharp
]
Process-scheduling-algorithms
DL : 0
进程的调度算法,感觉挺好的,与大家分享一下-The process scheduling algorithm, I feel very good to share with you
Date
: 2025-12-26
Size
: 2kb
User
:
随风
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.