-
17第十七章 马氏链模型
说明: 数学建模 马尔科夫链的详细讲解 马尔科夫链的详细讲解 数学建模(A detailed explanation of markov chains for mathematical modeling)
- 2019-11-30 13:19:04下载
- 积分:1
-
RevisedSimplex
这是求解线性规划问题的revised simplex method的算法,需要得知原始的基和基本解(This is the revised simplex method for linear programming problem. It needs the initial basis and basic solution for input.)
- 2020-10-25 11:10:00下载
- 积分:1
-
Umat_ElasticPlastic_Explicit
Abaqus UMAT code 适用于平面应变,轴对称弹塑性本构关系,也适用于大应变情况,使用显示积分算法。(Abaqus UMAT code applies to plane strain, axisymmetric elastoplastic constitutive relation, also applicable to large strain, using the integration algorithm.)
- 2013-03-30 03:46:43下载
- 积分:1
-
3jiao
上三角或下三角矩阵也有大部份的元素不储存值(为0),我们可以将它们使用一维阵列来储存以节省储存空间,而对称矩阵因为对称于对角线,所以可以视为上三角或下三角矩阵来储存。(Upper or lower triangular matrix or a large majority of elements are not stored value (0), we can use them to store a one-dimensional array in order to save storage space, and because the symmetrical diagonal symmetric matrix, it can be regarded as the or lower triangular matrix storage.)
- 2013-07-12 21:37:33下载
- 积分:1
-
Gauss
高斯消元法、高斯列主元消元法解线性方程组。程序由本人独立完全独立完成。版权所有!(Gaussian elimination method out PCA Gaussian elimination method for solving linear equations. I am independent program consists entirely independently. All rights reserved!)
- 2013-08-10 12:31:59下载
- 积分:1
-
hydrodynamic-pressure-lubrication
弹性流体动压润滑数值计算程序,是全套的完整程序,包含所有的章节(Elastic hydrodynamic lubrication numerical calculation program, is a full range of complete program, including all sections)
- 2021-04-07 13:19:01下载
- 积分:1
-
模拟退火算法 msa
模拟退火算法,地球物理反演,非线性反演算法(Simulated annealing algorithm)
- 2020-06-23 10:40:01下载
- 积分:1
-
3D-fdtd
三维的有限时域差分源程序,边界条件为pml(Three-dimensional FDTD source, boundary conditions for the PML)
- 2020-11-06 21:39:49下载
- 积分: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
-
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