搜索资源列表
greedy
- 使用贪婪算法 解决0-1背包问题MATLAB源代码-greedy algorithm used to solve 0-1 knapsack problem MATLAB source code
greedy
- active contour算法中的经典算法:greedy算法文献
用贪心算法解决旅行商问题
- 用贪心算法解决旅行商问题,能运行的,是本科四年级的软件课程设计源码!,Use greedy algorithm to solve traveling salesman problem, will be able to run is the fourth year undergraduate curriculum design of the software source code!
1
- 活动安排问题 贪心算法 活动安排问题 贪心算法-The activities of the organization of the activities of the organization of greedy algorithm greedy algorithm
setcover
- 贪心算法实现集合覆盖问题,不带权的集合覆盖问题,c++源码-Greedy algorithm set cover problem
Image-Segmentation
- 一个基于图形的高效图像分割算法,包括论文及相应的源代码。-This paper addresses the problem of segmenting an image into regions. We define a predicate for measuring the evidence for a boundary between two regions using a graph-based representation of the image. We then develo
snake
- C++课程设计,贪食蛇。-C curriculum designs, has a greedy appetite the snake.
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)