Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - scheduling
Search - scheduling - List
这是一个简单的操作系统中进程调度的 时间片轮转算法-This is a simple operating system process-time scheduling algorithm Web
Date : 2026-01-09 Size : 1kb User : ytcrjxj

进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-process Scheduling Algorithm : The highest priority of several priority scheduling algorithm, which is allocated to the processor the highest priority in the process. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the need to run time, has taken the CPU time, the process of the state and so on. Several priorities for the process of what needs to run and the time prior to artificially designated (also be random number generator). The process of running time to time-unit calculations. The state of each process can be completed W (Wait), running R (Run), or completion of F (Finish), one of three state.
Date : 2026-01-09 Size : 7kb User :

模拟操作系统中作业调度算法的vc++程序。从好个方面描述了os的作业调度问题-simulation operating system scheduling algorithm vc procedures. From the good aspects described os operations scheduling problem
Date : 2026-01-09 Size : 6kb User : a

Job-scheduler is a program that schedules programs to be run at their specified times. It gives users several options for scheduling programs. You can use telnet program to connect to the port job-scheduler is listenning for incomming connections on the host computer. Then you can get information about the current scheduled jobs, add, stop or start jobs or kill the job-scheduler program. Job-scheduler can also load input files which contain information about some jobs to be scheduled. - Job-scheduler is a program that schedules programs to be run at their specified times. It gives users several options for scheduling programs. You can use telnet program to connect to the port job-scheduler is listenning for incomming connections on the host computer. Then you can get information about the current scheduled jobs, add, stop or start jobs or kill the job-scheduler program. Job-scheduler can also load input files which contain information about some jobs to be scheduled.
Date : 2026-01-09 Size : 303kb User : zrx

操作系统——动态优先级调度算法源代码,多道系统中多进程并发执行,为了提高系统性能解决进程死锁问题,进程的优先级是动态变化的。正在执行的进程优先级会随时间降低,而挂起的进程或等待的进程的优先级会逐渐升高,这样就解决了操作系统中一个地优先级程序长期占据cpu,而高优先级进程却迟迟不能得到处理。-operating system-- Dynamic priority scheduling algorithm source code, multi-channel system more complicated implementation process. To enhance system performance Deadlock settlement process, the priority process is a dynamic change. The process is the implementation of priority will be reduced over time, and duration of the process, or wait for the process priority will be gradually increased, this would resolve the operating system to a long-term priority procedures occupy cpu, while high-priority process still could not be processed.
Date : 2026-01-09 Size : 9kb User : 韩文杰

编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 -prepared a simulation and debugging process scheduling procedures, "Priority number of the highest priority" Scheduling Algorithm of five scheduling process. "Priority number of the highest priority" scheduling algorithm The basic idea is to place the CPU allocated to the parade were the highest priority in the process. Static priority is the creation of a number of processes identified, and the entire process will not change during operation.
Date : 2026-01-09 Size : 172kb User : 111111

DL : 0
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.
Date : 2026-01-09 Size : 145kb User : 邓思兵

DL : 0
操作系统:模拟磁盘调度算法 课题要求:●建立相应的数据结构 ●在屏幕上显示磁盘请求的服务状况 ●时间的流逝可用下面方法模拟: (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
Date : 2026-01-09 Size : 1.96mb User : jiabin

经典的Job Shop问题调度算法,用Visual C++语言实现。 -Job Shop Scheduling Problem
Date : 2026-01-09 Size : 275kb User : 肖乔

document having the details about different cpu scheduling techqnics
Date : 2026-01-09 Size : 6kb User : rajeshreddy

操作系统实验--作业调度 编写程序完成批处理系统中的作业调度,要求采用短作业优先的作业调度算法。-OsLab--scheduling
Date : 2026-01-09 Size : 64kb User : playboy

DL : 0
teradata的ETL调度工具中的集成receive服务脚本,调用作业使之状态为Pending-teradata of ETL scheduling tools in an integrated receive service script, call the operation so that status is Pending
Date : 2026-01-09 Size : 11kb User : roger yu

磁盘调度算法,几个基本的磁盘调度算法,包括FCFS,SSTF,SCAN,CSCAN等,本程序采用c#完成,有需要的可以下-Disk scheduling algorithm, a few basic disk scheduling algorithms, including FCFS, SSTF, SCAN, CSCAN and so on, using c# to complete this procedure, there is a need that can be under the
Date : 2026-01-09 Size : 43kb User : qianglc

DL : 0
CPU scheduling---Shortest job first algorithm
Date : 2026-01-09 Size : 1kb User : roopa

MFC编写的操作系统最高优先级调度算法,实现系统算法调度-MFC operating system written from the highest-priority scheduling algorithm, scheduling algorithm to achieve system
Date : 2026-01-09 Size : 1.18mb User :

单台机器上的任务调度问题 在一台机器上将要处理一组任务。任务的执行不具有抢先性,即一旦一个任务开始执行,就不允许被打断。任务1——7的发布时刻分别是2,5,4,0,0,8,9,持续时间分别是5,6,8,4,2,4,2,(规定完成时刻分别是10,21,15,10,5,15,22。——下面问题所求未用此条件。)是构建模型求出如下目标的最优值,且对目标函数和约束条件作必要的说明。 求:平均处理任务时间的最小值,处理任务时间是指任务发布时刻到任务完成时刻这段时间。 -Task scheduling problem on a single machine A machine will be to deal with a set of tasks. Tasks that do not have to pre-empt that once a task begins execution, it is not allowed to be interrupted. Task 1- 7 of the release time is 2,5,4,0,0,8,9, duration, respectively, 5,6,8,4,2,4,2, (for the completion time is 10 21,15,10,5,15,22.- the following questions ask unused for this condition.) is to build the model to calculate the optimal value of the following objectives, the objective function and constraints for the necessary instructions. Requirements: handling an average of the minimum task time processing tasks time task release time to task completion time during this time.
Date : 2026-01-09 Size : 1kb User : 姚俊涛

优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in the process.
Date : 2026-01-09 Size : 1kb User : 苡莣

进程多级反馈队列调度:当一个新进程进入内存后,首先将它放入第一队列的末尾,按FCFS原则排队等待调度.当轮到该进程执行时,如它能在该时间片内完成,便可准备撤离系统 如果它在一个时间片结束时尚未完成,调度程序便将该进程转入第二队列的末尾,再同样地按FCFS原则等待调度执行,以此类推。-Multilevel feedback queue scheduling
Date : 2026-01-09 Size : 2kb User : 张明

编写并调度一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于先来先服务的调度算法。可以参考课本中的方法进行设计。 对于多道程序系统,要假定系统中具有的各种资源及数量、调度作业时必须考虑到每个作业的资源要求-Job scheduling
Date : 2026-01-09 Size : 2kb User : 张明

windows操作系统进程调度算法的模拟实现-To achieve the process of scheduling algorithm
Date : 2026-01-09 Size : 2kb User : yinzi
« 12 3 4 5 6 7 8 9 10 ... 16 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.