k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be f
k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. ...
LMS+algorithm技术资料下载专区,收录1,200份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. ...
用Java编写的maximum contiguous subsequence sum algorithm 实现, 希望对大家有所帮助
用matlab语言写的ID3(Quinlan s ID3 classification tree algorithm)算法,用于模式分类
《algorithm of Image Processing with VC》一篇很不错的关于图像处理的论文,简明扼要地说明用VC如何进行图像处理的编程
Algorithm that find the peaks of a signal. You can choose the number of peaks you want to find and the valour of peak to...
Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]
遗传算法经典例子matlab来实现-Matlab genetic algorithm to achieve a classic example of
ATutor是一个学习管理系统(LCMS/LMS), 为教师和学生建立一个网络教学平台。
采用一种快速收敛变步长LMS(Least mean square ) 自适应最小均方算法matlab源程序,其中算法所做的工作是用FIR 滤波器的预测系统,对IIR系统进行预测,如果阶数越高越能逼近被预测系统。