Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - scheduling algorithm
Search - scheduling algorithm - List
DL : 0
选择一个调度算法,实现处理器调度。 二、实习目的 在采用多道程序设计的系统中,往往若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定那些进程优先占有处理器。本实习模拟在单处理器情况下的处理器调度,加深了解处理器调度的工作。 -choose a scheduling algorithm to achieve processor scheduling. 2, internships aim of the introduction of multi-channel programming systems, a number of process often at the same time readiness. When the number is greater than the process in place when the number of processors, it must, in accordance with a strategy to determine who has priority process processor. This attachment to the single-processor simulation of the processor scheduling, a better understanding of the processor scheduling work.
Date : 2008-10-13 Size : 7.01kb User : 郭郭

DL : 0
选择一个调度算法,实现处理器调度。 二、实习目的 在采用多道程序设计的系统中,往往若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定那些进程优先占有处理器。本实习模拟在单处理器情况下的处理器调度,加深了解处理器调度的工作。 -choose a scheduling algorithm to achieve processor scheduling. 2, internships aim of the introduction of multi-channel programming systems, a number of process often at the same time readiness. When the number is greater than the process in place when the number of processors, it must, in accordance with a strategy to determine who has priority process processor. This attachment to the single-processor simulation of the processor scheduling, a better understanding of the processor scheduling work.
Date : 2025-12-26 Size : 199kb User : 郭郭

DL : 0
操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
Date : 2025-12-26 Size : 122kb User : liuqiang

用一个c++控制台程序模拟处理机按进程优先数调度的处理机调度算法-With a c++ console program to simulate the process of priority according to the number of processor scheduling processor scheduling algorithm
Date : 2025-12-26 Size : 1kb User : 肖德强

操作系统中CPU调度问题,采用最短剩余时间优先算法,但是仅是模拟,不涉及实体进程-Operating system, CPU scheduling problem, using the shortest remaining time first algorithm, but only a simulation, does not involve physical processes
Date : 2025-12-26 Size : 116kb User : billchuang

DL : 0
调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Scheduling problem backtracking algorithm is the classic problem. Problem Description: Suppose there are n-task by the k-parallel machine can be completed. The time required to complete the task i is ti. Try to design an algorithm to find completing these n-best task scheduling, making the earliest time to complete all tasks.
Date : 2025-12-26 Size : 16kb User : pactric

Visual studio 2005开发环境下 算法课程实验 用动态规划方法解决独立任务最优调度问题-Visual studio 2005 development environment,with a dynamic programming method,in algorithm course experiment, to solve the optimal scheduling independent tasks problem
Date : 2025-12-26 Size : 2.85mb User : 王丽玮

DL : 0
SCHRAG algorithm - scheduling of tasks performed by a machine
Date : 2025-12-26 Size : 1kb User : Guren

DL : 0
NEH algorithm - scheduling of tasks performed by a machine
Date : 2025-12-26 Size : 1kb User : Guren

DL : 0
Process scheduling algorithm in visual c++ shows the demonstration of process handling-Process scheduling algorithm in visual c++ shows the demonstration of process handling
Date : 2025-12-26 Size : 39kb User : sha

DL : 0
一个操作系统的进程调度的实验。三种调度算法分别为 FCFS、优先级、时间片轮转。 其中优先级算法设置了三个级别的优先级。分别为0、1、2 。0为最高 2为最低。-An operating system process scheduling experiment. The three scheduling algorithm respectively FCFS, priority, time slice rotation. The priority algorithm set three levels of priority. 0,1,2, respectively. 0 is the highest 2 is the lowest.
Date : 2025-12-26 Size : 81kb User : 程龙

进程的调度基于时间片轮转的调度算法操作系统课程设计中十分简单的小程序-The process of scheduling time-based round-robin scheduling algorithm courses on operating system design is very simple little program
Date : 2025-12-26 Size : 1kb User : 程昱

DL : 0
设计一个按优先数调度算法实现处理器调度的程序 提示: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的格式为: 进程名、指针、要求运行时间、优先数、状态。 进程名——P1~P5。 指针——按优先数的大小把5个进程连成队列,用指针指出下一个进程PCB的首地址。 要求运行时间——假设进程需要运行的单位时间数。 优先数——赋予进程的优先数,调度时总是选取优先数大的进程先执行。 状态——假设两种状态,就绪,用R表示,和结束,用E表示。初始状态都为就绪状态。 (2) 每次运行之前,为每个进程任意确定它的“优先数”和“要求运行时间”。 (3) 处理器总是选队首进程运行。采用动态改变优先数的办法,进程每运行1次,优先数减1,要求运行时间减1。 (4) 进程运行一次后,若要求运行时间不等于0,则将它加入队列,否则,将状态改为“结束”,退出队列。 (5) 若就绪队列为空,结束,否则,重复(3)。 -Design a number of priority scheduling algorithm processor scheduling program   Tip : ( 1 ) The system has five processes, each represented by a PCB . PCB format: Process name , pointer, run-time requirements , priority number , status. Process name- P1 ~ P5. Pointer- according to the size of the five priority number into程连成queue pointer pointed to the next process PCB first address . The time required to run- assuming unit time required to run several processes . Priority number- the number of priority given to the process , always select a large number of priority scheduling process executed first . State- assuming two states , Ready, represented by R , and end with E said . The initial state are ready state. ( 2 ) Before each run , for each process arbitrarily determine its " priority number " and " run-time requirements ." ( 3 ) the processor is always selected first team processes running . Change the priority number of dynamic way to run a process every time , prior
Date : 2025-12-26 Size : 1kb User : David Quan

DL : 0
蚁群算法解决车辆调度问题,包含了信息素更新的算法-The ant colony algorithm to solve the vehicle scheduling problem.including the the algorithm of pheromone update.
Date : 2025-12-26 Size : 4kb User : compiler

Scheduling System genetic algorithm
Date : 2025-12-26 Size : 32kb User : trungtp

Scheduling genetic algorithm
Date : 2025-12-26 Size : 34kb User : trungtp

DL : 0
poa算法,关于梯级水电调度的c#算法源程序。适合梯级水电站短期优化调度-The algorithm, on the dispatch of cascade c# algorithm source program. For the short-term optimal scheduling of cascade hydropower stations
Date : 2025-12-26 Size : 5kb User : 黄志康
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.