CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 贪心算法调度

搜索资源列表

  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 enable the two machines to achi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:40966
    • 提供者:阳林
  1. 贪心算法实现多处理机调度

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

    • 发布日期:2014-01-17
    • 文件大小: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 possible time by the m-machine proc
  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. greedyalgorithm.rar

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

    • 发布日期:2017-03-29
    • 文件大小:955344
    • 提供者:角久
  1. bestschedulestore

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

    • 发布日期:2017-03-27
    • 文件大小:1437
    • 提供者: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 be completed within the same a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:36048
    • 提供者: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. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:6356
    • 提供者:yyy
  1. tanxinzuoyediaodu

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

    • 发布日期:2017-04-07
    • 文件大小:20058
    • 提供者:张三
  1. 4.tar

    0下载:
  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. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:229509
    • 提供者:ryyrzzl
  1. multi-machine-scheduling-problem

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

    • 发布日期:2017-03-30
    • 文件大小:1359
    • 提供者:张张
  1. 6-81

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

    • 发布日期:2017-04-05
    • 文件大小:571
    • 提供者: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 problem, prim MST
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2231
    • 提供者:林达
  1. Multi-machine-scheduling-problem

    0下载:
  2. 用贪心算法解决多机调度问题,采用C++编程 -Multi-machine scheduling problem greedy
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:876160
    • 提供者:lydia
  1. Greedy-algorithm

    0下载:
  2. 贪心算法 单元最短路径问题 最小生成树问题 多机调度问题-The minimum spanning tree of the the greedy algorithm unit shortest path problem of multi-machine scheduling problem
  3. 所属分类:JavaScript

    • 发布日期:2017-11-12
    • 文件大小:11663
    • 提供者:zhang
  1. C_Algorithma_datastruct_os

    1下载:
  2. 内容:操作系统相关算法,多线程,进程调度,死锁等 数据结构,堆栈,队列,链表,图论等 算法:数组,矩阵,海量数据处理,高精度计算,贪心算法,迷宫等:-Content: The operating system related algorithms, multi-threaded, process scheduling, deadlocks, etc. data structures, stacks, queues, linked lists, graph theory, etc. algor
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1430889
    • 提供者:扬不翻
  1. taskschedule

    0下载:
  2. 采用贪心算法中的拟阵思想来解决cpu进程调度问题,最小化惩罚-Use greedy algorithm to solve Matroid thought process cpu scheduling problem, minimize punishment
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:604800
    • 提供者:wlz
  1. Machine-Scheduling

    0下载:
  2. 掌握贪心算法,利用贪心算法解决多机调度问题, 分析实验结果,是否能将机器处理时间最短化-Master greedy algorithm using the greedy algorithm to solve multi-machine scheduling problem, Analysis of experimental results, whether the machine can process the shortest of
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:212615
    • 提供者:闵俊杰
  1. duoji

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

    • 发布日期:2020-04-03
    • 文件大小:317440
    • 提供者:baliea
« 12 »
搜珍网 www.dssz.com