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

搜索资源列表

  1. SelectNum

    0下载:
  2. vc实现的只能选数问题,优于贪婪选择算法-VC select number
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:220.17kb
    • 提供者:wang
  1. suanfa

    0下载:
  2. 常用算法,为初学者服务,简单易懂,常用的算法设计方法: 数值算法:迭代法、递归法、插值法等; 非数值算法:分治法、贪婪法、回溯法等。-Commonly used algorithms, for beginners service, easy to understand, common algorithm design methods: numerical algorithms: iterative method, the recursive method, interpolation m
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:7.45kb
    • 提供者:peiyu
  1. tanxin

    0下载:
  2. 背包问题的贪婪算法,主要是通过性价比来决定物品的选择。-The greedy algorithm knapsack problem, mainly through cost-effective to determine the choice of items.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:987byte
    • 提供者:覃亮
  1. CommonAlgorithmDesign

    0下载:
  2. 常用的算法设计方法集合,主要有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法-Algorithm commonly used method of collection, mainly iterative, exhaustive search methods, recursion, greedy method, backtracking, divide and conquer, dynamic programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:66.13kb
    • 提供者:YuMy
  1. The-Horse-On-Board-And-PPT

    0下载:
  2. 自行解出的非网络上流行的贪婪算法,非递归算法,有ppt详解-Solve their own network of popular non-greedy algorithm, non-recursive algorithm, a ppt Detailed
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:15.56kb
    • 提供者:moixao
  1. backpack-prob-algo-using-in-C

    0下载:
  2. 不过下面程序中的背包函数采用了贪婪算法的另一种写法(背包函数是以前的代码,用来比较两种算法)-backpack problem algorithm using Greedy in C
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:929byte
    • 提供者:tangliang
  1. GNmatlab

    0下载:
  2. GN算法matlab源程序,遗传算法,贪婪算法-GN algorithm matlab source code, genetic algorithms, greedy algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:5.01kb
    • 提供者:王瑞峰
  1. OMP

    0下载:
  2. OMP贪婪算法-OMP greedy algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:96.99kb
    • 提供者:pengchengqing
  1. kruskal

    0下载:
  2. 求加权连通图的最小生成树的算法。kruskal算法总共选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。-kruskal algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:846byte
    • 提供者:fengyetong
  1. final_tanxin_c

    0下载:
  2. c编写程序 贪婪算法 解决0-1背包问题-0-1 tanlan SUANFA
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:359.42kb
    • 提供者:胥北
  1. xujilin_zuihong_maltab

    0下载:
  2. MALTAB 求解0-1背包问题 贪婪算法-0-1 bag maltab bainxie
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5.21kb
    • 提供者:胥北
  1. akndzh

    0下载:
  2. 关于贪婪算法的MP、OMP的多快怕最基本的matlab仿真。-Greedy algorithm on the MP, OMP fast matlab simulation of the basic fear.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.23kb
    • 提供者:安康宁
  1. MD5

    0下载:
  2. 贪婪算法的程序以及源代码还有贪婪算法的介绍以及实例应用-Greedy algorithm source code program and also the greedy algorithm introduction and application examples
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:782.88kb
    • 提供者:徐子骞
  1. adaptivePSOt

    0下载:
  2. 上传了改进的PSO算法,利用自适应原来改造了原来基于贪婪原理的粒子群算法,可以避免粒子群算法过早收敛或者陷入局部值等问题。-Upload the improved PSO algorithm using adaptive originally transformed the original particle swarm algorithm based on the principle of greed, can avoid premature convergence of particle s
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:745.77kb
    • 提供者:李川
  1. greddyalgorithm

    1下载:
  2. 压缩感知中的几种贪婪算法,初学者入门可以看看,可以帮助你理解算法的过程,有cosamp、gOMP、OMP、ROMP、SAMP、SP、STOMP。-Compressed Sensing in several greedy algorithm, beginners can see, can help you understand the process of algorithm,there have cosamp、gOMP、OMP、ROMP、SAMP、SP、STOMP。
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:14.8kb
    • 提供者:
  1. Whi

    0下载:
  2. 该程序用贪心算法来求解二分覆盖问题, 采用贪婪准则-The program cover problem with greedy algorithm to binary, by means of the criterion of greed
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:2kb
    • 提供者:Samaqehv
  1. 67373

    1下载:
  2. 贪婪随机自适应搜索法(GRASP),使用随机化的最小最小完成时间算法来产生问题的初始解,再通过变邻域下降算法来改进这个解。(Greedy random adaptive search method)
  3. 所属分类:其他

  1. CS

    0下载:
  2. 压缩感知常见的几种重建算法,主要是贪婪算法一类(the resconstruction algotithm of compressed sensing)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:3kb
    • 提供者:zpfhc
  1. 贪心算法

    0下载:
  2. 贪心算法(又称贪婪算法)是指,在对问题求解时,总是做出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,他所做出的是在某种意义上的局部最优解。(Greedy algorithm (also called greedy algorithm) means that when solving a problem, it always makes the best choice at present. That is to say, not considering the overall opt
  3. 所属分类:其他

  1. BP

    3下载:
  2. 除匹配追踪类贪婪迭代算法之外,压缩感知重构算法另一大类就是凸优化算法或最优化逼近方法,这类方法通过将非凸问题转化为凸问题求解找到信号的逼近,其中最常用的方法就是基追踪(Basis Pursuit, BP),该方法提出使用l1范数替代l0范数来解决最优化问题,以便使用线性规划方法来求解(In addition to match-tracking greedy iterative algorithms, another major category of compressed-perceptual
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:713kb
    • 提供者:jiaxiaoxiao
« 12 »
搜珍网 www.dssz.com