-
MatrixInverse
说明: c语言编写的高效用LU分解法求任意维数的矩阵的逆,它是经典书籍《算法导论》(第二版)中矩阵求逆的c语言实现。 (The algorithm of matrix inverse is based on LU decomposition which is proposed by the book of introduction to algorithm (second edition).)
- 2009-08-03 08:34:24下载
- 积分:1
-
Mathematical-modeling
主要是基于matlab编程的机器学习的各种算法的实现,对补补基础很好(Matlab programming machine learning algorithm, Bubu basis of good)
- 2013-04-10 15:41:16下载
- 积分:1
-
achol
用乔里斯基分解法求系数矩阵为对称正定右端为常向量的方程组(Demand coefficient matrix with the Cholesky decomposition method for symmetric positive definite the right end of the constant vector equations)
- 2012-02-13 23:51:25下载
- 积分:1
-
brick
有限元n维实体材料单元,仅供科研用途,拒绝商业使用(N-dimensional finite element solid material element, for scientific purposes, refusing commercial use)
- 2013-10-23 14:32:13下载
- 积分:1
-
xianshi
偏微分方程数值解上机实习 运用古典显式差分格式求解二维扩散方程的初边值问题 运用P-R差分格式求解二维扩散方程的初边值问题
- 2020-11-11 10:19:45下载
- 积分:1
-
vumat_hashin_stress_zerosetting_1
该损伤模型通过
商用有限元软件ABAQUS /Explicit 的用户子程序VUMAT 实现,并使用该模型对碳纤维增强环氧树脂
复合材料层合板在横向低速冲击作用下的损伤和变形行为进行预测分析. 数值仿真的结果与试验结
果进行了比较,吻合良好,验证了该模型的有效性.(Through coding user subroutine VUMAT of finite element software ABAQUS /explicit,
and applied the model to an example,carbon fiber reinforced epoxy composite laminates
under low velocity impact,the prediction for damage and deformation were good agreement
with the experimental results.)
- 2021-04-11 10:08:58下载
- 积分:1
-
各种随机算法
说明: 瑞利分布的随机变量,标准高斯分布的随机变量,莱斯分布的随机变量(Random Variables of Rayleigh Distribution, Standard Gauss Distribution and Rice Distribution)
- 2020-06-20 01:20:02下载
- 积分:1
-
SHAKE91
国外的地震有限元程序,美国伯克利大学的,非常经典(Earthquake abroad finite element program, the United States Berkeley, very classic)
- 2021-03-10 01:09:27下载
- 积分: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
-
qk_AG
捷联惯导卡尔曼滤波算法初始对准,参考哈工程的硕士写的,效果可以,但是不知道观测量是如何构造的。(Kalman filter algorithm SINS initial alignment, Master of Engineering Reference Kazakhstan write, the effect can be observables but do not know how to construct.)
- 2012-09-22 22:57:27下载
- 积分:1