资源列表
Sort
- 经典算法实现,好几种排序算法的实现,环境为vc2005
AssembleLine
- 经典算法实现,装配线问题,算法导论习题,环境为vc2005
KMPMatch
- 经典算法实现,KMP字符串匹配,环境为vc2005
Matrixchain
- 算法导论例题的实现,矩阵连乘。自己写的,质量一般
1111
- 广西交通图,通过这个程序可以查找广西各个地方的最短距离
kmlocal-1.7.1.tar
- 高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are imple
newkmeans.tar
- 基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.
Medoidshift
- 中心点漂移是一种非监督聚类算法(与k-means算法相似,但应用范围更广些),可用于图像分割,基于Matlab实现的源码。 MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab
QueenN
- 随机算法与回溯算法结合解N皇后问题.小程序,主要体现算法设计思想.
405417080321
- 牛顿插值根据给定的数据构造三次牛顿插值多项式,并且计算出x=0.59时的函数值
ffmpegfullsdkv20
- ffmpeg full sdk v2.0 完整版,欢迎大家下载
ordreg
- 基于MATLAB编写的SVM多分类算法程序