#include <reg51.h> void delay_ms(unsigned short ms) { unsigned short i unsigned char j
#include <reg51.h> void delay_ms(unsigned short ms) { unsigned short i unsigned char j...
#include <reg51.h> void delay_ms(unsigned short ms) { unsigned short i unsigned char j...
1. 分层次聚类法(最短距离法) 2. 最简单的聚类方法 3. 最大距离样本 4. K 平均聚类法(距离平方和最小聚类法)...
MATLLABE编程,STPHEN J.CHAPMAN著,MATLLABE中文站首发,...
这是一个股票盘后数据分析系统基础底层,已经实现了基本的K线图的重现,RIS线,均线图的重现, 是在一个台湾高手发布的原码上修改的,现在支持通达信的股票数据格式....
k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be f...
This isakmpd, a BSD-licensed ISAKMP/Oakley (a.k.a. IKE) implementation....
维纳K恩格尔和约翰G普罗克斯 “数字信号处理--使用MATLAB”的一书中有很多数字信号处理的MATLAB函数,楼天顺的“基于MATLAB的系统分析与设计--信号处理”一书中也有许多MATLAB函数。...
k-mean算法演示,利用手工输入点通过k类自动聚合...
聚类算法包,包括K-Means,性能好,有例程...
kmeans算法实现 a simple k-means clustering routine. returns the cluster labels of the data points in a...