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
Network Marketing
Management
E-commerce
Business guide
Business plan
Successful incentive
Human Resources
Report papers
Marketing materials
Consulting and training
Website
Software Engineering
File Format
Technology Management
Industry research
Program doc
Other
Search - scheduling algorithm - List
[
Documents
]
虚拟存储管理器的页面调度算法实现
DL : 0
虚拟存储管理器的页面调度算法实现-Virtual Storage Manager pages Scheduling Algorithm
Date
: 2025-12-26
Size
: 6kb
User
:
无痕
[
Documents
]
two_kinds_of_realtime_scheduling_algorithm
DL : 0
《两种经典实时调度算法的研究与实现》——介绍速率单调(RM)调度和最早截止期限优先(EDF)调度算法-"two classic real-time scheduling algorithm for the Study and Implementation"-- the rate monotonic (RM) Dispatch and the first interception only priority period (EDF) scheduling algorithm
Date
: 2025-12-26
Size
: 308kb
User
:
kevin
[
Documents
]
Job-Scheduling
DL : 0
一、目的要求 用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解。 二、例题:为单道批处理系统设计一个作业调度程序。 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的 CPU时限等因素。 作业调度算法:采用先来先服务(FCFS)调度算法,即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。 -First, the purpose of high-level language requires writing and debugging of one or more job scheduling simulation procedures in order to deepen their understanding of job scheduling algorithms. B, Example: In order to single-channel system, the design of a batch job scheduling procedures. Road as a result of a single batch system, the operation of a put into operation, it would occupy all the resources until the computer s operation has been completed, so no need to consider when scheduling operation of the resources it needs are met, it is occupied by factors such as CPU time limit. Scheduling Algorithm: The First Come First Served (FCFS) scheduling algorithm, that is, according to the order of operations submitted for scheduling. Scheduling is always first in the system waiting for the longest operations.
Date
: 2025-12-26
Size
: 72kb
User
:
Anson
[
Documents
]
RTlinux
DL : 0
基于RTlinux平台的实时多任务调度策略,运 用模块化的设计方法,编制了程序解释模块、速度过渡模块、插补和运动学算法模 块、人机接口模块和伺服驱动模块,并实现了面向用户的软PLC功能 。-RTLinux-based platform for real-time multi-task scheduling strategy, using modular design methods, the preparation of the procedures explained module, the speed of the transition module, interpolation and kinematics algorithm module, man-machine interface module and servo drive modules, and to achieve a user-oriented soft PLC functions.
Date
: 2025-12-26
Size
: 4.88mb
User
:
li
[
Documents
]
Processe
DL : 0
操作系统中的进程调度优先算法和轮转法算法的实现-Operating system process scheduling priority algorithm and Algorithm Round Robin
Date
: 2025-12-26
Size
: 2kb
User
:
chen
[
Documents
]
1esxddsd
DL : 0
操作系统进程调度采用时间轮片及先来先服务算法-Operating system process scheduling and time-round film and first-come first-serve algorithm
Date
: 2025-12-26
Size
: 1kb
User
:
xiaogong
[
Documents
]
a
DL : 0
基于c语言动态分配,首次适应和最佳调度算法的实现-Based on c language dynamic allocation, first-fit and the best scheduling algorithm to achieve
Date
: 2025-12-26
Size
: 2kb
User
:
liu
[
Documents
]
os
DL : 0
操作系统的作业,实现进程的调度。以时钟算法实现-Of the operating system operations, realization of the process of scheduling. A clock algorithm
Date
: 2025-12-26
Size
: 1kb
User
:
佚名
[
Documents
]
jincheng
DL : 0
进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法 基于优先数的调度算法 最短执行时间调度算法 确定这10个进程在CPU上的执行过程.要求每次进程调度时在屏幕上显示:当前执行进程 就绪队列 等待队列-Process scheduling simulation program: Suppose there are 10 process requires the CPU to perform, respectively: FIFO scheduling algorithm the number of priority-based scheduling algorithms the shortest execution time scheduling algorithm to determine the 10 process CPU on the implementation process. Requirements Every time the process of scheduling, when displayed on the screen: the current implementation process ready queue waiting queue
Date
: 2025-12-26
Size
: 580kb
User
:
lienquan
[
Documents
]
youxianjisuanfa
DL : 0
1、设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 2、建立进程就绪队列。对两种不同算法编制入队子程序。 3、编制两种进程调度算法:1)优先数调度;2)循环轮转调度 -1, the design process control block PCB table structure (same structure with the experimental one), applicable to the number of priority scheduling algorithm and the cycle of rotation scheduling algorithm. 2, establishing the process ready queue. The preparation of two different algorithms into the team routines. 3, the preparation of two kinds of process scheduling algorithm: 1) the number of priority scheduling 2) Cycle Cycle Scheduling
Date
: 2025-12-26
Size
: 2kb
User
:
wang
[
Documents
]
22.01
DL : 0
编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。 轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。 简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程,直至所有的进程运行完毕。-Write and debug a simulation of the process scheduler, using the "Web" scheduling algorithm on the five scheduling process. Web method is a simple web method, variable time slice, or multiple queues rotation method. A simple round-robin method the basic idea is: all ready process by FCFS queue into a queue, is allocated to the processor the first team in the process, the process takes up CPU time slice of the same.If you are running the process spent its time slice for the completion, they send it back in place at the end of the queue, the processor re-allocated to the first team in the process, process until all is finished.
Date
: 2025-12-26
Size
: 409kb
User
:
楚相水
[
Documents
]
OPSO
DL : 0
Research on multi-mode resource constrained project scheduling based on particle swarm optimization algorithm.rar
Date
: 2025-12-26
Size
: 3.96mb
User
:
张人龙
[
Documents
]
-Problem
DL : 0
一种求解多目标柔性Job Shop调度的改进遗传算法-An improved genetic algorithm for multi-objective Flexible Job Shop Scheduling Problem
Date
: 2025-12-26
Size
: 200kb
User
:
田雨橙
[
Documents
]
Operating-system-scheduling
DL : 0
操作系统调度,先来先服务(FCFS)调度算法,优先数调度算法,时间片轮转调度算法-Operating system scheduling, first-come, first-served (FCFS) scheduling algorithm, priority scheduling algorithm, round-robin scheduling algorithm
Date
: 2025-12-26
Size
: 2.49mb
User
:
原园
[
Documents
]
ETC
DL : 0
Presents a scheduling algorithm in grid environment to balance and Heian Zohan Hsynh using a combination Algvrytn Shntyk and attractions binary Granty - Persian paper
Date
: 2025-12-26
Size
: 813kb
User
:
saeed
[
Documents
]
A Survey of Localization in Wireless Sensor Network
DL : 0
Localization is one of the key techniques in wireless sensor network. The location estimation methods can be classified into target/source localization and node self-localization. In target localization, we mainly introduce the energy-based method. Then we investigate the node self-localization methods. Since the widespread adoption of the wireless sensor network, the localization methods are different in various applications. And there are several challenges in some special scenarios. In this paper, we present a comprehensive survey of these challenges: localization in non-line-of-sight, node selection criteria for localization in energy-constrained network, scheduling the sensor node to optimize the tradeoff between localization performance and energy consumption, cooperative node localization, and localization algorithm in heterogeneous network. Finally, we introduce the evaluation criteria for localization in wireless sensor network.
Date
: 2017-03-15
Size
: 1.06mb
User
:
atrakpc@yahoo.com
[
Documents
]
MAC层
DL : 0
LTE资源调度算法,对于研究经典的资源调度算法比较好的参考文献及对应的学术文献(LTE resource scheduling algorithm, for the study of the classic resource scheduling algorithm better reference and the corresponding academic literature)
Date
: 2025-12-26
Size
: 6.74mb
User
:
陌夵
[
Documents
]
磁盘调度算法
DL : 0
磁盘调度在多道程序设计的计算机系统中,各个进程可能会不断提出不同的对磁盘进行读/写操作的请求。(Disk scheduling algorithm)
Date
: 2025-12-26
Size
: 1kb
User
:
得得得
[
Documents
]
15427018-凌恺-2
DL : 0
操作系统实验题,学会操作linux系统的学习基础,进程调度问题的具体算法(Experimental problem of operating system, learning base of learning to operate Linux system, concrete algorithm of process scheduling problem)
Date
: 2025-12-26
Size
: 106kb
User
:
玲玲妖
[
Documents
]
4db781413c19dc9a5948a312484c62d2
DL : 0
主要是基于柔性作业车间调度的遗传算法求解(It is mainly based on the genetic algorithm of flexible job shop scheduling)
Date
: 2019-11-19
Size
: 10kb
User
:
gfFeng
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.