-
LU分解程序
用LU和LDU分解求解方程组,给出了详细说明(The equations are solved by the decomposition of LU and LDU, and the detailed description is given.)
- 2020-11-26 13:49:31下载
- 积分:1
-
GroupDelay
Group delay calculation
- 2020-06-21 19:40:01下载
- 积分:1
-
pls_model00
简述算法在实际当中的应用以及算法的改进和延伸(Improvement and extension of applications and algorithms of the outlined algorithm in practice)
- 2012-06-29 09:45:45下载
- 积分:1
-
visicity-model
代数涡粘模型用于计算近壁湍流的速度场,1D 4阶RK 积分(Algebraic eddy viscosity model is used to calculate the near-wall turbulence velocity field, 1D 4-order RK integration)
- 2014-03-02 11:10:41下载
- 积分:1
-
wolfe
wolfe程序模块的C++算法,可以重复使用,对于解决一维搜索是很好的..(C++ algorithm wolfe program modules can be reused for solving one-dimensional search is good ..)
- 2014-02-25 15:11:57下载
- 积分: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
-
fdtd-3D
计算同轴电缆的时域有限差分算法的matlab程序(Finite-difference time-domain algorithm matlab program calculated coaxial cable)
- 2012-10-18 15:06:49下载
- 积分:1
-
Newmark
matlab Newmark法 用于求解二阶常系数微分方程组(matlab Newmark method for solving second-order differential equations with constant coefficients)
- 2013-05-23 10:42:33下载
- 积分:1
-
shuzhifenxi
用追赶法来求解三对角线性方程组,解决数值分析问题,与大家共同学习。并且提供黄金分割法、高斯赛德尔迭代法求解数值分析问题(The catch-up method is used to solve tridiagonal linear equations, to solve numerical analysis problems, and to learn from you. The Golden Section Method and Gauss Seidel Iteration Method are also provided to solve numerical analysis problems.)
- 2018-11-29 17:30:55下载
- 积分:1
-
c_mean
基于SVM的数据分类,通过IRIS数据进行验证,效果分类准确(SVM-based data classification, through the IRIS data validation, classification accuracy results)
- 2021-01-01 11:28:59下载
- 积分:1