-
mg00
多重网格方法求解矩形边界条件下泊松方程,偏微分方程数值求解(use multigrid method to solve poisson equation in rectangular domain)
- 2009-11-10 21:49:11下载
- 积分:1
-
refangcheng
一维热传导方程的求解,包括显式和隐式,及其对比(One-dimensional heat conduction equations, including explicit and implicit, and the contrast)
- 2021-04-24 17:18:47下载
- 积分:1
-
data
幂律分布的数据案例,这个案例数据有助于理解幂律分布的计算公式。(The case of power-law distribution of data, case data will help to understand the power-law distribution formula.)
- 2012-12-19 01:32:50下载
- 积分:1
-
AddMatrix
用三元组表为结构,实现稀疏矩阵的加法并输出。(Achieve sparse matrix addition)
- 2014-02-19 19:59:00下载
- 积分:1
-
CZM_for_instability
用于有限元软件Abaqus分析材料断裂的粘结区模型(CZM)子程序,由著名学者高彦飞编程,具有很高的参考价值。(ABAQUS allows the addition of a variety of user subroutines. We define a user element by UEL. Information of element and nodal displacements can be obtained from ABAQUS, and we update the stiffness matrix and the residual vector following the cohesive zone law. More coding details can be found in ABAQUS manual.)
- 2021-04-05 16:49:03下载
- 积分:1
-
lsmd
最小二乘递推算法及其matlab实现(计算估计值)(least squares method)
- 2021-03-03 11:09:33下载
- 积分:1
-
OptimizationofMechanicalDesign
使用惩罚函数法对机械设计中的问题进行优化处理(The use of penalty function method for mechanical design optimization problems deal with)
- 2008-03-05 12:00:39下载
- 积分:1
-
LL1 grammer
vc++实现编译原理中的LL(1)文法的编译过程,非常好用.(vc realization of the principle of compiler LL (1) grammar compiler course, very handy.)
- 2005-07-03 21:22:30下载
- 积分:1
-
PANair
面元法程序,用于计算飞行器气动力、气动力矩系数。(panel code for aero calculation.)
- 2020-11-21 11:39:36下载
- 积分:1
-
diag
滤波程序,从同事那里要的,大家一起交流学习(BADNELL & BURGESS D.A.M.T.P. CAMBRIDGE
C
C DIAGONALIZATION OF REAL SYMMETRIC N-BY-N MATRIX Z.
C
C METHOD: HOUSEHOLDER REDUCTION TO TRI-DIAGONAL FORM AND SHIFTED
C QL ALGORITHM TO DETERMINE THE E-VALUES AND E-VECTORS.
C
C BASED ON MARTIN, REINSCH & WILKINSON: NUM. MATH. 11, 181-95 (1968).
C
C INPUT REQUIRED. N, IUP AND Z. ONLY LOWER TRIANGLE OF Z NEED BE SUPPLIED.
C MATRIX Z OVERWRITTEN BY EIGENVECTORS OF Z.
C IUP=1/-1 ASC/DESCENDING SORT, 0 NO SORT.
C MXMAT, IS THE ROW DIMENSION OF Z IN THE CALLING ROUTINE.
C
C OUTPUT. Z AND D, WHERE Z CONSISTS OF COLUMN EIGENVECTORS
C AND D CONSISTS OF CORRESPONDING EIGENVALUES.
C
C NOTE: E IS A WORKING ARRAY.
C)
- 2012-07-29 20:36:54下载
- 积分:1