CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Greedy algorithm

搜索资源列表

  1. LectureHalls.rar

    0下载:
  2. acm算法设计—会场安排问题! 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。) 对于给定的k个待安排的活动,编程计算使用最少会场的时间表。,acm algorithm design- the venue arrangements! Assume it to be enough room
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:328.51kb
    • 提供者:张波
  1. greedyalgorithm.rar

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

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

    1下载:
  2. 贪心算法实现集合覆盖问题,不带权的集合覆盖问题,c++源码-Greedy algorithm set cover problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:647byte
    • 提供者:钱米
  1. 01package

    0下载:
  2. 01背包问题的贪心法源代码 供给有需要的参考-01 knapsack problem greedy algorithm source code
  3. 所属分类:Other windows programs

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

    0下载:
  2. 0-1背包问题的贪心算法 希望对大家有帮助-0-1 knapsack problem the greedy algorithm would like to help everyone
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5.69kb
    • 提供者:林龙
  1. Prim

    0下载:
  2. 这是一个构造最小生成树的Prim算法,是属于贪心算法的范畴。设G=(V,E)是连同带权图,V={1,2,3,...,n}。构造G的最小生成树。-This is a structure of Prim minimum spanning tree algorithm is a greedy algorithm category. Set G = (V, E) is, together with the weighted graph, V = (1,2,3 ,..., n). G of the min
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:5.07kb
    • 提供者:Katherine
  1. greedy603

    0下载:
  2. 自己编写的一个背包问题的贪心算法,很好的学习工具。-I have written a knapsack problem of the greedy algorithm, a very good learning tool.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:586byte
    • 提供者:code
  1. GreedyJob

    0下载:
  2. 任务时间表问题的贪心算法的代码,大家互相学习学习。 -Mandate a timetable for the issue of code greedy algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:699byte
    • 提供者:张三
  1. tanxin

    0下载:
  2. 算法设计与分析中贪心算法C++实现代码 包括但愿最短路径问题,哈弗曼编码,整数最有分解,最小生成树,最优分解,删数问题等-Algorithm Design and Analysis of greedy algorithm in C++ code, including the realization of hope that the shortest path problem,哈弗曼coding, the most integral decomposition, minimum spanning
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:8.78kb
    • 提供者:liudan
  1. Algorithm

    0下载:
  2. 按照贪心算法根据贪心原则不同,所得到的左右解不同-Greedy algorithm based on greedy principles in accordance with different left and right solution obtained by different
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1.3kb
    • 提供者:徐晓亮
  1. Greedy

    0下载:
  2. 贪心算法C++程序。在对问题求解时,总是做出在当前看来是最好的选择-Greedy algorithm C++ program. In problem solving, always make the best choice at present appears to be
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:518byte
    • 提供者:吴浩
  1. Greedy-algorithm

    0下载:
  2. 贪心算法法,算最优活动安排,主要体现贪心算法思想。-The greedy method, the optimal arrangements
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:888byte
    • 提供者:向虎
  1. greedy-algorithm

    0下载:
  2. 本程序是贪心算法的c++源程序,解决的是宿舍安排问题-greedy algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:1.53kb
    • 提供者:chongqing
  1. greedy-algorithm-of-package

    0下载:
  2. 用C语言写的,实现的是用贪心算法来解背包问题,在VC++里可以编译运行-Written in C language, the realization of the greedy algorithm to solve knapsack problem, where you can compile and run in VC++
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:188.59kb
    • 提供者:Lily
  1. algorithm

    0下载:
  2. 包含了几个常见蛮力算法,贪心算法的经典例子,C++,Linux实现,如活动安排争夺共享资源,电梯安排提高使用效率等。-some classic algorithm implemented by myself, including greedy algorithm to implement shared resource arrangement for multi-activity,etc.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:4.08kb
    • 提供者:diaoqin
  1. Greedy-Activity-Selector

    0下载:
  2. 算法设计与分析--活动安排问题,使用贪心算法实现-Algorithm Design and Analysis- Activities arrangements, using the greedy algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:595.15kb
    • 提供者:Google
  1. Horse-riding-board-greedy-algorithm

    0下载:
  2. 马踏棋盘贪心算法的主要实现方式的源代码,为新手学习贪心算法提供便利-Horse riding board the main way to achieve the greedy algorithm source code, for beginners learning to facilitate the greedy algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1.06kb
    • 提供者:王臣亮
  1. Greedy----water-home-equipment

    0下载:
  2. 贪心算法,喷水装置是一个练习贪心算法很好的实例-Greedy algorithm- water home equipment
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1015byte
    • 提供者:jade
  1. greedy

    0下载:
  2. 对贪心算法的一些介绍,并通过“疯牛”这一acm题进行详细说明。-The example of greedy algorithm is described in detail by the example of mad cow.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:278.05kb
    • 提供者:陈思洁
  1. GREEDY MAX-IS

    0下载:
  2. 最大独立集的贪心算法简易实现,可以快速求取节点数量较少的最大独立集问题。(An approximated greedy algorithm for Maximum Independent Set Problem)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:11kb
    • 提供者:richardqiu
« 12 3 4 5 6 »
搜珍网 www.dssz.com