CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 调度问题

搜索资源列表

  1. AssemblylineScheduling

    0下载:
  2. 使用动态规划方法解决多个生产线上的调度问题,进而解决生产线调度的最小时间问题-use dynamic programming solution to a number of production line scheduling problem, thereby solving production line scheduling the minimum time
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:37.59kb
    • 提供者:fasfas
  1. GAJSP

    1下载:
  2. 车间调度问题的基于工序的编码源程序,适合用遗传算法研究车间调度问题的人。-shop scheduling processes based on the source code suitable for use genetic algorithm shop scheduling people.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8.04kb
    • 提供者:lixingbing
  1. jsp_ga_Matlab

    0下载:
  2. 车间调度问题的遗传算法matlab源程序,供大家参考-shop scheduling GA Matlab source for reference
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.09kb
    • 提供者:lixingbing
  1. jobshop

    0下载:
  2. 车间调度问题主程序,需要进行自主参数设计
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.73kb
    • 提供者:jack
  1. rates

    1下载:
  2. 基于CPLEX半连续变量求解发电机组单时段经济调度问题,给定负荷需求,求每台发电机输出P=0或Pmin<=P<=Pmax,使发电成本最小。-Semi-continuous variable based on CPLEX to solve a single period of economic generator scheduling problem, given the load demand, seeking each generator output P = 0 or Pmin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:962byte
    • 提供者:weiwei
  1. TaskOrder

    0下载:
  2. 用VBA在Excel中实现的数据生成与分析程序 问题类别:任务调度 问题原型:N个任务,每个任务都有起始时间、结束时间和利润值,同一时间只能自行一个任务 功能:规定时间段内的利润最大化问题,并给出任务执行次序。-Using VBA in Excel to achieve the data generation and analysis procedure categories: task scheduling problem prototype: N task, each task
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:13.72kb
    • 提供者:tedachun
  1. math_modeling

    0下载:
  2. 06年全国研究生数学建模竞赛之邮车调度问题的答案程序。可能根据题目给出的地图,综合多种因素进行邮车的调度,并给出调度的相应运营时间成本。- maths modeling,mail_cart attemper
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:73.71kb
    • 提供者:batilei
  1. GaBin

    0下载:
  2. 遗传算法解决复杂背包问题,用Java编写。 该背包拥有3个属性,500个东西,50个包。 求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。 该程序容易修改。-Genetic Algorithm on Bin Packing Proglem. 500 items, 3 parameters of each item. 50 containers, target: All 50 containers has the smallest weight differe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:156.75kb
    • 提供者:mark
  1. bankman

    0下载:
  2. 银行家算法,用于解决系统进程之间的调度问题-bank
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1kb
    • 提供者:zsq
  1. greedyjs

    0下载:
  2. 贪心算法之带有限期的作业排序。应用贪心设计策略解决操作系统中单机、无资源约束且每个作业可以在等量的时间内完成的作业调度问题。-Greedy Algorithm for Scheduling with deadline. Application greedy single operating system design strategy to solve, no resource constraints and each job can be completed within the same a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:35.2kb
    • 提供者:wangge
  1. DP

    1下载:
  2. 运用动态规划推求水库的调度问题,单库问题-Using the dynamic programming scheduling problem deduced reservoir
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:15.32kb
    • 提供者:徐佳
  1. Beefor3LVRP

    0下载:
  2. 尝试使用蜜蜂算法来求解带三维装载的车辆调度问题,算法具有一定的新颖性。-Try to use the bees algorithm to solve with a three-dimensional loading vehicle routing problem, the algorithm has a certain novelty.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:88.04kb
    • 提供者:ruan
  1. PF

    0下载:
  2. 采用Matlab编程的直角坐标转换算法,在工程问题上具有一定的应用。本算法为了提高执行效率,做了一定的改进-Cartesian coordinates using Matlab programming conversion algorithm, the engineering problems with some applications. In order to improve the efficiency of the algorithm to do a certain amount of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:69.88kb
    • 提供者:韩麟
  1. CDS

    0下载:
  2. CDS(Campbell-Dudek-Simth):是Johnson算法的扩展,被认为是好的具有鲁棒性的启发式算法。用于求解n-job,m-machine的流水作业调度问题;即n项作业都需要顺序进行m个工序,m个工序中,每道工序仅有一台机器,如何安排n项作业的加工先后关系。-CDS (Campbell-Dudek-Simth): an extension of the Johnson algorithm is considered robust heuristic algorithm is go
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:863byte
    • 提供者:郁小芳
  1. LINGO

    0下载:
  2. LINGO语言编程解决一个经典的工作时间调度问题-an example of solving a work-time problem with LINGO
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:13.8kb
    • 提供者:Raymond YAO
  1. scheduling-problem

    0下载:
  2. 独立任务最有调度问题的方法,主要是通过巧妙的方法可以用较少的时间得到最优答案。-Independent task scheduling problem, mainly through the clever way you can spend less time to get the optimal answer.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:682byte
    • 提供者:郭涛
  1. The-assembly-line-scheduling-problem

    0下载:
  2. 御用动态规划思想和策略,解决装配线调度问题。-Queen dynamic programming ideas and strategies to address the assembly line scheduling problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:832byte
    • 提供者:吕子乔
  1. ACO_on_JSSP

    4下载:
  2. 该程序是用matlab实现蚁群优化算法求解车间调度问题-The program is ACO algorithm for the jobshop scheduling problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:56.62kb
    • 提供者:熊福力
  1. DYNELD

    0下载:
  2. 动态电力经济调度问题代码,目标函数为成本最小。运行test1可以得到最小的调度成本以及机组出力分配结果。
  3. 所属分类:数学计算/工程计算

  1. poa

    0下载:
  2. 采用poa算法,用于解决水库发电优化调度问题。(The POA algorithm is used to solve the optimal dispatching problem of the reservoir power generation.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-19
    • 文件大小:1.12mb
    • 提供者:livingworld
« 12 »
搜珍网 www.dssz.com