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

搜索资源列表

  1. greedy

    0下载:
  2. 使用贪婪算法 解决0-1背包问题MATLAB源代码-greedy algorithm used to solve 0-1 knapsack problem MATLAB source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:799
    • 提供者:林鑫
  1. GreedyRandomizedSearch

    0下载:
  2. Matlab Implementation of Greedy Randomized Search Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3366
    • 提供者:balatas
  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. 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. greedy

    1下载:
  2. 贪婪算法,可以用于资源分配等许多数学问题和工程问题中-Greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:591
    • 提供者:Ray
  1. greed_omp

    0下载:
  2. Orthogonal Greedy Algorithm Sparse Signal Reconstruction for Compressive Sensing
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:4092
    • 提供者:Hao Shen
  1. greed_gp

    0下载:
  2. Gradient Pursuit Sparse Signal Reconstruction for Compressive Sensing Greedy Algorithm Implemented by Edinburgh University
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:3889
    • 提供者:Hao Shen
  1. greedy1

    2下载:
  2. 贪婪算法,通过迭代,可应用于子载波分配时。-Greedy algorithm, iterative, can be applied to subcarrier allocation.
  3. 所属分类:matlab例程

    • 发布日期:2013-11-04
    • 文件大小:5570
    • 提供者:高 峰
  1. Ten_Commonly_Algorithm_for_MATLAB

    1下载:
  2. 超过10种MATLAB常用算法:Floyd算法,动态规划,分治算法,概率算法,模拟退火算法,神经网络,搜索算法,贪婪算法,遗传算法,组合算法,-Over 10 types of commonly used MATLAB algorithms: Floyd algorithm, dynamic programming, divide and conquer algorithms, probabilistic algorithms, simulated annealing, neural netwo
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2684411
    • 提供者:ZHANGAIQING
  1. thegreedyalgorithmusinggeneticalgorithmssolveknaps

    0下载:
  2. 详细的讲述了贪心算法和遗传算法相结合去求解NP难题,背包问题。-Greedy algorithm described in detail and the combination of genetic algorithms to solve the NP problem, knapsack problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2890
    • 提供者:liulei
  1. GreedyAlgOfdm

    0下载:
  2. 利用贪婪算法对ofdm系统进行子载波和功率分配,在误码率一定的情况下,是发射端的功率最低-Greedy algorithm using ofdm system subcarrier and power allocation, bit error rate in certain circumstances, is the minimum transmitter power
  3. 所属分类:3G develop

    • 发布日期:2017-04-01
    • 文件大小:1234
    • 提供者:曹欢
  1. chapter_8

    0下载:
  2. 现代智能算法法程序代码,遗传法 贪婪法 模拟退火法 蚂蚁群法 回溯法-Modern intelligent algorithms law code, the genetic method simulated annealing greedy algorithm backtracking ant colony method
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:133591
    • 提供者:于方
  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
    • 文件大小:1991251
    • 提供者:chunyi li
  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

    • 发布日期:2017-04-01
    • 文件大小:1403
    • 提供者:史宇菲
  1. MATLAB

    2下载:
  2. 2012 东三省数学建模D题 第一问 基于贪心算法下的自己画8种不同的打孔点并找点之间最小成本连线的GUI程序-2012 Manchuria D problem of mathematical modeling the first question based on the greedy algorithm, painted himself eight different punch point and find the minimum cost connection between GUI p
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:302346
    • 提供者:王昕
  1. matlab--Find-the-optimal-solution-

    0下载:
  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 algorithm, floyd algorithm, dijkstra a
  3. 所属分类:matlab

    • 发布日期:2018-04-18
    • 文件大小:207872
    • 提供者:zone
  1. matlab-file

    2下载:
  2. 其中greedy_fair文件,为认知无线电中系统中贪婪算法与比例公平算法在资源分配上的对比仿真,其结果显示了两种算法分别在系统效益上和公平上的性能对比。-The greedy_fair file is used for the comparison of the greedy algorithm and the proportional fair algorithm in resource allocation in cognitive radio system , the result s
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:20127
    • 提供者:叶枫
  1. TSPSA

    0下载:
  2. 贪心算法和退火模拟算法的MATLAB程序,贪心算法仅是在某种意义上的局部最优解。(Greedy algorithm MATLAB procedures, greedy algorithm is only in a sense of the local optimal solution.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:j追风
  1. Matlab十大算法源代码

    0下载:
  2. Floyd算法,概率算法,类比法,蒙特卡洛,神经网络,贪婪算法,模拟退火算法,灰色预测,遗传算法等(Floyd algorithm, probability algorithm, analogy method, Monte Carlo, neural network, greedy algorithm, simulated annealing algorithm, grey prediction, genetic algorithm, etc.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:9578496
    • 提供者:peanut0414
  1. OFDM resource allocation

    0下载:
  2. OFDM resource allocation for (single user) using greedy algorithm. the function of greedy algo. is written in C. so, one need to set up a compiler in matlab.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:11264
    • 提供者:ahmed_zezo_FEE
« 12 3 4 5 »
搜珍网 www.dssz.com