Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - scheduling
Search - scheduling - List
多机调度问题要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。 这个问题是NP安全问题,到目前为止还没有有效的解法。对于这一类问题,用贪心选择策略有时可以设计出较好的近似算法。-machine scheduling problems required to give a scheduling program, so as to the n operations in the shortest possible time by the m-machine processing completed. The problem is NP security issues, so far no effective solution. For this type of issue, greedy strategy can sometimes choose to design a better approximation algorithm.
Date : 2026-01-09 Size : 1kb User : 姚翊

进程调度:模拟最高优先级优先调度方式和FIFO调度方式.显示每个时间片各进程的PCB.即优先级,状态,访问CPU次数.剩于数-process scheduling : Analog highest priority priority scheduling ways and means FIFO scheduling. Each time film shows the process of the PCB. That is, priority, status, visit the CPU frequency. A few leftovers
Date : 2026-01-09 Size : 231kb User : 杨场鸿

调度算法的源代码,想必许多初学者会比较喜欢吧.-scheduling algorithm source code, I see many beginners would be more like it.
Date : 2026-01-09 Size : 2kb User : ll

模拟操作系统的小程序,支持对命令的解析,模拟 CPU调度-operating system simulation of small procedures, in order to support the analysis and simulation CPU scheduling
Date : 2026-01-09 Size : 30kb User : 李一多

整个设计采用java语言,利用面向对象思想。 首先,编写一个进程调度类Main_PCB,一个进程信息类PCB_block可以创建进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 对应成员变量是pcb_Name pcb_ID int pcb_Pro PCB_Begintime() pcb_Needtime pcb_Spendtime pcb_Finishtime String pcb_Statue 成员方法是pcb_Work () 可以实例化多个包含相同信息的进程,一个线程类Work允许多个进程共行的进程调度创建各自的模拟任务,由process_Create(int Process_ProcessNum)方法实现创建Process_ProcessNum个进程。 -whole design using java language, the use of object-oriented thinking. First, the process of preparation of a scheduling Main_PCB category, an Information PCB_block process can create process control block (PCB) said. Process control block may contain the following information : process, and priority number, arrival time, the need to run time CPU has spent time, the process of the state and so on. Corresponding member variables is pcb_Name pcb_ID int pcb_Pro PCB_Begin time () pcb_Needtime pcb_Spendtime pcb_Finis htime String pcb_Statue members is pcb_Work () can be examples many of the same information included in the process. Work like a thread allows multiple process held a total of the scheduling process to create their own simulations, by process_Create (int Process_ProcessNum) method
Date : 2026-01-09 Size : 83kb User : 传统

基于流水车间的调度程序算法,适用于一般的流水机械加工车间调度-based on the water plant scheduler algorithm, applicable to the general flow machining shop scheduling
Date : 2026-01-09 Size : 52kb User : 曹战

cpu的模拟调度,用2种常见的算法实现了cpu的简单调度-cpu scheduling simulation, two kinds of commonly used algorithms simple cpu scheduling
Date : 2026-01-09 Size : 2kb User :

我的算法是流水作业问题,就是有多个作业,每个有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!
Date : 2026-01-09 Size : 12kb User : WQQ

批处理作业调度问题,用VC++ 实现,代码可直接运行,-Batch job scheduling problem, with VC++ Realize, code can be directly run
Date : 2026-01-09 Size : 507kb User : 王静

用c++实现的批处理作业调度问题·优先队列式分支限界法·回溯法,包括Flowshop和make两个类,含有测试用的数据data-With c++ Realized the issue of batch job scheduling priority queue-style backtracking branch and bound method, including Flowshop and make the two categories, containing the test data used in data
Date : 2026-01-09 Size : 258kb User : 刘斌

基于Gridsim仿真工具的网格系统仿真代码 包含资源,任务,以及调度-Gridsim simulation tool based on the grid system simulation code includes the resources, tasks, and scheduling
Date : 2026-01-09 Size : 241kb User : liuchuan

这是关于轮询调度算法的一段小程序,没有涉及ofdm等-This is the round-robin scheduling algorithm on a small program, does not involve OFDM, etc.
Date : 2026-01-09 Size : 2kb User : 刘阅希

Scheduling code for cluster
Date : 2026-01-09 Size : 3kb User : amit agarwal

its a c code for process scheduling algorithms very helpfu-its a c code for process scheduling algorithms very helpfull
Date : 2026-01-09 Size : 2kb User : mohammed

A survey to describe some Job Shop Scheduling problem using Genetic Algorithm problems to solve some NP-hardness problem!
Date : 2026-01-09 Size : 261kb User : eric

目前,大多数医院护士排班多采用分权式排班,即每周五由护士长统一安排下周的班次。如何在有限的护理人力资源下快速合理的安排班次,现将我们的具体做法介绍如下。-At present, the majority of hospital nurses in the use of decentralized scheduling shifts, that is, every Friday arranged by the head nurse of the frequency of next week. How to care human resources quickly reasonable frequency, now we have the specific practices described below.
Date : 2026-01-09 Size : 3kb User : allen

先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权算法来实现作业调度算法的模拟。 (1) 算法采用下式计算响应比: 等待时间waittime 需要运行时间requesttime (2) 高优先权算法采用下述公式计算优先权: 优先权priority*等待时间waittime 需要运行时间requesttime*紧迫程度quick -First Come First Served (FCFS) algorithm, the priority short operation (SJF) algorithm, a high response ratio (HRN) algorithm and high-priority scheduling algorithm to achieve the simulation algorithm. (1) algorithm of computing response ratio: latency time waittime need to run requesttime (2) high-priority algorithm is calculated using the following priority: the priority of the waiting time priority* need to run waittime time requesttime* degree of urgency quick
Date : 2026-01-09 Size : 133kb User : hghh

用C语言模拟操作系统的多道程序调度,可以选在使用多种调度算法-Operating system using C language simulation of multi-channel program scheduling, can be selected using a variety of scheduling algorithms
Date : 2026-01-09 Size : 1.94mb User : YXH

it contains all types of cpu scheduling which includes preemptive priority,round robin scheduling
Date : 2026-01-09 Size : 2kb User : Rasenganram

project scheduling problem
Date : 2026-01-09 Size : 2kb User : 张震
« 12 3 4 5 6 7 8 9 10 ... 23 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.