CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 贪婪

搜索资源列表

  1. computerdisign-C

    0下载:
  2. 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:33.86kb
    • 提供者:xuyan
  1. tanlan_suanfa_1

    0下载:
  2. 这是用C编写的贪婪算法,非常实用,欢迎大家下载哈!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:21.8kb
    • 提供者:yanggang
  1. tanlan_suanfa_2

    0下载:
  2. 这是C写的贪婪算法之2,在建摸和优化计算中非常有用,欢迎下载!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9.71kb
    • 提供者:yanggang
  1. suanfa2

    0下载:
  2. 贪婪法是一种不追求最优解,只希望得到较为满意解的方法。贪婪法一般可以快速得到满意的解,因为它省去了为找最优解要穷尽所有可能而必须耗费的大量时间。贪婪法常以当前情况为基础作最优选择,而不考虑各种可能的整体情况,所以贪婪法不要回溯。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.56kb
    • 提供者:wyj
  1. beibao

    0下载:
  2. 程序中的beibao1函数采用了贪婪算法的另一种写法,beibao函数是以前的代码,用来比较两种算法-Process beibao1 function greedy algorithm used another wording, beibao function is the previous code, used to compare two algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1.06kb
    • 提供者:陈洁
  1. greedy

    0下载:
  2. 数学经典算法应用:贪婪算法的应用实例-Application of the classical algorithm: the application of the greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:113.69kb
    • 提供者:小雨
  1. Commonalgorithms

    0下载:
  2. 一些常用的算法设计方法和C++环境下的实现方法。主要包括:迭代法、穷举搜、索法、递推法、递归、回溯法、贪婪法、分治法 -Some commonly used algorithm design methods and C environments are implemented. These mainly include: iterative method, exhaustive search, rope method, recursive method, recursion, backtra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:27.78kb
    • 提供者:wgl
  1. greedy

    1下载:
  2. 贪婪算法,可以用于资源分配等许多数学问题和工程问题中-Greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:591byte
    • 提供者:Ray
  1. tanlansuanfa

    0下载:
  2. 这是一个ACM的算法,叫贪婪算法,内含PPT和实例代码,希望对喜欢ACM的同学有所帮助!-This is an ACM algorithm, called greedy algorithm, containing the PPT and examples of code, and want to help students like the ACM!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:11.62kb
    • 提供者:卢笑天
  1. Kruskal

    0下载:
  2. 应用堆栈思想实现Kruskal贪婪算法,得到最小生成树,-Stack ideology Kruskal minimum spanning tree
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:708.95kb
    • 提供者:kolean
  1. somealgorithm

    0下载:
  2. 描述了分支定界算法,贪婪算法,动态规划算法,分而治之算法,回溯算法,理论性很强-Describe the branch and bound algorithm, greedy algorithms, dynamic programming algorithm, divide and conquer algorithms, backtracking algorithms, highly theoretical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:130.04kb
    • 提供者:卢正义
  1. TanLan

    0下载:
  2. 图论贪婪算法详解,有算法原程序以及各种例子,而且还有pdf,ppt讲解。是学习的很好工具。-Graph theory greedy algorithm Xiangjie algorithm original program as well as a variety of examples, but also pdf, ppt to explain. Is a good tool for learning.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:33.24kb
    • 提供者:张三
  1. Clone-Algorithm-For-TSP

    0下载:
  2. 基于免疫单克隆算子求解TSP问题的源码,辛辛苦苦自己写的。源代码里面还包括模拟退火,贪婪算法,遗传算法,下载读懂了,你就赚了。-CLONE ALGORITHM FOR TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:1.62mb
    • 提供者:lijh
  1. Minimum-Set-Cover

    0下载:
  2. 最小集合覆盖的贪婪算法 C++ 运行速度很快-The minimum set cover greedy algorithm C++ run fast
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.13kb
    • 提供者:Hallbin
  1. OMP

    0下载:
  2. 一种贪婪算法:正交匹配追踪算法的matlab代码-matlab code of orthogonal match pursuit algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:592byte
    • 提供者:wang
  1. mcm

    0下载:
  2. 数学建模竞赛常用算法的matlab例子,遗传工具箱 贪婪算法 遗传算法 文件数据处理-Mathematical Contest in modeling of commonly used algorithm matlab example
  3. 所属分类:Algorithm

    • 发布日期:2017-05-21
    • 文件大小:5.82mb
    • 提供者:hu
  1. 贪婪算法

    0下载:
  2. 贪婪算法是数学建模中一种非常实用的算法,值得大家学习运用(matlab is here very useful useful useful)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:79kb
    • 提供者:shu2017
  1. 压缩感知贪婪算法

    2下载:
  2. 压缩感知贪婪算法包含众多算法,包括常见的OMP,CosAMp,SP等全部都有
  3. 所属分类:数学计算/工程计算

    • 发布日期:2018-06-04
    • 文件大小:1.95mb
    • 提供者:xuxin00
搜珍网 www.dssz.com