搜索资源列表
进程调度模拟源程序
- 进程调度问题,调度算法有优先数法和时间片轮法,速度调节可以自己设定-process of scheduling problems, priority scheduling algorithm method and the time-wheel, speed regulation can create
批处理作业调度
- 批处理作业调度问题要求对于给定的n个作业,制定最佳作业调度方案,使其完成时间和最小-batch scheduling requirements for the issue to the n operations, the best scheduling program, and to fulfill the minimum time
多机调度问题
- 多机调度问题要求给出一种作业调度方案,使所给的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 proc
分支限界法_批处理作业调度
- 算法设计中的分支限界法中的批处理作业调度问题的实现,是用VC++编写的-algorithm design of branch and bound method of batch job scheduling problem is true, VC + + prepared
车厢调度问题123
- 设计一个车厢调度的程序,输出所有可能的序列 假设停在铁路调度站入口处的车厢序列的编号依次为1,2,3,n , 设计一个程序,求出所有可能的长度为n 的车厢序列。 实现栈的顺序存储结构SqStack之上实现栈的基本操作,即实现栈类型。程序对栈的基本操作必须借助于基本操作进行。 测试数据取 n=1,2,3, 程序输出的结果应该在屏幕上显示出来-Designs the procedure which a compartment dispatches, the output all possible
Desktop
- 调度问题的回溯算法,算法中的经典问题。问题描述:假设有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
FlowShop
- 用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 us
a
- 流水调度算法,解决流水调度问题,加深对流水调度的理解-Flow scheduling algorithm to resolve the scheduling problem of water, deepen the understanding of water scheduling
zuoyediaodu
- 算法设计中经典的批处理作业调度问题,是多机器多任务的调度-Algorithm design in the classic problem of a batch job scheduling, multi-tasking is a multi-machine scheduling
流水车间批量流调度问题求解方法研究_桑红燕.caj
- 利用智能算法 遗传算法等为基础 解决调度问题(The intelligent algorithm, genetic algorithm and so on are used to solve the scheduling problem)
运输调度问题
- 主要是 IBM CPLEX 软件OPL语言自己编写的求解运输调度问题的源程序,供大家参考(Mainly IBM CPLEX software OPL language prepared to solve the problem of transport scheduling source for your reference)
数据结构 程序设计 机器调度问题
- 多机调度问题的解决方案,算法进行合理调度,使得在m台机器上处理n个作业所需要的处理时间最短。(The solution of multi machine scheduling problem)
_电动汽车光伏充电站的多目标优化调度方法
- 电动汽车光伏充电站是实现电动汽车对可再生能源就地消纳利用的典型集成方式,本 文针对光伏充电站运行中的优化调度问题展开研究。介绍了光伏充电站的典型结构、组成单元功 能及基本运行策略(Photovoltaic(PV)-assisted charging station for electric vehicles(EVs) is a typical integration of consuming renewable resources locally. Research on multi-objec
进程调度
- ??多道程序设计中,经常是若干个进程同时处于就绪状态,必须依照某种策略来决定那个进程优先占有处理机。因而引起进程调度。本实验模拟在单处理机情况下的处理机调度问题,加深对进程调度的理解。(Multi-channel programming, often at the same time a number of process ready state, a strategy must be determined in accordance with the process priority to o
物流配送车辆调度问题的模型和算法研究.pdf
- VRP车辆调度问题,带有软时间窗口,无流向(VRP with time windows)
解决车间调度问题的改进模拟退火算法_潘全科
- 用改进模拟退火算法来解决车间调度问题的论文(Paper on Job Shop Scheduling Problem Solved by Improved Simulated Annealing Algorithms)
蜂群算法
- 多目标柔性作业车间调度问题(Multiobjective Flexible Job-shop Scheduling Problem, MFJSP)是复杂的 NP-hard 问题,相较于基础的车间调度问题更符合实际情况,求解难度也相对较高。,该算法主要通过模拟蜜蜂的觅食来解决实际问题。由于 ABC 算法具有搜索速度快、精度高、鲁棒性强等优点,在车间调度领域得到广泛应用。(Multiobjective Flexible Job-shop Scheduling Problem, MFJSP)
代码
- 用蚁群算法原理解决多任务多车间车间调度问题(Solving the multi task and multi workshop scheduling problem with the principle of ant colony algorithm)
混合NSGA-Ⅱ算法求解多目标柔性作业车间调度问题
- 混合NSGA-Ⅱ算法求解多目标柔性作业车间调度问题(Hybrid NSGA -II algorithm for multi-objective flexible job shop scheduling)
基于遗传算法的车间调度实用程序
- matlab、使用遗传算法解决车间调度问题(Matlab, using genetic algorithm to solve job shop scheduling problem)