-
Galerkin
伽辽金有限元解微分方程源代码,带注释,初学者学习使用非常好(Galerkin finit element method )
- 2010-09-06 23:14:55下载
- 积分:1
-
invGreville
矩阵的广义逆计算,共两种方法,其中迭代法有一阶收敛和二阶收敛(generalized inverse matrix calculation, a total of the two methods, which iteration is a second-order convergence and convergence)
- 2006-10-29 13:10:38下载
- 积分:1
-
static-condensation
静力缩聚法求缩聚后的结构刚度、质量矩阵,以及频率(Static condensation method for structural stiffness after condensation, mass matrix, and the frequency)
- 2013-07-08 14:38:12下载
- 积分:1
-
MPSO
多目标粒子群的matlab程序,文中设置了两个目标,f1和f2,采用加权求解的方式(more goals in Matlab PSO procedures, the text set up two goals, f1 and f2. using the weighted solution!)
- 2006-06-09 08:35:59下载
- 积分:1
-
chan
二维情况的chan定位算法,1994年原版论文代码实现,可以支持远近和linear nonlinear四种模式(2 dimension chan algorithm, TDOA localization. Including near, far field and linear nonlinear sensor array)
- 2017-12-27 13:37:47下载
- 积分:1
-
dbr1
采用传输矩阵法计算,计算多层周期性介质薄膜在不同入射波长下的反射率。(calculate the reflectivity of multilayer periodic structure with TMM method)
- 2020-08-23 14:48:20下载
- 积分:1
-
振动台试验数据整理和处理算法
说明: 振动台试验数据整理和处理算法,部分代码使用了王济、胡晓编著的《MATLAB在振动信号处理中的应用》一书中的代码(Data arrangement and processing algorithm of shaking table test)
- 2020-12-30 11:39:00下载
- 积分:1
-
perturbation-methods
经典的微扰法,包括各种各样的非线性动力学理论的研究方法及其基本原理(Classical perturbation method, including all kinds of nonlinear dynamics theory research methods and its basic principle)
- 2021-03-31 10:09:09下载
- 积分:1
-
Seqanaysiswithkalman
基于现代时间序列分析方法的多传感器观测融合Kalman滤波器与Wiener滤波器.NH格式论文。(time seq analysis with kalman and winner filter.)
- 2010-11-28 13:09:31下载
- 积分: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