-
xiaobobao_3lev
用于处理信号,对信号进行小波包分解,此处进行了三层分解计算,可以进行迭代。(Used to process the signal, the wavelet packet decomposition of the signal, where the three-tier decomposition of the calculation can be iterated.)
- 2017-05-11 14:16:17下载
- 积分: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
-
GaussFitting
高斯拟合程序,采用高斯函数拟合数据,获得拟合高斯函数的平均值和方差。(Gaussian fitting procedure, using Gaussian function fitting the data, fitting Gaussian function to obtain the mean and variance.)
- 2011-10-17 19:44:18下载
- 积分:1
-
BandC
潮流计算中的拉丁采样算法的源程序,可运用其进行概率潮流计算(Latin sampling flow calculation algorithm source, may, in its calculation of the probability trend)
- 2013-06-17 15:39:53下载
- 积分:1
-
Riemannmain
用Roe格式求解黎曼激波管问题的Fortran源代码。可以通过MUSCL插值来提高求解精度。适合计算流体力学的初学者参考学习。(Riemann shock tube problem with Roe scheme. You cam improve the accuracy by MUSCL interpolation. This code is suitable for CFD beginners.)
- 2020-12-31 09:48:58下载
- 积分:1
-
NB
说明: 朴素贝叶斯算法,以函数形式实现,花了一个上午的时间(Naive Bayes algorithm, in order to function the form of implementation, a morning flower time)
- 2009-03-23 23:02:56下载
- 积分:1
-
牛顿迭代法求解非线性方程组
说明: 牛顿法又称牛顿-拉弗森方法(Newton-Raphson method),是一种在实数域和复数域上近似求解方程的方法。本程序收敛速度快,迭代步数可取大一些(Newton method, also known as Newton-Raphson method, is an approximate method for solving equations in real and complex fields. The program has fast convergence speed so the number of iteration steps can be larger.)
- 2019-05-13 21:08:38下载
- 积分:1
-
NSGA-II
NSGA-II is a popular non-domination based genetic algorithm for multi-
objective optimization.
- 2012-05-18 05:32:41下载
- 积分:1
-
MOM
Matlab的矩量法程序,很适合初学者,共享下(Mothod of moment Codes)
- 2012-09-16 10:30:40下载
- 积分:1
-
fft2d
fft的文件,fortran环境下运行!欢迎指正!(fft documents, fortran environment running! Please correct me!)
- 2021-05-08 18:18:35下载
- 积分:1