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

搜索资源列表

  1. suanfafenxiyusheji

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

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

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

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

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

    • 发布日期:2017-04-17
    • 文件大小:40835
    • 提供者: 周悟
  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. 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. 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. algorithm

    0下载:
  2. 以设计策略为主线,循序渐进地介绍了经典算法设计(包括分治、动态规划、贪心、回溯、迭代改进等算法)、NF完全理论、非精确型算法设计〔包括近似算法、参数化算法,随机算法),以及现代智能优化方法.强调算法思维与编程实践并重,注重运用算法技术解决实际工程问题。-In order to design strategy as the main line, gradual introduction of the classic algorithm design (including the partition
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11722370
    • 提供者:junhong
  1. Greedy-algorithm

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

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

    0下载:
  2. 旅行商问题是NP完全的组合优化问题。分析了邻域启发式算法的基本操作,提出 一种简单的启发式贪心法,仅利用城市间的距离信息求解旅行商问题-Traveling salesman problem is np-complete combinatorial optimization problem.The basic operation of neighborhood heuristic algorithm is analyzed and presented A simple heuristic
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:33215
    • 提供者:
  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
搜珍网 www.dssz.com