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

搜索资源列表

  1. 用混和遗传算法求解背包问题

    0下载:
  2. 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题。
  3. 所属分类:图形/文字识别

    • 发布日期:2010-04-06
    • 文件大小:85.5kb
    • 提供者:shishiteng
  1. Demo_Relaxation

    0下载:
  2. 《Sparse and Redundant Representations From Theory to Applications in Signal and Image Processing》中贪婪算法中的松弛算法的演示程序,包括算法本身与处理效果-Sparse and Redundant Representations From Theory to Applications in Signal and Image Processing in the relaxation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1.25kb
    • 提供者:孔啸
  1. improve

    0下载:
  2. 通过走向原始数据改进数据锐化方法,利用迭代贪婪算法快速实施-IMPROVE A DATA SHARPENING SOLUTION BY MOVING IT TOWARD THE ORIGINAL DATA,QUICK IMPLEMENTATION OF THE ITERATED GREEDY ALGORITHM
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:6.19kb
    • 提供者:秋西西
  1. greedy-algorithm

    2下载:
  2. 这是基于Donna Williams和Mubabak Shah的贪婪算法论文的代码-This code is based on the greedy algorithm which presented by Donna Williams and Mubabak Shah in their paper
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.9mb
    • 提供者:chunyi li
  1. MP

    2下载:
  2. 稀疏表示中的一种重构算法,贪婪算法,通过逼近来寻找局部最优解-Sparse representation of a reconstruction algorithm, greedy algorithm, by approaching to find a local optimal solution
  3. 所属分类:Special Effects

    • 发布日期:2015-05-11
    • 文件大小:1kb
    • 提供者:杨Pudn
  1. COSAMP

    1下载:
  2. 压缩感知中重构算法,压缩采样匹配追踪算法,它属于贪婪算法,效果相对于MP,OMP 要优越-Compressed sensing reconstruction algorithm, compressive sampling matching pursuit algorithm, it belongs to the greedy algorithm, the effect relative to the MP, OMP superior to
  3. 所属分类:Special Effects

    • 发布日期:2015-04-12
    • 文件大小:2kb
    • 提供者:黄宏伟
  1. sp

    1下载:
  2. 压缩感知重构算法,子空间追踪匹配算法。它属于贪婪算法,在运行速度和重构概率上相对传统算法上要优越。-Compressed sensing reconstruction algorithm, subspace tracking matching algorithm. It belongs to the greedy algorithm, the running speed and reconstruction probability is relatively superior to the tr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:3.42kb
    • 提供者:黄宏伟
  1. DenseGreedyDetection

    0下载:
  2. 贪心算法(又称贪婪算法)是指,在对问题求解时,总是做出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,他所做出的仅是在某种意义上的局部最优解。贪心算法不是对所有问题都能得到整体最优解,但对范围相当广泛的许多问题他能产生整体最优解或者是整体最优解的近似解。-Greedy algorithm (also known as the greedy algorithm) refers to when to problem solving, always seems to be made in t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5.08kb
    • 提供者:jumble
  1. IHT

    0下载:
  2. 压缩感知的贪婪迭代算法,算法使用最小二乘估计来重构信号-Greedy iterative algorithm compressed sensing algorithms to reconstruct the signal using a least squares estimation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:43.46kb
    • 提供者:嘻嘻
  1. greedy_projection

    0下载:
  2. 利用PCL对点云进行三角化,贪婪算法,输入为PCD文件输出为VTK文件-Fast triangulation of unordered point clouds
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:21.57mb
    • 提供者:孙璐
  1. Greedy-Snake

    0下载:
  2. Greedy sanke algorithm implements-贪婪蛇算法的实现,该算法是对原Donna J. Williams 《A fast algorithm for active contours》 (1990) 论文的简化实现。对算法研究很有帮助。参数很多,需要调节才能获得良好的效果。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:164.54kb
    • 提供者:weng
  1. SOLVE-OMP

    0下载:
  2. omp贪婪算法自编实现,压缩感知的基本知识资料,效果较好-omp greedy algorithm self realization, basic knowledge of compressed sensing data, the better
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3.04kb
    • 提供者:田甜
  1. pnteq

    0下载:
  2. 这是用C编写的贪婪算法,非常实用,欢迎大家下载哈!()
  3. 所属分类:图形图象

    • 发布日期:2018-01-07
    • 文件大小:21kb
    • 提供者:Aluert
  1. 32139419

    0下载:
  2. 数据挖掘常用的贪婪算法,有详细的讲解和算法举例,()
  3. 所属分类:图形图象

    • 发布日期:2018-01-10
    • 文件大小:36kb
    • 提供者:vkmlel
  1. 357386152D_SL0

    1下载:
  2. nsl0的2维信号的压缩感知重建算法,基于牛顿迭代和凸优化以及贪婪算法(2dcs with newtown NSL0)
  3. 所属分类:图形图象

    • 发布日期:2019-12-20
    • 文件大小:47kb
    • 提供者:朝气
搜珍网 www.dssz.com