搜索资源列表

  1. TwoMachinesFastWork

    0下载:
  2. 这是算法分析当中的一个经典问题,可以利用贪心算法来实现两台机器的调度问题,通过程序可以使两台工作的机器的调度达到最优-This is the algorithm analysis includes a classic problem, greedy algorithm can be used to achieve the two-machine scheduling problem adoption of procedures to e
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:40966
    • 提供者:阳林
  1. 3

    0下载:
  2. 该程序是有关于利用贪心算法实现多处理机调度,可以在vc++上直接运行,只有源代码
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1389
    • 提供者:张燕娥
  1. 多机调度问题

    0下载:
  2. 多机调度问题要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。 这个问题是NP安全问题,到目前为止还没有有效的解法。对于这一类问题,用贪心选择策略有时可以设计出较好的近似算法。-machine scheduling problems required to give a scheduling program, so as to the n operations in the shortest possi
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:姚翊
  1. aflow

    0下载:
  2. 用贪心算法解决aflow 有调整时间的流水作业调度问题。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1066
    • 提供者:yan
  1. 贪心法求任务调度问题

    0下载:
  2. 西电算法课的贪心部分上机试验题目!
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-05-08
    • 文件大小:577
    • 提供者:THKBAD
  1. 多机调度问题

    0下载:
  2. 多机调度问题要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。 这个问题是NP安全问题,到目前为止还没有有效的解法。对于这一类问题,用贪心选择策略有时可以设计出较好的近似算法。-machine scheduling problems required to give a scheduling program, so as to the n operations in the shortest possi
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:姚翊
  1. tanxinfa

    0下载:
  2. 算法设计与分析中的贪心法源程序,用VC编写,应用贪心设计策略来解决操作系统中单机、无资源约束且每个作业可在等量时间内完成的作业调度问题-algorithm design and analysis of the greedy algorithm source, VC preparation, application greedy design strategies to solve the stand-alone operating sy
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:范铮
  1. TwoMachinesFastWork

    0下载:
  2. 这是算法分析当中的一个经典问题,可以利用贪心算法来实现两台机器的调度问题,通过程序可以使两台工作的机器的调度达到最优-This is the algorithm analysis includes a classic problem, greedy algorithm can be used to achieve the two-machine scheduling problem adoption of procedures to e
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:40960
    • 提供者:阳林
  1. 3

    0下载:
  2. 该程序是有关于利用贪心算法实现多处理机调度,可以在vc++上直接运行,只有源代码-The program is on the use of greedy algorithm to achieve multi-processor scheduling, can vc++ Directly run, only the source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:张燕娥
  1. aflow

    0下载:
  2. 用贪心算法解决aflow 有调整时间的流水作业调度问题。-Greedy algorithm used to solve aflow have time to adjust the flowshop scheduling problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:yan
  1. greedyalgorithm

    0下载:
  2. 利用贪心算法从而实现了任务调度问题的过程-Greedy algorithm- the task scheduling problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:955392
    • 提供者:角久
  1. bestschedulestore

    0下载:
  2. 用贪心算法实现的程序存储问题和用回溯法实现的最佳调度问题-Greedy algorithm with memory problems and procedures to achieve the best use of backtracking scheduling problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:sean
  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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:35840
    • 提供者:wangge
  1. greedy

    0下载:
  2. 用VS6.0实现的作业调度贪心算法。包含完整的源码及实验结果图。-Job scheduling with VS6.0 greedy algorithm implemented. Contains the complete source code and experimental results Fig.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:yyy
  1. tanxinzuoyediaodu

    0下载:
  2. C实现的一贪心算法的作业调度的算法,有完整的实验报告和运行说明-C implementation of a greedy algorithm for job scheduling algorithm, a complete test report and operating instructions
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:20480
    • 提供者:张三
  1. 4.tar

    1下载:
  2. 依据Johnson原则,应用贪心算法解决两处理机流水作业调度问题。注释详实,可读性好。-Johnson based on the principle of application of the greedy algorithm to solve the two processor flow-shop scheduling problem. Comments detailed, readable.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:229376
    • 提供者:ryyrzzl
  1. multi-machine-scheduling-problem

    0下载:
  2. 用贪心算法解决多级调度问题,用C++语言实现-Greedy algorithm for multi-machine scheduling problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:张张
  1. 6-81

    0下载:
  2. 关于机器调度问题(贪心算法),请哪位帮帮改改吧,-On the machine scheduling problem (greedy algorithms), Which help you to change to change it,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:ldg
  1. greedy

    0下载:
  2. 这是算法设计与分析课程实验, 贪心算法实验的简单的源代码,包括汽车加油,多级调度问题 ,prim最小生成树-This is the algorithm design and analysis course experiment, the experiment simple greedy algorithm source code, including vehicle refueling, multi-level scheduling p
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:林达
  1. duoji

    0下载:
  2. 完成n个工作在m台机器上的贪心算法分配 每个作业只能选择一台设备加工,加工时间为t.每台机器一次只能加工一个作业,使等待时间最短。(Implementation of greedy algorithm allocation for n jobs on m machines)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:317440
    • 提供者:baliea
« 12 »

源码中国 www.ymcn.org