-
Simple
求解速度压力耦合的Simple半隐式迭代方法,该方法在计算流体动力学中应用极为广泛(To solve the pressure velocity coupling Simple semi-implicit iterative method, the method applied in the Computational Fluid Dynamics an extremely wide range of)
- 2021-01-05 09:08:54下载
- 积分:1
-
generalized-Stransform
基于改进的广义S变换,能更好的对数据进行时频分析。(Modified S-transform and its application in data analysis)
- 2017-01-03 16:06:17下载
- 积分:1
-
jacobi
雅可比迭代(过关法)计算实对称矩阵的特征值和特征向量(Jacobi iteration (immigration law) the calculation of Real Symmetric Matrix Eigenvalues and eigenvectors)
- 2020-08-03 17:08:34下载
- 积分:1
-
INORDER_PRE_POST_TRAVERSE
PRE IN POST OREDER TRAVERSAL C++ CODE VISUAL
- 2016-05-11 20:58:00下载
- 积分:1
-
2D-TM
2维的FDTD C程序(2-dimensional FDTD C procedures)
- 2008-05-05 07:34:54下载
- 积分:1
-
jvzhenlianxi
实现构建矩阵,矩阵的相加,相减,清零,以及转置,还有相乘的功能。(To build matrix, the matrix addition, subtraction, reset, and transposed, and the function of the multiplication.
)
- 2012-08-22 09:29:57下载
- 积分:1
-
projection
CT迭代重建算法中3维投影矩阵的生成算法,该算法对学习计算机断层层析成像很有帮助。(CT image reconstruction projection ,3D)
- 2012-10-26 23:46:42下载
- 积分:1
-
shannon
此程序为香农编码的程序实现的过程及相关参数和结果。(shannon)
- 2010-06-02 16:47:42下载
- 积分:1
-
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
-
ooptest
C++实现的FFT,详细,简单,内含多个测试类(using C++ implements fft,including serials class)
- 2013-12-12 23:22:05下载
- 积分:1