Welcome![Sign In][Sign Up]
Location:
Search - scheduling

Search list

[OS Developjingchengdiaodu

Description: 进程的三种调度算法,先来先服务,短作业优先,时间片轮转。-The process of the three scheduling algorithms, first-come, first serve, short operating priority, time slice rotation.
Platform: | Size: 1024 | Author: 孙雄 | Hits:

[Software Engineering802.16_Downlink_fair_scheduling

Description: IEEE802.16downlink公平调度算法研究,WiMAX QOS开发者可以参考-IEEE802.16downlink fair scheduling algorithm, WiMAX QOS developers can refer to
Platform: | Size: 235520 | Author: caowei | Hits:

[matlabcst

Description: H.S.Park, D-S.Kim, and W.H.Kwon "A Scheduling Method for Network-based Control Systems", IEEE Transaction on Control System Technology, Vol.10, No.3, pp. 318-330, May, 2002 (Simulation Example 1- Matlab Code) -HSPark, DS.Kim, and WHKwon A Scheduling Method for Network-based Control Systems , IEEE Transaction on Control System Technology, Vol.10, No.3, pp. 318-330, May, 2002 (Simulation Example 1- Matlab Code)
Platform: | Size: 3072 | Author: 田之秋 | Hits:

[OS DevelopDISK

Description: 采用C语言编写的源码,磁盘的调度模拟(没有图形界面)-The use of C language source code, disk scheduling simulation (no graphical interface)
Platform: | Size: 4096 | Author: | Hits:

[OS Developdiaodu

Description: ○1 设计进程进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 PCB结构通常包括以下信息:进程名,进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 ○2 建立进程就绪队列。对两种不同算法编制入链子程序。 ○3 编制两种进程调度算法:1)优先度调度;2)循环轮转调度。 -○ design process 1 process control block PCB table structure, namely the number applies to the priority scheduling algorithm and the cycle of rotation scheduling algorithm. PCB structure typically includes the following information: process name, process priority number (or the rotation time slice), the process of occupying CPU time, the process of the state, such as the current queue pointer. According to the different scheduling algorithm, PCB content of the structure can be used for appropriate additions and deletions. ○ 2 to establish the process ready queue. Algorithm on two different procedures for the preparation into the chain. ○ 3 the process of the preparation of two scheduling algorithms: 1) priority scheduling 2) Round-Robin scheduling cycle.
Platform: | Size: 118784 | Author: 狄影 | Hits:

[Process-Threadthreadpool-0_2_4-src

Description: boost线程池库。 boost库中未包含线程池,但sourceforge上有了实现,该线程池简单易用,支持丰富的调度策略(fifo, lifo和priority)。-boost the thread pool library. boost library does not contain a thread pool, but there is sourceforge realize that the easy-to-use thread pool to support the rich scheduling strategy (fifo, lifo, and priority).
Platform: | Size: 69632 | Author: txf | Hits:

[OS programRR

Description: Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each process in the ready queue in order, handling all processes without priority. A maximum of one time slice is allocated at once. If the remaining request is less than a time slice, only the remaining request time is allocated. Round-robin scheduling is both simple and easy to implement. It is also starvation-free.
Platform: | Size: 148480 | Author: 邓思兵 | Hits:

[Othersch2f

Description: 网络控制系统(Networked Control System,NCS)是控制科学、计算机 及网络技术的综合应用,是一种新兴的分布式实时控制系统。通信结构 已经由传统的端对端的通信模式向通用总线形式转变,随之而来的网络 资源的竞争所带来的网络时延赋予传统的控制理论和方法新的含义和研 究内容,所以近些年来对网络控制系统的研究已经成为了控制界新的热 点方向。对网络控制系统的时延和调度的研究是其中重要内容之一,所 以本文针对这两个基本问题进行了相关研究。 -Network Control System (Networked Control System, NCS) is to control science, computer and network technology, integrated applications, is an emerging distributed real-time control system. Communication structure from the traditional end-to-end communication model to the generic form of changes in bus, followed by network resources brought about by the competitive network latency given the traditional methods of control theory and new research content and meaning, so nearly more years of network control system to control the sector has become a hot new direction. Of networked control systems with time delay and scheduling research is an important one, so this paper, these two basic issues related to research.
Platform: | Size: 1713152 | Author: wangbinjie | Hits:

[Grid Computingaleatest1.0

Description: 该仿真器建立在gridsim基础上,能够仿真调度算法,支持多用户同时提交任务等-The simulator built on the basis of gridsim can simulation scheduling algorithm to support multiple users at the same time, such as submission of mission
Platform: | Size: 53248 | Author: 易侃 | Hits:

[Grid Computingtrustsim

Description: 该仿真软件同样是基于gridsim,用于仿真基于资源信任的调度,非常实用。-The simulation software is based on the same gridsim, resource-based trust for the simulation of the scheduling, very useful.
Platform: | Size: 708608 | Author: 易侃 | Hits:

[ELanguagetaskdispather

Description: 机器调度是指有m台机器要处理n个作业,设作业i的处理时间为ti,则对n个作业进行机器分配,使得: (1)一台机器在同一时间内只能处理一个作业; (2)一个作业不能同时在两台机器上处理; (3)作业i一旦运行,则需要ti个连续时间单位。 设计算法进行合理调度,使得在m台机器上处理n个作业所需要的处理时间最短。 -Machine scheduling is the m-machine has to deal with n-operations, set up the processing time for operation i for ti, while operations on the n-machine allocation, makes: (1) a machine at the same time one can only deal with operations (2) an operation at the same time should not deal with the two machines (3) operating i once run, you need ti consecutive time units. Rational design of scheduling algorithm, making the m machine n-deal operation required the shortest processing time.
Platform: | Size: 49152 | Author: lq | Hits:

[Algorithmjobshop

Description: 车间调度问题主程序,需要进行自主参数设计-Shop scheduling problem the main program, the need for self-Parameter Design
Platform: | Size: 1024 | Author: jack | Hits:

[AI-NN-PRycsf(paike)

Description: 遗传算法在大学排课问题中的应用,对制作排课系统有重要的参考价值-Genetic Algorithm in the University Timetable Problem of Course Scheduling System has produced an important reference value
Platform: | Size: 253952 | Author: xiaohui | Hits:

[OS DevelopProgress_Scheduling

Description: 操作系统课程设计:进程调度.用优先数调度算法和轮转调度算法进行进程调度模拟,将其各种算法进行调度的过程演示的很全面-Operating systems curriculum design: the process of scheduling. With a few priority scheduling algorithm and scheduling algorithm Round-Robin scheduling simulation carry out the process of its various process scheduling algorithms demonstrated very comprehensive
Platform: | Size: 227328 | Author: wlt | Hits:

[matlabOFDMMATLAB

Description: OFDMMATLAB程序,本程序中得到的收端OFDM信号的频谱波形,是与其发端信号的排步有关的。-OFDMMATLAB procedures, the procedures to be closed end of the spectrum of OFDM signal waveforms, is the originator signals and their related scheduling step.
Platform: | Size: 19456 | Author: 吴强 | Hits:

[ActiveX/DCOM/ATLComparable

Description: 我的算法是流水作业问题,就是有多个作业,每个有2个任务,用动态规划实现作业的最优调度,使到完成作业的时间最小.以下是我的代码,我自己实现不了,又找不到错误,请帮帮我吧!-My algorithm is assembly-line issue, that is, there are multiple operations, each has two tasks, using dynamic programming to achieve optimal scheduling operations so that the minimum time to complete the operation. The following is my code, I can not realize, Also can not find an error, please help me!
Platform: | Size: 11264 | Author: WQQ | Hits:

[Windows Developalbdata

Description: 我的算法是流水作业问题,就是有多个作业,每个有2个任务,用动态规划实现作业的最优调度,使到完成作业的时间最小.以下是我的代码,我自己实现不了,又找不到错误,请帮帮我吧!-My algorithm is assembly-line issue, that is, there are multiple operations, each has two tasks, using dynamic programming to achieve optimal scheduling operations so that the minimum time to complete the operation. The following is my code, I can not realize, Also can not find an error, please help me!
Platform: | Size: 12288 | Author: WQQ | Hits:

[OS programos

Description: 操作系统:模拟磁盘调度算法 课题要求:●建立相应的数据结构 ●在屏幕上显示磁盘请求的服务状况 ●时间的流逝可用下面方法模拟: (a)按键盘,没按一次可认为过了一个时间单位 (b)响应WM_TIMER ●将一批磁盘请求的情况存磁盘文件,以后可以读出并重放 ●支持算法:FIFO,SSTF,SCAN,CSCAN,FSCAN -Operating Systems: simulation of disk scheduling algorithm subject requirements: ● the establishment of the corresponding data structure displayed on the screen ● disk status of the requested service ● time simulation can be used the following methods: (a) by the keyboard, not by one that had a time units (b) in response to a number of disk WM_TIMER ● request keep the disk files, then you can read and playback ● support algorithm: FIFO, SSTF, SCAN, CSCAN, FSCAN
Platform: | Size: 2051072 | Author: jiabin | Hits:

[Process-Threadgege

Description: 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。   进程优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。  -The process of scheduling algorithms: the use of the highest priority number of priority scheduling algorithm (ie the number of processors allocated to the highest priority process) and first-come first-serve algorithm. Each process has a process control block (PCB) said. Process control block can contain the following information: process name, priority number, arrival time, the need for run-time, has spent CPU time, the process of state and so on. Process priority number and needs of the running time can be artificially designated in advance (you can also by the random number generator). Process input arrival time for the process time. The process of running time to time slice is calculated as a unit.
Platform: | Size: 1024 | Author: 110 | Hits:

[Process-ThreadProcSchedule

Description: 多级反馈队列调度的模拟实现,通过调度过程,模拟进程调度。-Multilevel Feedback Queue Scheduling Simulation realize, through the activation process, simulating the process of scheduling.
Platform: | Size: 568320 | Author: 钟远辉 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net