-
KMEANS
This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output is
directed to the screen.
Usage for KMEANS is:
KMEANS SOURCEFILE <enter>
The format of the source file is:
NPat - Number of patterns (int)
SizeVect - Size of vector (int)
NClust - Number of cluster centers(int)
vect[1,1] ... vect[1,SizeVect] - vector 1 (real)
vect[2,1] ... vect[2,SizeVect] - vector 2 (real)
. .
. .
. .
vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real)
To compile:
ICC KMEANS.CPP <enter>
(This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output is
directed to the screen.
Usage for KMEANS is:
KMEANS SOURCEFILE <enter>
The format of the source file is:
NPat - Number of patterns (int)
SizeVect - Size of vector (int)
NClust - Number of cluster centers(int)
vect[1,1] ... vect[1,SizeVect] - vector 1 (real)
vect[2,1] ... vect[2,SizeVect] - vector 2 (real)
. .
. .
. .
vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real)
To compile:
ICC KMEANS.CPP <enter>
)
- 2013-01-05 23:11:23下载
- 积分:1
-
CurveControl
绘制多条工业数据曲线,实时显示曲线并能在线读取鼠标位置坐标值,非常好用(Draw a number of industrial data curve, real-time display curve and can read the mouse position coordinates online, very easy to use)
- 2010-07-01 10:53:34下载
- 积分:1
-
song-send2
基于51单片机,将信息通过无线发射装置发送出去,进行通信(Based on 51 single-chip, the information is sent out via radio transmitting device, communication)
- 2014-02-18 15:32:43下载
- 积分:1
-
4
说明: romberg求积分,用C++编程实现的 非常好用 谢谢下载(romberg I)
- 2009-12-03 09:32:30下载
- 积分:1
-
RS(7_3)-code--c-source
RS 编码 优秀论文,有流程框图和C源码(RS coding excellent papers have flow diagram and C source code)
- 2013-09-19 00:17:47下载
- 积分:1
-
GIS
Part 1:组件式GIS开发
Part 2:基于C#.NET的程序设计与开发
Part 3:AO(ArcObjects)的体系结构分析
Part 4:基于 VBA的二次开发
Part 5:ArcGIS Engine空间分析功能开发
Part 6:ArcGIS Engine三维开发
(Part 1: Component GIS Development Part 2: based on the C# NET program design and development Part 3: AO (of ArcObjects) architecture Part 4: Part based on the secondary development of VBA Part 5: ArcGIS Engine spatial analysis functions developed 6: ArcGIS Engine three-dimensional development)
- 2013-03-11 10:30:57下载
- 积分:1
-
h-150r-net
STM32F207+ucosIII 实现网络web server功能,附简单网页,实现SSI CGI处理(STM32F207+ ucos II for network web server function, with simple web pages to achieve SSI CGI processing)
- 2016-02-17 09:14:01下载
- 积分:1
-
AMRNB语音编解码器
AMRNB语音编解码器
无线通信领域经典的,也是现在用的最多的编解码标准,GSM、WCDMA窄带部分都是用这个编解码。
AMR的编解码是基于ANSI-C实现的编解码定点代码,便于在各种平台上进行移植。
- 2023-07-04 01:50:04下载
- 积分:1
-
疯狂刷单
说明: 疯狂刷单,一秒一单,自动设止盈,不适合小资金,默认0.01手。(Crazy billing, one second a single, automatic stop earnings, not suitable for small funds, default 0.01 hands.)
- 2020-06-17 00:00:01下载
- 积分:1
-
complex
.h文件。c++中的复数类,能够直接完成基本四则运算,输入输出流,完成一定范围内的比较运算(. H file. c++ classes in the plural, to directly perform basic arithmetic, input and output streams, to complete a range of comparison operators)
- 2021-04-25 14:58:46下载
- 积分:1