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

搜索资源列表

  1. suanfashiyanbaogao

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

    • 发布日期:2017-04-17
    • 文件大小:39.88kb
    • 提供者: 周悟
  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
    • 文件大小:6.82kb
    • 提供者: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
    • 文件大小:93.99kb
    • 提供者:june1989
  1. B01AB525d01

    0下载:
  2. The problem of efficient data structures for IP lookups has been well studied in literature. Techniques such as LC tries and Extensible Hashing are commonly used. In this paper, we address the problem of generalizing LC tries and Extensible H
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:143.58kb
    • 提供者:asad2001
  1. lysnake

    0下载:
  2. 提出了一种自适应的Snake 算法,对于初始包络上的每一点,按照Greedy 算法中的能量公式计算其邻域内各点的能 量. 如果邻域不包含目标的轮廓,则将邻域半径加大,再次计算邻域内各点的能量,直到邻域内包含轮廓点为止. 该算法只需迭 代一次即可得到目标轮廓,而且增大了初始包络的收敛半径,并能够有效处理较高曲率凸形边缘的情况. 对比实验说明了这种 方法的有效性.-Snake proposed an adaptive algorithm, the initial envelope for
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:152.97kb
    • 提供者:罗朝辉
  1. non_itera_greedy_alog

    0下载:
  2. A Non-Iterative Greedy Algorithm for Multi-frame Point Correspondence
  3. 所属分类:software engineering

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

    0下载:
  2. A fast algorithm for active contours and curvature estimation
  3. 所属分类:software engineering

    • 发布日期:2017-12-08
    • 文件大小:1.9mb
    • 提供者:Lucy
  1. 演算法作業06

    0下载:
  2. Suppose that instead of always selecting the first activity to finish, we instead select the last activity to start that is compatible with all previously selected activities. Describe how this approach is a greedy algorithm, and prove that it yields
  3. 所属分类:其它文档

  1. aaa

    0下载:
  2. 很好的算法,贪婪算法,很实用,能解决很多问题,大家快来看啊。-Good algorithm, greedy algorithm, very practical, can solve many problems, we Come ah.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:112.94kb
    • 提供者:Zachariah
  1. sgrasp

    0下载:
  2. This paper is a survey of greedy randomized adaptive search procedures (GRASP). GRASP is a multi-start or iterative procedure where each GRASP iteration con- sists of a construction phase, where a feasible solution is constructed, followed by a l
  3. 所属分类:Software Testing

    • 发布日期:2017-03-29
    • 文件大小:104.49kb
    • 提供者:Nydiron
  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
    • 文件大小:735.42kb
    • 提供者:hejingjing
  1. Greedy-algorithm-courseware

    0下载:
  2. 贪婪算法的课件,对于学习数据结构的孩子很有帮助哦-Greedy algorithm courseware, data structures for children to learn helpful Oh
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:293.68kb
    • 提供者:李婉真
  1. 1

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

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

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

    • 发布日期:2017-04-25
    • 文件大小:10.1kb
    • 提供者:王全
  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
    • 文件大小:1.55kb
    • 提供者:叶子
  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
    • 文件大小:11.18mb
    • 提供者:junhong
  1. CS_SP

    0下载:
  2. SP(subspace pursuit)算法是压缩感知中一种非常重要的贪婪算法,它有较快的计算速度和较好的重构概率,在实际中应用较多。本文给出了SP算法的matlab代码,以及相应的测试函数。-SP (subspace pursuit) compression algorithm is a very important perception greedy algorithm, it has a faster calculation speed and better reconstruction
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6.09kb
    • 提供者:王杰
  1. Greedy-algorithm

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

    • 发布日期:2017-04-30
    • 文件大小:90.13kb
    • 提供者:yukunlin
  1. Subspace-Methods-for-Joint

    0下载:
  2. 基于子空间方法的联合稀疏恢复,通过MUSIC算法进行结合测试,给出了测试结果-We propose subspace-augmented MUSIC (SA-MUSIC), which improves on MUSIC such that the support is reliably recovered under such unfavorable conditions. Combined with a subspace-based greedy algorithm, known
  3. 所属分类:Project Design

    • 发布日期:2017-05-07
    • 文件大小:1mb
    • 提供者:bigbigtom
  1. greedy

    0下载:
  2. 贪婪算法,可以实现最优的资源分配策略,给小白们作为参考-Greedy algorithm, you can achieve the optimal allocation of resources strategy, to white people as a reference
  3. 所属分类:Software Testing

    • 发布日期:2017-12-10
    • 文件大小:819byte
    • 提供者:
« 12 »
搜珍网 www.dssz.com