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

搜索资源列表

  1. caitou

    0下载:
  2. 贪心算法解决分割问题 给定一定的宽度,和N个输入(宽度) 得出最小的宽度-greedy algorithm to solve the segmentation problem must set the width and N input (width) reached the minimum width
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1353
    • 提供者:蔡兴辉
  1. colorprogram

    0下载:
  2. 着色问题,通过贪心算法实现,个人认为还比较经典
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1199
    • 提供者:钟俊
  1. mataqipan

    0下载:
  2. 马踏棋盘的贪心算法,8*8棋盘,基本上不用回溯。-horse riding chessboard of the greedy algorithm, 8 * 8 chessboard, basically not retroactive.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7370
    • 提供者:hpsun
  1. BTGame

    1下载:
  2. AStar2006 的3.变态比赛规则的一种算法.采用贪心算法,效率比较高.-AStar2006 the three. Competition rules perverts the algorithm. Greedy algorithm more efficient.
  3. 所属分类:书籍源码

    • 发布日期:2014-01-14
    • 文件大小:1607
    • 提供者:高超
  1. tanxisuanfa_huochuanzhuangxiang

    0下载:
  2. vb环境,下用贪心算法编的货船装箱问题。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2032
    • 提供者:QinJun
  1. 活动安排问题

    0下载:
  2. 贪心算法实现活动安排问题-greedy algorithm activities arrangements
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1387
    • 提供者:
  1. NinePortPuzzle

    0下载:
  2. 一个田字型的九个交叉点,一笔画连接起来,算法采用贪心算法,比较好的达到了时间和空间上的问题。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1799
    • 提供者:刘文杰
  1. appointment

    0下载:
  2. 贪心算法的应用,类似与会议安排,选择最优的方式利用时间
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:890
    • 提供者:zerostar
  1. dividablepackage

    0下载:
  2. 此程序是使用Java编写的,实现了可分割的0/1背包问题。程序主要是是使用了经典的贪心算法,能够很好的解决此问题。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4433
    • 提供者:gengxin
  1. TIANJISAIMA

    0下载:
  2. 田忌赛马 acm 试题! 采用了贪心算法! 还加了DP
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:892
    • 提供者:liuyajun
  1. Debug

    0下载:
  2. 贪心算法,8皇后问题
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:150429
    • 提供者:kaka
  1. 哈夫曼编码,最优前缀码的贪心算法

    0下载:
  2. 哈夫曼编码,最优前缀码的贪心算法,平均码长最短,Huffman codes, optimal prefix code of the greedy algorithm, the shortest average code length
  3. 所属分类:书籍源码

    • 发布日期:2017-03-02
    • 文件大小:711
    • 提供者:didinem
  1. GreedyBag

    0下载:
  2. 贪心算法求背包问题,分别求出了三种标准1. 按效益值由大到小取物品. 2. 按重量值由小到大取物品 3.按比值pi/wi的值由大到小取物品 其中第3种是最优解-Greedy algorithm for knapsack problem, respectively, obtained three standard 1. Press-effective value of descending and remove things. 2. By weight the value of items
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:1050
    • 提供者:Allan
  1. dijkstra_suanfa

    0下载:
  2. dijkstra 这是用C语言实现的贪心算法 看这个程序前最好先看看图形说明-Dijkstra this is achieved using C language greedy algorithm to see this process take a look at the graphics before the best descr iption
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:4769
    • 提供者:swnjut
  1. Kruskal

    0下载:
  2. 最小生成树的Kruskal实现用贪心算法设计策略设计出构造最小生成树的有效算法-Kruskal
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1125
    • 提供者:qiu
  1. OnlineAlgorithm

    0下载:
  2. 在线算法的实现:包括Blance算法、混合型算法及贪心算法-Online algorithms to achieve: Blance algorithm, hybrid algorithm and greedy algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:835762
    • 提供者:黄华仔
  1. tanxin

    0下载:
  2. 王晓东《算法设计与分析》(第3版)贪心算法章节的源码 本人参考书中内容自己写的,绝对可以运行-Design and analysis of Wang Xiaodong " algorithm " (Third Edition ) Chapter I greedy algorithm source code reference book to write their own, absolutely can run
  3. 所属分类:source in ebook

    • 发布日期:2017-12-05
    • 文件大小:23085
    • 提供者:王家桢
  1. qichejiayou

    0下载:
  2. 贪心算法解决汽车加油问题,题目为算法设计题目册的贪心算法那一章-Greedy algorithm to solve the problem of vehicle refueling, algorithm design topics titled book chapter greedy algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:261706
    • 提供者:秦启翰
  1. tanxin

    0下载:
  2. 使用C语言,利用贪心算法解决经典的旅行商问题,手动输入城市间的距离矩阵,输出最佳路径-Using the C language, the greedy algorithm to solve the classic traveling salesman problem, manually enter the distance matrix between cities, the best path output
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:5515
    • 提供者:苗少卿
  1. The-greedy-algorithm

    0下载:
  2. 贪心算法,最小生成树实例方便初学者学习使用的。-Greedy algorithm, minimum spanning tree instance easy for beginners to learn to use.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1505
    • 提供者:su
« 12 »
搜珍网 www.dssz.com