搜索资源列表
greedy
- 数学经典算法应用:贪婪算法的应用实例-Application of the classical algorithm: the application of the greedy algorithm
2.Greedy
- 该文件夹包含一系列常用的贪婪算法集合,其中包含经典的克鲁斯卡尔算法,普利姆算法。-The folder contains a series of commonly used collection of greedy algorithm, which includes the classical Kruskal algorithm,普利姆algorithm.
greedy
- 有关贪婪算法的源码,可以用在无线网的成链协议中-The source of the greedy algorithm can be used in the wireless network into a chain of agreements
bit_power_allocation
- :该文研究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
TSP
- TSP with greedy algorithm
Algorithm
- 算法分析与设计的讲义 内容有动态规划,分制思想,贪心算法等-Algorithm analysis and design of the lecture content of dynamic programming, sub-system thinking, greedy algorithm
greedy
- 贪婪算法,可以用于资源分配等许多数学问题和工程问题中-Greedy algorithm
greed_omp
- Orthogonal Greedy Algorithm Sparse Signal Reconstruction for Compressive Sensing
greed_gp
- Gradient Pursuit Sparse Signal Reconstruction for Compressive Sensing Greedy Algorithm Implemented by Edinburgh University
Greedy-algorithm
- 贪心算法一般来说是解决“最优问题”,具有编程简单、运行效率高、空间复杂度低等特点。-Greedy algorithm to solve general, " optimal problems" , with programming is simple, efficient, and low space complexity.
Greedy-algorithm
- 使用贪心算法解决经典背包问题的C语言实现。-Using the greedy algorithm to solve the classic knapsack problem C language.
Greedy-algorithm
- 贪心算法,机器人攀登问题 贪心算法,机器人攀登问题-Greedy algorithm
Greedy-algorithm
- 贪心算法 解决支付找零问题有算法 还可以上机调试-Greedy algorithm
GreedyAlgOfdmExample
- 对OFDM系统功率分配贪婪算法的进行了仿真。-Power allocation for OFDM systems greedy algorithm for the simulation.
Greedy-algorithm
- greedy algorithm:Applications-Kruskal, Prim , Dijkstra, Backpack
greedy-algorithm
- 很好的讲解了贪心算法的思想,通过自我学习完全可以掌握。-Very good explained the greedy algorithm thoughts, through the self learning can master.
the-greedy-algorithm
- 算法设计与分析(第4章 贪婪算法),主要介绍贪婪算法-Algorithm Design and Analysis (Chapter 4, the greedy algorithm), introduces a greedy algorithm
Greedy-algorithm
- 贪心算法,具体的讲解了贪心算法,代码非常规范,是学习数据结构和算法难得的资料-Greedy algorithm, specific explanation of the greedy algorithm, the code is very standard, learning data structures and algorithms rare information
Greedy-algorithm
- 贪婪算法是一种对某些求最优解问题的更简单、更迅速的设计技术,对范围相当广泛的许多问题他能产生整体最优解或者是整体最优解的近似解-Greedy algorithm is an optimal solution for some problems simpler, more rapid design techniques for a wide range of many of the problems that he could produce an overall optimal solution
Greedy-algorithm
- 使用C语言编写的背包问题之贪婪算法求解源代码 -Greedy algorithm using C language source code for solving the knapsack problem