搜索资源列表
-
0下载:
是一个有动画界面的车厢调度问题。因为大多数学生在学数据结构是遇到问题,本程序能为他们做参考-is an animation interface compartment scheduling problem. Because the majority of students in the data structure of the problems encountered, the procedure can be done for them reference
-
-
0下载:
操作系统进程调度问题.有图形说明,可以直接运行.一般人也可以懂-operating system process scheduling problem. Graphics that can be run directly. The average person can understand
-
-
0下载:
最优车皮排序问题
.问题描述:
在一个列车调度站中,k 条轨道连接到k 条侧轨处,形成k 个铁路转轨栈,从左到右依
次记为H1,H2,…,Hk 如下图所示。其中左边轨道为车皮入口(记为H0),右边轨道为出
口(记为Hk+1),编号为a1, a2,.,an 的n 个车皮从入口依次进入转轨栈,由调度室安排车
皮进出栈次序,并对车皮按其出栈次序重新排序为1,2,…,n。
调度室在安排车皮进出栈次序时,遵循以下规则:
(1)
车皮入口H0 处的车
-
-
0下载:
最优平行轨道车皮排序问题
.问题描述:
在一个列车调度站中,k 条轨道平行连接到1 条侧轨处,形成1 条主轨道和k-1 条辅助
调度轨道。主轨道记为Hk,辅助轨道从下到上依次记为H1,H2,…,Hk-1 如下图所示。其
中主轨道左边为车皮入口(记为H0),主轨道右边为出口(仍记为Hk)。编号为a1, a2,L,an
的n 个车皮从入口依次进入主轨道,由调度室安排车皮进出轨次序,并对车皮按其出轨次序
重新排序为1,2,…,n。
调度室在安
-
-
1下载:
算法设计中的分支限界法中的批处理作业调度问题的实现,是用VC++编写的-algorithm design of branch and bound method of batch job scheduling problem is true, VC + + prepared
-
-
0下载:
最优平行轨道车皮排序问题« 编程任务:给定正整数n,和n个车皮的初始编号n a , a , ,a 1 2 L ,编程计算最少需要多少个平行轨道才能按照规则(1)和(2)调度车皮,使车皮在车皮出口按照1,2,…,n的顺序输出。« 数据输入:由文件input.txt 给出输入数据。第1 行有1 个正整数n,表示有n 个车皮。第2 行是n个车皮的初始编号n a , a , ,a 1 2 L 。-optimal parallel tracks wagon laquo schedu
-
-
0下载:
在调度问题中用到的一个划分方法,把6个工件到4个相同的机器上,如何分配。,Used in the scheduling problem of a division method, the workpiece 6 to 4 on the same machine, how to allocate.
-
-
0下载:
利用贪心算法从而实现了任务调度问题的过程,Greedy algorithm- the task scheduling problem
-
-
0下载:
调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Scheduling problem backtracking algorithm is the classic problem. Problem Descr iption: Suppose there are n-task by the k-parallel machine can be complete
-
-
0下载:
解决了并行机调度问题,本题采用穷举法与随机法相结合的方法求解,可取得最优解。-Solve the parallel machine scheduling problem, the problem using exhaustive method, the optimal solution can be achieved.
-
-
0下载:
A survey to describe some Job Shop Scheduling problem using Genetic Algorithm problems to solve some NP-hardness problem!
-
-
0下载:
mechine scheduling problem
-
-
0下载:
project scheduling problem
-
-
0下载:
最佳调度问题,假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Optimal scheduling problem, assuming there are n a task by the k-parallel machine can be completed. The time required to complete the task i is ti. Try to design a complet
-
-
0下载:
The Class Scheduling Problem (CSP) is concerned with assigning a number
of courses corresponding to various students and instructors to classrooms
taking into consideration constraints like classroom capacities and
university regulations. Th
-
-
0下载:
火车调度问题,火车按顺序在入站处排好,算出火车经过调度站之后(只有一个缓冲带)所有可能的出站序列-Train scheduling problem, the train sequence inbound line, calculated train after dispatch station (only one buffer zone) sequence of all possible outbound
-
-
0下载:
这是一个本科毕业论文的程序,利用免疫进化算法来解决物流企业车辆调度的问题,供参考。-This is an undergraduate thesis program, the use of immune evolutionary algorithm to solve the logistics vehicle scheduling problem, for reference.
-
-
0下载:
此车间调度系统软件只适合在包含类库为Net FrameWork 4.5版本的Windows系统中运行,能够完成基于四种调度规则的车间多机调度问题,四种规则为SPT、LPT、EDD+SPT、FCFS+SPT。-This shop scheduling system is only suitable for containing a class library for.net FrameWork 4.5 version of the Windows in the system operation,
-
-
0下载:
代码实现的是流水作业调度问题的解决,流水作业调度问题是经典的算法问题。-Code is to solve the flow-shop scheduling problems, flow-shop scheduling problem is a classical algorithm for the problem.
-
-
0下载:
Project Scheduling Problem的源程序-Project Scheduling Problem
-