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

搜索资源列表

  1. suanfafenxiyusheji

    0下载:
  2. 算法分析与设计课程设计基于贪心法的装箱问题设计报告
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18085
    • 提供者:lessi
  1. tanxinxiang

    0下载:
  2. 算法分析与设计课程设计基于贪心法的装箱问题设计报告
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18078
    • 提供者:lessi
  1. ACM竞赛算法

    1下载:
  2. 此文档是ACM(国际大学生程序竞赛)很全的算法学习文档,包含枚举,贪心,动态规划,几何,图论等许多算法,相信对你会有很大帮助。
  3. 所属分类:编程文档

  1. suanfashiyanbaogao

    0下载:
  2. 算法设计实验报告 递归与分治 和贪心算法-Recursive algorithm design lab report and the greedy algorithm with sub-rule
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:40835
    • 提供者: 周悟
  1. yuhen

    0下载:
  2. 用贪心算法解题: 设n是一个正整数。现在要求将n分解为若干互不相同的自然数的和,且使这些自然数 的乘积最大。-Greedy algorithm with problem-solving: Let n be a positive integer. N decomposition will now require a number of separate and natural number, and make them the product of the largest natural nu
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:6988
    • 提供者:yuhen
  1. TSPproblems

    0下载:
  2. 解决TSP问题的几种算法 模拟退火法 遗传算法 贪心算法等-To solve the problem of several TSP algorithm simulated annealing greedy algorithm such as genetic algorithms
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:96246
    • 提供者:june1989
  1. Prim

    0下载:
  2. 用贪心算法,求解最短路径问题; 通过根据当前的最优情况,选择最好的节点;-greedy alogith ,in order to get the best result for the station of the matter
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:896
    • 提供者:陈超
  1. 11

    0下载:
  2. 算法设计报告,有5种算法,动态规划,贪心法,回溯法,递归,分支界限法
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:59607
    • 提供者:yuan he ying
  1. tanxinfaqiujiezhaolingqian

    0下载:
  2. 利用会贪心算法求解超市系统的找零钱问题。-liyongtanxinsuanfashixianchaoshixitongdezhaolingqianwenti。
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:546
    • 提供者:yangguang
  1. knapsackproblem

    0下载:
  2. 贪心算法,回溯法,动态规划算法解决0-1背包问题-Greedy algorithms, backtracking, dynamic programming algorithm to solve 0-1 knapsack problem
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:369101
    • 提供者:区娟丽
  1. SUANFAPPT

    0下载:
  2. 常用的算法设计策略(包括分治策略、动态规划、贪心策略、回溯法、随机算法等) 算法复杂度分析方法(计算迭代次数、使用递归方程、频度分析等) -Commonly used algorithm design strategies (including the strategy of divide and conquer, dynamic programming, greedy strategy, backtracking method, random algorithm) algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:3316958
    • 提供者:lm
  1. algorithm1

    0下载:
  2. 动态规划可以找到最优子结构特征,贪心算法用于求解最优化问题-Dynamic programming can be found in sub-optimal structural characteristics greedy algorithm for solving optimization problems
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:753066
    • 提供者:hejingjing
  1. algorithms

    0下载:
  2. 算法导论英文版第二版;从简单的基本算法到难的贪心算法或NP难题;-Introduction to Algorithms, Second Edition English basic algorithms from simple to difficult greedy algorithms or NP-hard
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:220839
    • 提供者:maoliugang
  1. 1

    0下载:
  2. 马踏棋盘贪心算法,时间复杂度小,效率高,-Horse riding chessboard greedy algorithm, the time complexity, high efficiency,
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:6491
    • 提供者:曾桂珠
  1. dingdianfugai

    0下载:
  2. 最小顶点覆盖问题的贪心算法,源程序代码,精心编写的,可以运行-Minimum vertex cover problem of greedy algorithm, the source code, well-written, can run
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:10344
    • 提供者:王全
  1. package

    0下载:
  2. 改代码实现的是用贪心算法解决0—1背包问题,用c++实现。-Change the code is to solve 0-1 knapsack problem with the greedy algorithm, using c++ implementation.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:1591
    • 提供者:叶子
  1. Greedy-algorithm

    0下载:
  2. 贪心算法解决木棒覆盖最多点的问题,食用一定量定长的木棒,使其覆盖尽可能多的点。-Solve the problem of sticks to cover some greedy algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:92295
    • 提供者:yukunlin
  1. first

    0下载:
  2. 贪心算法,哈夫曼编码 ,最优编码二叉树。(Greedy algorithm, Huffman coding, optimal coding two trees.)
  3. 所属分类:软件工程

    • 发布日期:2017-12-24
    • 文件大小:291840
    • 提供者:啦啦789465
  1. graph_coloring

    2下载:
  2. 基于matlab的图着色程序,算法为贪心算法,将节点按照度从大到小排序,排序后先给度大的着色。(The graph coloring program based on MATLAB algorithm, greedy algorithm, the node according to the degree from large to small order, ranking after the first to a large degree of coloring.)
  3. 所属分类:软件工程

    • 发布日期:2017-12-13
    • 文件大小:40843
    • 提供者:luckydog1995
  1. STL、贪心

    0下载:
  2. 在里面详细介绍了STL、贪心算法。并且包含一些具体的事例。(The STL and greedy algorithms are introduced in detail. And contains some specific examples.)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-30
    • 文件大小:79872
    • 提供者:AustinT
« 12 »
搜珍网 www.dssz.com