搜索资源列表
greedy
- 一个贪婪算法的仿真程序,以及介绍的ppt,欢迎大家一起研究。
greedy for ofdm
- 在ofdm中采用贪婪算法来进行功率分配,相信很多人在寻找类似的算法,贡献处女代码哈哈
Greedy_Implicit-贪心算法_隐枚举法
- 贪心算法_隐枚举法(0 - 1 整数规划求解),matlab代码-Greedy algorithm _ implicit enumeration method ( 0- 1 integer programming solver ) ,matlab code
stprtool.rar
- 统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含: 1,Analysis of linear discriminant function 2,Feature extraction: Linear Discriminant Analysis 3,Probability distribution estimation and clustering 4,Support Vector and other Kernel Machines,
GRASP
- 贪婪随机自适应搜索法(GRASP),使用随机化的最小最小完成时间算法来产生问题的初始解,再通过变邻域下降算法来改进这个解。-Greedy randomized adaptive search method (GRASP), the minimum use of randomized algorithm to generate the minimum completion time of the initial solutions of the problem, and through the v
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
GroupSparseBox_V2
- Greedy Group Sparsity Promoting Optmization
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.
greedy1
- 贪婪算法,通过迭代,可应用于子载波分配时。-Greedy algorithm, iterative, can be applied to subcarrier allocation.
greedyscpasasa
- The well known greedy algorithm for solving Set Cover problem, with a few changes
GreedyAlgOfdmExample
- 对OFDM系统功率分配贪婪算法的进行了仿真。-Power allocation for OFDM systems greedy algorithm for the simulation.
greedy_user_pairing
- MU-MIMO中的贪婪算法的MATLAB程序。-Greedy user pairing algorithm in MU-MIMO.
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
greedy
- greedy search for signal processing
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.
e-greedy
- multi-armed bandit多臂赌博机算法中的e-greedy贪婪算法的基本仿真代码(multi-armed bandit e-greedy simulation program)