-
artisan_read_ini
s-波分裂参数计算,应用时间延迟方式,用于计算各向异性参数(shear-wave splitting time-delay calculation)
- 2015-09-18 21:32:40下载
- 积分:1
-
temperature
用于ABAQUS计算,描述复合材料温度场变化的程序(describing changes in the temperature field of composite materials with ABAQUS)
- 2018-06-28 16:49:21下载
- 积分:1
-
circfit
基于最小二乘估计的圆心拟合,可计算出圆心坐标及半径(Estimates based on least squares fitting of the center of a circle, calculate the center coordinates and radius)
- 2008-05-09 08:58:26下载
- 积分:1
-
1
说明: 一维黎曼问题,一维问题,即激波管问题,是一个典型的一维可压缩无黏气体动力学问题,并有 解析解。对它采用二阶精度两步差分格式进行数值求解。(Riemann problem, One dimensional problem, the shock tube problem, is a typical one-dimensional compressible non viscous gas dynamic problem with analytic solutions. It is solved numerically by two order two step difference scheme.)
- 2018-04-29 14:56:36下载
- 积分:1
-
(Calculus-.7ed)-.James.Stewart
世界上最好的微积分教材,搞程序的,研究的,数学的都应该了解,这个是James.Stewart的Calculus第七版,英文原版,彩色的,值得珍藏。(The world' s best calculus textbook, engage in programs, research, mathematics should understand that this is James.Stewart seventh edition of Calculus, English original, colorful and worth treasuring.)
- 2013-08-09 14:32:08下载
- 积分:1
-
LS_SVM
模糊最小二乘支持向量机,用于剔除偏离较远的数据点,减小野值的影响(Fuzzy least squares support vector machine for the deviation from the data points far removed, to reduce the impact of outliers)
- 2013-03-12 11:15:04下载
- 积分:1
-
FFT
FFT with fix point 2*N
- 2013-10-06 15:38:38下载
- 积分:1
-
Moving-Least-Square-Method
用于多学科设计优化中代理模型技术,移动最小二乘法是代理模型方法的一种(For multidisciplinary design optimization in the agent model, the moving least squares method is a kind of agent model)
- 2020-11-12 09:39:43下载
- 积分:1
-
Pattern_recognition1
张学工老师模式识别第一次作业,用贝叶斯方法和正态分布的监督参数估计对身高体重二维数据进行性别分类(Zhang engineering teacher pattern recognition for the first time operations, using Bayesian methods, and the supervision of normal height and weight of two-dimensional parameter estimation of the gender-disaggregated data)
- 2009-12-27 23:00:53下载
- 积分: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