-
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
-
sun_azimuth_data
根据经度纬度时间,计算太阳的方向角,matlab源码,附有详细的文档注释。(According to longitude latitude time, calculating the direction of the sun angle, matlab source, with detailed documentation of the Notes.)
- 2008-03-06 20:00:24下载
- 积分:1
-
c_and_f
c/C++跟fortran语言之间的一些转换(c/C fortran language with the conversion between)
- 2007-05-31 13:46:32下载
- 积分:1
-
AR
说明: fluent模拟焊接的udf源文件
fluent模拟焊接的udf源文件(udf source file fluent fluent simulate welding simulation welding udf source file)
- 2013-03-25 09:58:22下载
- 积分:1
-
FEMprogram
四面体网格划分的有限元计算源代码,在将变形体划分为四面体后,输入节点坐标,程序利用弹塑性本构,将载荷和位移关系转变为线性方程组,是一个很好的求解简单三维变形体的程序,还可输出单元变形量,应力等。(Tetrahedral mesh of the finite element method source code, in the deformed tetrahedron is divided into, the input node coordinates, the program using elastic-plastic constitutive, will be the relationship between load and displacement into linear equations, is a very good Solving a simple three-dimensional deformation body procedures, but also the output unit deformation, stress and so on.)
- 2020-12-16 11:59:12下载
- 积分:1
-
PQ-chaoliujisuan
利用快速解耦法进行电力系统潮流计算,对配电网进行潮流计算(Use of PQ decomposition method for the electric power flow calculation system)
- 2012-04-26 09:42:35下载
- 积分:1
-
ansys二次开发
ansys二次开发 开发语言主要基于UIDL和APDL开发方法 来源网络(ansys secondary development source. UIDL and APDL develapment langrage.)
- 2020-06-23 13:20:02下载
- 积分:1
-
Homography-G1.1.tar
homagrapy matrix to find the homagrapy matrix from two pictures, first you need to get a set of coorlation vector
- 2010-05-25 06:09:12下载
- 积分:1
-
hardware
FFT变换,有硬件说明架构和框图,说明傅里叶变换的原理和意义,同时附有128点的傅里叶变换(FFT )
- 2013-03-17 13:38:52下载
- 积分:1
-
CFD
这是一个求解NACA0012翼型在不同马赫数与攻角下的流场的Fortran源代码。计算格式采用了原始AUSM、AUSMDV以及AUSM+格式。为了提高计算精度,使用了不同限制器的MUSCL插值。(This is a Fortran source code for solving the flow field around the NACA0012 airfoil at different Mach numbers and angles of attack. The scheme of AUSM, AUSMDV and AUSM+ are employed for this code. In order to improve the calculation accuracy, the MUSCL interpolation with various type limiter are used.)
- 2014-04-09 13:39:33下载
- 积分:1