搜索资源列表
greedy_snake
- 图像分割常用的主动轮廓模型中的一个经典算法——贪心算法-image segmentation commonly used active contour model of a classical algorithm -- greedy algorithm
DuoBianXingYOUXIJava
- 本代码为王晓东算法书上的多边形代码贪心算法实现-code for the algorithm Wang Xiaodong book on the polygon code greedy algorithm
greedy
- 集装箱的装箱问题: *给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材 *的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装 *箱的空间利用率最高?使用贪心算法解决。 *编译方法:打开cpp文件,在编译的同时建立工程,打开 \"settings->link\" *在link项的Object/library modules:中加入Opengl32.lib glu32.lib glaux.lib
map-cloering
- 利用贪心算法对中华人民共和国地图进行着色,就是著名的四色问题。-Use a greedy algorithm to the people s Republic of China for coloring, is the famous four-color problem.
SnakeTest
- 采用贪心算法对Snake进行实现,能够分割出图像的边缘。-Greedy algorithm to achieve the Snake, and be able to split the edge of the image.
(code)Greedy-Algorithms
- 贪心算法的文档资料和具体的代码实现,不错的资源偶-Greedy algorithm documentation and code implementation, good resource even
DenseGreedyDetection
- 贪心算法(又称贪婪算法)是指,在对问题求解时,总是做出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,他所做出的仅是在某种意义上的局部最优解。贪心算法不是对所有问题都能得到整体最优解,但对范围相当广泛的许多问题他能产生整体最优解或者是整体最优解的近似解。-Greedy algorithm (also known as the greedy algorithm) refers to when to problem solving, always seems to be made in t
PictureAL
- 算法作业包。使用c语言ege图形库做的3个算法实验,直线,直线裁剪,还有bresemham算法。还有2个是贪心算法会场问题和一维找硬币-3computer graphics-experiment。exchange-coins,greedy,line-cuting,bresemham。
dros
- acm换钱的算法,主要检查货币的度量衡是否可以用贪心法()
fielackmmunication
- 这是计算机常用算法及其分析,算法如动态规划,贪心算法,分治算法,分支定界算法等,()
primdry
- 算法分析中的贪心算法的实现,并有完整的测试数据()
quqzl840
- 里面包含vc的经典算法,如动态规划,分治,回溯,贪心算法等()