-
grid
一个简单的网格生成程序,操作方便,易学,类似于easymesh!(A simple grid generation program, easy to operate, easy to learn, like easymesh!)
- 2011-08-23 20:02:51下载
- 积分:1
-
SerieAritmetica
Una serie aritmetica en visual basic!!
- 2011-09-09 06:49:44下载
- 积分:1
-
xixiaolifangzhen
采用时域数值仿真算法较为精确的仿真铣削加工过程动态力(By using numerical simulation algorithm is more accurate simulation of milling process dynamic force)
- 2021-01-09 17:58:51下载
- 积分:1
-
Linear Algebra and Its Applications 4ed
说明: 线性代数及其应用 第4版 1-Linear Algebra and Its Applications 4ed.MIT Gilbert Strang(1-Linear Algebra and Its Applications 4ed.MIT Gilbert Strang)
- 2020-06-05 15:55:01下载
- 积分:1
-
分形维数MATLAB程序源码
说明: 分维反映了复杂形体占有空间的有效性,它是复杂形体不规则性的量度。它与动力系统的混沌理论交叉结合,相辅相成。它承认世界的局部可能在一定条件下或过程中,在某一方面(形态,结构,信息,功能,时间,能量等)表现出与整体的相似性,它承认空间维数的变化既可以是离散的也可以是连续的,进而拓展了视野。(Fractal dimension reflects the validity of space occupied by complex bodies, which is a measure of irregularity of complex bodies. It combines with chaos theory of dynamic system and complements each other. It recognizes that the part of the world may be similar to the whole in certain conditions or processes (form, structure, information, function, time, energy, etc.). It recognizes that the change of spatial dimension can be discrete or continuous, thus expanding the horizon.)
- 2019-06-07 00:06:00下载
- 积分:1
-
非线性
说明: 用于计算非线性有限元分析的程序,该程序可以处理多种工况、多种类型单元组合结构问题。同时,还可以处理固定约束和指定位移的情况。(A program for nonlinear finite element analysis)
- 2019-12-28 15:38:45下载
- 积分:1
-
damping-ratio-for-silk-and-sand
粉土的阻尼比拟合程序。拟合模型选择Davidenkov模型。(The silt damping match the proper procedure. The Fitting Model Davidenkov model.)
- 2013-05-11 12:01:13下载
- 积分:1
-
bayes
some article about Bayes Thinking
- 2019-05-19 18:58:45下载
- 积分:1
-
simple
流体力学SIMPLE算法(C语言编程实现)需自己设定边界条件(SIMPLE algorithm)
- 2013-09-06 19:00:42下载
- 积分: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