搜索资源列表

  1. cPP

    0下载:
  2. 数据结构算法与应用,在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。-Data structures algorithms and applications, in a brief revie
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:12141568
    • 提供者:lifan
  1. tanlansuanfa

    0下载:
  2. 不同算法求解经典八皇后问题。经典问题求解算法之贪婪算法.-Different algorithms to solve the classic problem of eight queens. Classic problem-solving algorithm of the greedy algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:吕连军
  1. mp

    0下载:
  2. 该算法是贪婪算法mp的matlab程序,用于信道估计-The algorithm is greedy mp' s matlab program for channel estimation, etc.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:何天玲
  1. Ai

    0下载:
  2. 包括人工智能n皇后遗传法、回溯法、爬山法;罗马尼亚度假问题宽度优先、深度优先、贪婪算法、A*算法的实习报告。-N queen genetic methods, including artificial intelligence, backtracking, hill-climbing Romania vacation problem breadth-first, depth-first, greedy algorithm, A* al
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-11
    • 文件大小:136192
    • 提供者:tian
  1. greedy_user_pairing

    0下载:
  2. MU-MIMO中的贪婪算法的MATLAB程序。-Greedy user pairing algorithm in MU-MIMO.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:单思洋
  1. Knapsack-problem1

    0下载:
  2. 这是一个关于背包问题的算法,其中使用了贪婪算法的思想,程序可以成功运行。-The algorithm is about the Knapsack problem,it uses a greedy algorithm, the program can be run successfully.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:小韩
  1. 0_1Back

    0下载:
  2. 0_1背包问题的经典贪婪算法代码和K阶优化贪婪算法代码-0_1 back
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:jw
  1. greed

    0下载:
  2. 利用贪婪算法实现图着色的简单程序,使用Matlab实现,编程风格更像C...不怎么会用matlab-greed, node coloring
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:指间沙
  1. greedy_method

    0下载:
  2. greedy_method.m为为贪婪算法程序。所得结果为局部最优,可能不是全局最优的。-greedy_method.m greedy algorithm program. The results obtained for the local optimum, may not be globally optimal.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:程程
  1. Chapter_03_Demo_Greedy

    0下载:
  2. 压缩采样中各种贪婪算法性能的matlab仿真比较,包括LS-MP,OMP,WMP,硬阈算法-Compression of various sampling greedy algorithm performance of matlab simulation comparison, including LS-MP, OMP, WMP, hard threshold algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:史宇菲
  1. Greedy

    0下载:
  2. 压缩采样中各种贪婪算法性能的matlab仿真比较,包括LS-MP,OMP,WMP,硬阈算法。-Compression of various sampling greedy algorithm performance of matlab simulation comparison, including LS-MP, OMP, WMP, hard threshold algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:史宇菲
  1. 1

    0下载:
  2. 贪婪算法的简单描述 不过没做完 只是想下个程序 用用。。。。 -greed math
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:147456
    • 提供者:梁欣
  1. ofdma-resource-allocation

    0下载:
  2. 一种OFDMA系统中的资源分配算法。先采用贪婪算法分配子载波并且保证分配到各用户子载波的比值接近一个固定值,然后结合这个比值再进行线性功率分配,并简化算法。-A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-11
    • 文件大小:17408
    • 提供者:yolanda guo
  1. the-greedy-algorithm

    0下载:
  2. 算法设计与分析(第4章 贪婪算法),主要介绍贪婪算法-Algorithm Design and Analysis (Chapter 4, the greedy algorithm), introduces a greedy algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-11
    • 文件大小:27648
    • 提供者:刘强
  1. OMP

    3下载:
  2. 这里主要是压缩感知的贪婪算法,通过OMP来实现DOA的估计,主要应用在阵列信号处理领域。-Here compressed sensing greedy algorithm OMP, the main application in the field of array signal processing to achieve the DOA estimates.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:zhujiang
  1. outside-traning-bagpack-problem

    0下载:
  2. 背囊优化问题主要用于解决如何使野外训练中背囊内物品价值最大化的研究。我们引入背包问题的基本模型,具体结合两种实际情况,分别应用贪婪算法以及粒子群算法,得出了满足约束条件的满意解。-Backpack optimization problem to solve how to maximize the value of items in the backpack field training. We introduce the basic m
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:145408
    • 提供者:茄子
  1. backpack-prob-algo-using-in-C

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

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:tangliang
  1. matlab--Find-the-optimal-solution-

    1下载:
  2. 寻找最优解或最佳路径的多种matlab算法,其中包括蚁群算法,贪婪算法,哈密顿算法,floyd算法,dijkstra算法,遗传算法等-Find the optimal solution or the best path for a variety of matlab algorithms, including the ant colony algorithm, greedy algorithm, Hamiltonian algorith
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:207872
    • 提供者:zone
  1. filling-level-algorithm

    0下载:
  2. 多载波功率分配的注水算法的实现代码,就是贪婪算法了,做毕设能用到-Water-filling algorithm to achieve multi-carrier power allocation code, is a greedy algorithm do complete set can be used to
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:10240
    • 提供者:华工大庆
  1. Bregman_Matlab_demo

    0下载:
  2. bregman 压缩感知恢复算法,属于贪婪算法的一种-bregman signal recovery algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:43008
    • 提供者:苏凡
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »

源码中国 www.ymcn.org