-
nonuniform_fdtd
时域有限差分方法程序,网格为非均匀剖分的(FDTD method program, a non-uniform partition of the grid)
- 2021-04-10 16:08:59下载
- 积分:1
-
glmnet_matlab
Lasso算法源代码,stanford开发的,绝对可靠(Glmnet for Matlab- Lasso (L1) and elastic-net regularized generalized linear models)
- 2012-09-01 18:52:52下载
- 积分:1
-
random
生成指定两个数值间的多个随机数,随机数的个数用户自己输入,结果放在动态数组中(produce random)
- 2013-10-05 16:17:54下载
- 积分:1
-
3
说明: 下三角复矩阵求逆的ASIC设计及实现
论文 pdf(Lower triangular complex matrix inverse of the ASIC Design and Implementation of)
- 2009-09-25 22:51:57下载
- 积分:1
-
Turbine_Design
工业汽轮机设计计算程序,具有很好的参考价值,可以参考学习一下(Industrial steam turbine design calculation procedures, a good reference value, you can refer to learn about)
- 2020-06-26 17:40:02下载
- 积分:1
-
Johnson-Cook模型
程序是庄茁大神经典的Johnson-Cook模型隐式算法
另外包括一个 ABAQUS-Standard用户材料子程序实例的文档说明(The program is a classic Johnson-Cook model implicit algorithm
and it includes documentation of an ABAQUS-Standard user material subroutine example)
- 2020-07-04 20:40:01下载
- 积分: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
-
doa
基于高阶累积量的doa 高阶累积量的估计计算(doa cum)
- 2012-06-20 13:28:43下载
- 积分:1
-
SVD
% 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法,
% 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵,
% 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。
% 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分解的矩阵或者严重病态矩阵的线性方程都能很好的得到解( Singular value decomposition (sigular value decomposition, SVD) is another orthogonal matrix decomposition method SVD decomposition is the most reliable method, but it takes more than QR decomposition near ten times the computing time. [U, S, V] = svd (A), in which U and V on behalf of two mutually orthogonal matrix, and the S on behalf of a diagonal matrix. And QR decomposition are the same, the original matrix A is no need for the square matrix. The use of SVD decomposition method are used as a solution of least squares error method and data compression. Using SVD decomposition solution of linear equations, in Quke2 on to use this information to calculate the graphics performance quite good. In the calculation of linear equations, some indecomposable matrix or serious pathological matrix of linear equations can be a very good solution)
- 2020-12-21 10:29:08下载
- 积分:1
-
decompression-evaporation-fluent模拟水的降压蒸发之UDF代码
fluent模拟水的降压蒸发之UDF代码,适合传热流体相关专业,经验证可用(Fluent simulation of water decompression evaporation of the UDF code, and suitable for the heat transfer fluid related professionals, experience card can be used
)
- 2021-04-13 17:08:56下载
- 积分:1