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

搜索资源列表

  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
    • 文件大小:38497
    • 提供者:fasfas
  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-03
    • 文件大小:962
    • 提供者: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
    • 文件大小:14051
    • 提供者:tedachun
  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
    • 文件大小:36048
    • 提供者:wangge
  1. p2_branch

    0下载:
  2. branch and bound algorithm for solving a scheduling problem
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5257164
    • 提供者:milithrar
  1. scheduling

    0下载:
  2. PTAS and FPTAS algorithm for scheduling problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2755
    • 提供者:blizzmord
  1. DP

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

    • 发布日期:2017-04-03
    • 文件大小:15691
    • 提供者:徐佳
  1. Fortran

    0下载:
  2. A genetic algorithm in Fortran for solving a two-agent job scheduling problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:15277
    • 提供者:Daniel
  1. jssp

    0下载:
  2. JSSP (Job shop scheduling problem) random solution generator with schedule fixing. Produces good results considering the time tradeof.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:4153
    • 提供者:hmpich
  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
    • 文件大小:863
    • 提供者:郁小芳
  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-14
    • 文件大小:682
    • 提供者:郭涛
  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
    • 文件大小:832
    • 提供者:吕子乔
  1. ACO_on_JSSP

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

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

    0下载:
  2. 生产调度问题,蜂群算法,不过还有BUG,1100行-Production scheduling problem, colony algorithm, but there are BUG, 1100 OK
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:74925
    • 提供者:丁浩然
  1. NEH

    0下载:
  2. method insertions in classic problems scheduling - flow problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3394
    • 提供者:wyspiarz8na4
  1. INSA

    0下载:
  2. method insertions in classic problems scheduling - problem nest
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:117286
    • 提供者:wyspiarz8na4
  1. Improved-NSGA-II-Optimization

    4下载:
  2. 对NSGA-II算法进行改进,并应用于柔性车间调度的多目标优化问题-Of NSGA-II algorithm was improved and applied to flexible shop scheduling multi-objective optimization problem
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:10814
    • 提供者:墨非
  1. Parallel Machine Scheduling

    0下载:
  2. PARALLEL MACHINE PROBLEM SA
  3. 所属分类:数学计算

    • 发布日期:2018-04-21
    • 文件大小:4096
    • 提供者:maroli
搜珍网 www.dssz.com