搜索资源列表
greedy
- 使用贪婪算法 解决0-1背包问题MATLAB源代码-greedy algorithm used to solve 0-1 knapsack problem MATLAB source code
greedy
- active contour算法中的经典算法:greedy算法文献
snake
- C++课程设计,贪食蛇。-C curriculum designs, has a greedy appetite the snake.
greedy
- 使用贪婪算法 解决0-1背包问题MATLAB源代码-greedy algorithm used to solve 0-1 knapsack problem MATLAB source code
greedy
- 集装箱的装箱问题: *给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材 *的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装 *箱的空间利用率最高?使用贪心算法解决。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 "settings->link" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib
greedy
- 一个贪婪算法的仿真程序,以及介绍的ppt,欢迎大家一起研究。-A greedy algorithm for the simulation program, as well as the introduction ppt, welcomed everyone to study together.
greedy
- active contour算法中的经典算法:greedy算法文献-active contour algorithm classic algorithm: greedy algorithm for literature
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
greedy
- 用于无线通信的,基于贪婪算法的自适应比特加载算法-For wireless communications, the greedy algorithm based on adaptive bit loading algorithm
greedy
- 贪婪算法,可以用于资源分配等许多数学问题和工程问题中-Greedy algorithm
Greedy
- 贪心算法C++程序。在对问题求解时,总是做出在当前看来是最好的选择-Greedy algorithm C++ program. In problem solving, always make the best choice at present appears to be
Greedy-algorithm
- 使用贪心算法解决经典背包问题的C语言实现。-Using the greedy algorithm to solve the classic knapsack problem C language.
Greedy
- Greedy method in c/c++.
The-principle-of-greedy-method-
- 关于程序设计编程中的有关贪心算法的知识和一些理论例题!-The function is about the principle of greedy method !
greedy-algorithm
- 这是基于Donna Williams和Mubabak Shah的贪婪算法论文的代码-This code is based on the greedy algorithm which presented by Donna Williams and Mubabak Shah in their paper
Greedy Routing
- Greedy routing project in JAVA
greedy
- c program fpr greedy algorithm
e-greedy
- multi-armed bandit多臂*机算法中的e-greedy贪婪算法的基本仿真代码(multi-armed bandit e-greedy simulation program)