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

搜索资源列表

  1. 贪婪算法作业

    0下载:
  2. 一个关于使用贪婪算法的程序,是我同学在外国上课的一个作业,对学校贪婪算法有一定的帮助,详细的题目和注释在里面-a greedy algorithm on the use of the procedure is that I students in a class of foreign operations, the greedy algorithm schools will help, and the subject of detailed notes inside
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:225903
    • 提供者:吴俊强
  1. 背包问题之贪婪算法求解C语言源代码

    0下载:
  2. 其实原来的程序也是采用了贪婪算法,不过下面程序中的beibao1函数采用了贪婪算法的另一种写法,beibao函数是以前的代码,用来比较两种算法-fact, the original procedure is used in the greedy algorithm, but the procedures below beibao1 function of the greedy algorithm used another way, beibao function of the previous
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1156
    • 提供者:ffff
  1. 贪婪算法解决背包

    0下载:
  2. 运用贪婪算法能够很好解决0/1背包问题,这是我编的一个小程序,运行过很好。-greedy algorithm can be used to solve a very good 0 / 1 knapsack problem, this is my part of a small program running very good.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1064
    • 提供者:应吉平
  1. 背包问题之贪婪算法求解C语言源代码)

    1下载:
  2. 背包问题的贪婪算法,需要的下,不需要帐号的,自由的下。-knapsack problem of greedy algorithm, need, need not account, free under.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1371
    • 提供者:王少石
  1. 贪婪算法-单源最短路径

    0下载:
  2. 贪婪算法最短路径实现。单源最短路径-greed to achieve the shortest path algorithm. Single-source shortest path. .
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:7130
    • 提供者:林玲
  1. 贪婪法解最短回路问题

    0下载:
  2. 一个用变形贪婪法解货郎回路的C程序代码 思想 1.选择一条最短的边作为部分解。 2.选择一条最短的且将之加入到部分解不形成回路的边。 3.重复第2步,直至所有的结点都包含在部分解中。-deformation with a greedy method for the Traveling Salesman circuit C code ideological one. Choose a minimum as part of the solution side. 2. Choose one of th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13940
    • 提供者:莫非
  1. 贪婪算法OMP

    1下载:
  2. signal recovery from partial information via orthogonal matching pursuit(贪婪算法OMP).
  3. 所属分类:中间件编程

  1. greedy for ofdm

    3下载:
  2. 在ofdm中采用贪婪算法来进行功率分配,相信很多人在寻找类似的算法,贡献处女代码哈哈
  3. 所属分类:matlab例程

  1. tlsf

    0下载:
  2. Matlab 贪婪算法 -Matlab Matlab greedy algorithm greedy algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:31901
    • 提供者:leansmall
  1. Algorithm

    0下载:
  2. 对贪婪算法做了详细的讲解,具体到生动的例子和代码示例,希望对大家有所帮助-Greedy algorithm for a detailed explanation, specific to the vivid examples and code samples, we hope to help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:25347
    • 提供者:ywl
  1. greed

    0下载:
  2. 贪婪算法合集,包括二分覆盖,单源最短路径,拓扑排序,机器调度问题-Greedy algorithm Collection, including two sub-coverage, single-source shortest path, topological sort, machine scheduling problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:42277
    • 提供者:alden
  1. greedy

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

    • 发布日期:2017-04-04
    • 文件大小:116421
    • 提供者:小雨
  1. greedy

    0下载:
  2. 有关贪婪算法的源码,可以用在无线网的成链协议中-The source of the greedy algorithm can be used in the wireless network into a chain of agreements
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1005
    • 提供者:weinan
  1. bit_power_allocation

    0下载:
  2. :该文研究OFDM 系统在总功率和误比特率限定下最大化传输速率的问题,并且考虑实际系统中整数比特的限制, 提出基于灌水法则的两种比特分配算法——改进贪婪算法和对分灌水线搜索法-The maximization of data rate under the constraint of total transmit power and bit error rate is a considerable issue in OFDM system. Recognizing that the num
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:263656
    • 提供者:hodog
  1. matlabsuanfa

    0下载:
  2. 包含了Floyd算法、dijkstra算法、贪婪算法、遗传算法、搜索算法、蚁群算法、哈密顿环路的matlab源程序及相关说明。-Floyd algorithm is included, dijkstra algorithm, greedy algorithm, genetic algorithm, search algorithm, ant colony algorithm, Hamiltonian loop matlab source code and instructions.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:219411
    • 提供者:陈壁坚
  1. DataStructureAlgorithm

    0下载:
  2. 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
  3. 所属分类:Data structs

    • 发布日期:2016-08-26
    • 文件大小:17229762
    • 提供者:孙继磊
  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
    • 文件大小:7631
    • 提供者:peiyu
  1. 贪婪算法

    0下载:
  2. 用某种方法选择n-1条边使它们形成G的最小生成树。至少可以采用三种不同的贪婪策略来选择这n-1条边。(Choose n-1 edges in some way so that they form the minimum spanning tree of G. At least three different greedy strategies can be used to select this n-1 edge.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:79872
    • 提供者:涂海华
  1. 贪婪算法

    0下载:
  2. 贪婪算法在数学建模中的应用,可用于最优化的方案(The application of greedy algorithm in mathematical modeling, which can be used for optimization)
  3. 所属分类:中间件编程

    • 发布日期:2018-04-21
    • 文件大小:33792
    • 提供者:老油田
  1. 贪婪算法仿真

    3下载:
  2. 基于matlab平台使用贪婪算法最终实现多智能体覆盖问题(Multi agent coverage problem using greedy algorithm)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com