搜索资源列表
suanfashejiyufenxi
- 计算机算法设计与分析实验报告:6大算法详细实验报告(相当详细).分治,动态规划,贪心,回溯,分支限界-Computer Algorithm Design and Analysis of Experimental Report: 6 large algorithm experiment detailed report (in considerable detail). Sub-rule, dynamic programming, greedy, backtracking, branch and b
greedy
- 贪心法的算法,里面有最小生成树算法和单点源最短路径的算法,供大家学习参考-Greedy algorithms, there are minimum spanning tree algorithm and single-point-source shortest path algorithm, for them to learn from reference
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
greedy
- 贪婪算法 算法例题 有效的解决了数字删除的问题 让你可以从一串数字中选出一些最大的-Example algorithm greedy algorithm solves effectively the problem of the number of deleted so that you can choose from a bunch of figures some of the largest
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
Algorithm
- 算法分析与设计的讲义 内容有动态规划,分制思想,贪心算法等-Algorithm analysis and design of the lecture content of dynamic programming, sub-system thinking, greedy algorithm
Greedy-algorithm
- 贪心算法一般来说是解决“最优问题”,具有编程简单、运行效率高、空间复杂度低等特点。-Greedy algorithm to solve general, " optimal problems" , with programming is simple, efficient, and low space complexity.
greedy
- 用VS6.0实现的作业调度贪心算法。包含完整的源码及实验结果图。-Job scheduling with VS6.0 greedy algorithm implemented. Contains the complete source code and experimental results Fig.
Greedy-algorithm
- 使用贪心算法解决经典背包问题的C语言实现。-Using the greedy algorithm to solve the classic knapsack problem C language.
04-greedy
- 对贪心算法的详细讲解,对于学习贪心算法有很大的帮助。-Detailed explanation of the greedy algorithm, greedy algorithm for learning a great help.
Greedy-algorithm
- 贪心算法,机器人攀登问题 贪心算法,机器人攀登问题-Greedy algorithm
Greedy
- 利用greedy來解決背包客重量問題,並做簡單排序動作-Backpackers use to solve the weight problem of greedy, and do a simple sort operation
Greedy-algorithm
- 贪心算法 解决支付找零问题有算法 还可以上机调试-Greedy algorithm
greedy
- 这是算法设计与分析课程实验, 贪心算法实验的简单的源代码,包括汽车加油,多级调度问题 ,prim最小生成树-This is the algorithm design and analysis course experiment, the experiment simple greedy algorithm source code, including vehicle refueling, multi-level scheduling problem, prim MST
greedy
- 活动安排,简单的贪心算法实例,适合C语言初学者使用-Events, a simple greedy algorithm instance
Greedy
- 采用贪心算法解决了“田忌赛马”的类似问题-Greedy algorithm to solve the problem of "Tian Ji s horse"
greedy-algorithm
- 很好的讲解了贪心算法的思想,通过自我学习完全可以掌握。-Very good explained the greedy algorithm thoughts, through the self learning can master.
Greedy-algorithm
- 贪心算法,具体的讲解了贪心算法,代码非常规范,是学习数据结构和算法难得的资料-Greedy algorithm, specific explanation of the greedy algorithm, the code is very standard, learning data structures and algorithms rare information
greedy
- c program fpr greedy algorithm