搜索资源列表
Greedy_Implicit-贪心算法_隐枚举法
- 贪心算法_隐枚举法(0 - 1 整数规划求解),matlab代码-Greedy algorithm _ implicit enumeration method ( 0- 1 integer programming solver ) ,matlab code
tlsf
- Matlab 贪婪算法 -Matlab Matlab greedy algorithm greedy algorithm
ShortEst
- matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如 a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst(a) 即可-matlab most short-circuit the greedy algorithm, using VC++ to achieve, and copy it to ShortEst.dll working folder m
GreedyRandomizedSearch
- Matlab Implementation of Greedy Randomized Search Algorithm
matlabsuanfa
- 包含了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.
circle_diagram
- this the code to illustrate greedy algorithm in matlab-this is the code to illustrate greedy algorithm in matlab
tanlansuanfa
- 这是中国数学建模中编程交流上贪婪算法内容,里面提供了很多贪婪算法的例子-This is the exchange of mathematical modeling in the programming content on the greedy algorithm, which provides many examples of greedy algorithm
greedy1
- 贪婪算法,通过迭代,可应用于子载波分配时。-Greedy algorithm, iterative, can be applied to subcarrier allocation.
Ten_Commonly_Algorithm_for_MATLAB
- 超过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
greedyscp
- 这是一个求解集合覆盖问题的众所周知的贪婪算法,其中有些部分做了修改-The well known greedy algorithm for solving Set Cover problem, with a few changes
greedyscpasasa
- The well known greedy algorithm for solving Set Cover problem, with a few changes
leach_i
- 基于LEACH的改进算法,添加贪婪算法,很实用-Improved algorithm based on LEACH, add the greedy algorithm, it is practical
SP
- 一种快速有效、性能可靠的信号重构算法是压缩感知理论的核心部分,对于 这部分内容,许多卓有成效的研究工作正在陆续展开。从压缩感知理论提出至今, 已经出现了多种稀疏信号的重构算法。重构算法主要可以归结为三大类:贪婪算 法,凸松弛算法和组合算法。这里主要是SP算法-A fast and efficient, reliable signal reconstruction algorithm is the core of compressed sensing theory, for this
greedyAlg
- 贪婪算法源程序。不只有Matlab程序,还有一些其他软件的。-Greedy algorithm source code. Not only the Matlab program, there are a number of other software.
GreedyAlgOfdmExample
- 对OFDM系统功率分配贪婪算法的进行了仿真。-Power allocation for OFDM systems greedy algorithm for the simulation.
Greedy
- 压缩采样中各种贪婪算法性能的matlab仿真比较,包括LS-MP,OMP,WMP,硬阈算法。-Compression of various sampling greedy algorithm performance of matlab simulation comparison, including LS-MP, OMP, WMP, hard threshold algorithm
filling-level-algorithm
- 多载波功率分配的注水算法的实现代码,就是贪婪算法了,做毕设能用到-Water-filling algorithm to achieve multi-carrier power allocation code, is a greedy algorithm do complete set can be used to
greedy
- 贪婪算法,用于优化调度,本算法为通用性算法 可以进行细微修改即可用于自己的编程使用-Greedy Algorithm (GA) is used for the uation of the same case presented for the Branch and Bound method in Section 5.2. Particular heuristic criteria are created to choose the new solution point for each
Greedy-algorithm
- 贪心算法(又称贪婪算法)是指,在对问题求解时,总是做出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,他所做出的是在某种意义上的局部最优解。-Greedy algorithm (also known as the greedy algorithm) refers to when to problem solving, always made in the current opinion is the best choice. That is to say, not to be cons
OFDM resource allocation
- 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.