Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - scheduling algorithm
Search - scheduling algorithm - List
计算多产品间歇过程调度uis操作的,遗传算法程序-computing products intermittently over the course of the operation scheduling Uis, genetic algorithm
Date : 2008-10-13 Size : 2.71kb User : 孔令启

zw方式操作的多产品间歇过程调度目标函数makespan,遗传算法。-zw methods of multi-product batch process scheduling objective function makespan, genetic algorithm.
Date : 2008-10-13 Size : 2.05kb User : 孔令启

模拟内存调度算法-simulation memory Scheduling Algorithm
Date : 2008-10-13 Size : 1.3kb User : 陈非

用C语言实现操作系统多级队列调度和时间片轮转调度。上传文件夹里有源代码和程序算法流程图。-C language operating system Multi-Queue scheduling and time slice Web scheduling. Upload file folder Active code and procedures algorithm flowchart.
Date : 2008-10-13 Size : 146.29kb User : 武键

基于ofdma资源调度分配算法的研究,2003年发表,摘于万方数据库-ofdma based resource scheduling algorithm research, published in 2003, in the popular Abstract Database
Date : 2008-10-13 Size : 42.24kb User : Angel Wong

ofdma系统中基于有限反馈的资源公平调度算法,2005年发表,摘于万方数据库。论文中使用的算法基于PF,但提出了簇的概念,并且其中各子载波相关。-ofdma system based on feedback from the limited resources fair scheduling algorithm, published in 2005, Abstract on the popular database. Papers used in the algorithm is based on PF, but the cluster concept, and which related to the subcarrier.
Date : 2008-10-13 Size : 169kb User : Angel Wong

sstf 最短磁盘调度算法,有详细的设计过程描述,包含原代码的,测试结果报告-sstf shortest disk scheduling algorithm, a detailed description of the design process, including source code, test results report
Date : 2008-10-13 Size : 6.5kb User : 小梨

最坏适应算法 可变分区调度算法有:最先适应分配算法,最优适应分配算法,最坏适应算法 -worst adaptation algorithm Variable Area scheduling algorithm : the first adaptation allocation algorithm, the optimal allocation algorithm adapt, the worst adaptation algorithm
Date : 2008-10-13 Size : 3.24kb User : jin

进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. 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.95kb User : 求新

操作系统概论,应用原理与编程技巧及其应用。本人见解肤浅,近请原谅。...机分配给进程以及协调各个进程之间的相互关系。它由进程调度程序和.. .进程调度是低级调度,作业调度是高级调度。 14进程调度算法有:先来先服务 轮转调度分级轮转法和优先数法。其中分级轮转法较为理想。-OS Studies, Theory and Application Programming Techniques and Applications. I superficial insights, please forgive the past. ... Machines allocated to the process and the coordination between the various processes mutual relations. It is the process of scheduling procedures and ... Process scheduling is vulgar scheduling, scheduling senior scheduling. Process Scheduling Algorithm 14 : first-come first-serve Web postings of France scheduling classification and priority numbers. Classification Act which rotate better.
Date : 2008-10-13 Size : 214.62kb User : 语言

DL : 0
SPF调度程序!是SPF调度算法的一个实例!-SPF scheduling procedures! SPF scheduling algorithm is an example of!
Date : 2008-10-13 Size : 1.25kb User : wlg

属于磁盘调度算法的一种,是一个极其重要的算法,在操作系统中占有很重要的地位-disk belonging to a scheduling algorithm is an extremely important algorithm, the operating system occupies a very important position
Date : 2008-10-13 Size : 3.63kb User : 杨蔺又

在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计算出平均周转时间并输出。 3.作业调度算法: 短作业优先(作业估计运行时间最短的作业首先被调度)。 4.处理要求: 在两道环境下有多个作业; 程序运行时,首先提示输入测试文件的文件名; 输入文件名后,程序将读入文件中的有关数据,并按照最短作业优先调度算法对作业进行调度,作业被调度运行后不再退出(忽略进程调度或者可以认为进程调度采用的是先来先服务调度算法); 假设内存容量为100K,存储管理方案为可变分区方式,且不允许在内存中移动作业。 -in a multi-program design system, and achieving a "Dispatch" the simulation. The simulation procedure is as follows : 1. Input : Job Flow document, which is stored in a series of operations to be implemented information, including five each operating data : the operations, priority, time to enter the input shaft (with an integer, as expressed to 10:10 1010), is estimated to run time (unit : minutes), the memory demand. The data item separated by a space. 2. Output : In accordance with the scheduling order of output per work - a document : "operations", "memory access time", "complete operational time", "turnaround time"; An output per line operating information. Calculate the average turnaround time and output. 3. Job Scheduling Algorithm :
Date : 2008-10-13 Size : 2.92kb User : 陈峰

进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. 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 : 2025-12-26 Size : 2kb User : 求新

属于磁盘调度算法的一种,是一个极其重要的算法,在操作系统中占有很重要的地位-disk belonging to a scheduling algorithm is an extremely important algorithm, the operating system occupies a very important position
Date : 2025-12-26 Size : 3kb User : 杨蔺又

计算多产品间歇过程调度uis操作的,遗传算法程序-computing products intermittently over the course of the operation scheduling Uis, genetic algorithm
Date : 2025-12-26 Size : 2kb User : 孔令启

zw方式操作的多产品间歇过程调度目标函数makespan,遗传算法。-zw methods of multi-product batch process scheduling objective function makespan, genetic algorithm.
Date : 2025-12-26 Size : 2kb User : 孔令启

该系统包括有简单的进程控制、同步与通讯机构,其进程调度算法可任意选择。每个进程用一个PCB表示,其内容根据具体情况设置。各进程之间有一定的同步关系(可选)。系统在运行过程中应能显示或打印各进程的状态及有关参数的变化情况,以便观察诸进程的运行过程及系统的管理过程。-The system includes a simple process control, synchronization and communication agencies, the process scheduling algorithm can be arbitrarily chosen. Each process with a PCB that set the content according to specific circumstances. The synchronization between processes have a certain relationship (optional). During operation the system should be able to display or print the status of the process changes and related parameters in order to observe the operation of various processes and systems management processes.
Date : 2025-12-26 Size : 2kb User : xinyuan

DL : 0
Multi-level queue 196 scheduling algorithm is used in scenarios where the processes can be classified into groups based on property like process type, CPU time, IO access, memory size, etc. One general classification of the processes is foreground processes and background processes. In a multi-level queue scheduling algorithm, there will be n number of queues, where n is the number of groups the processes are classified into. Each queue will be assigned a priority and will have its own scheduling algorithm like Round-robin scheduling 194 or FCFS. -Multi-level queue 196 scheduling algorithm is used in scenarios where the processes can be classified into groups based on property like process type, CPU time, IO access, memory size, etc. One general classification of the processes is foreground processes and background processes. In a multi-level queue scheduling algorithm, there will be n number of queues, where n is the number of groups the processes are classified into. Each queue will be assigned a priority and will have its own scheduling algorithm like Round-robin scheduling 194 or FCFS.
Date : 2025-12-26 Size : 11kb User : lay

这是操作系统中的一个进程调度算法的源程序!不错-This is a process of operating system scheduling algorithm source code!
Date : 2025-12-26 Size : 184kb User : qcve+899
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.