-
tree
设T 是一棵带权树,树的每一条边带一个正权。又设S 是T 的顶点集,T/S 是从树T 中
将S中顶点删去后得到的森林。如果T/S中所有树的从根到叶的路长都不超过d ,则称T/S
是一个d 森林。(this is a project )
- 2021-05-09 05:08:35下载
- 积分:1
-
hPSO
hybrid particle swarm optimization
- 2016-09-16 22:36:56下载
- 积分:1
-
Optimization
约束最优化方法--最速下降法(也叫梯度法),是人们用来求多个变量函数极值问题的最早的一种方法。(Constrained optimization methods- steepest descent method (also known as gradient method), is used for multiple variables function Extremum Problems earliest methods.)
- 2008-12-18 18:14:07下载
- 积分:1
-
kalman_suppression
很好的东西,关于用卡尔曼算法做对消算法的...(Good things Kalman algorithm cancellation algorithm ...)
- 2012-11-01 09:51:51下载
- 积分:1
-
最速下降法与牛顿法
说明: 此代码包括牛顿法和梯度下降法的实现过程,最优化以及算法中常见的问题解决方式(This code includes the process of Newton method and gradient descent method)
- 2020-01-07 09:42:51下载
- 积分:1
-
pcamat
本征正交模态分解法,用于多维随机场特征模态提取,得到特征值及特征向量(proper orthogonal decompositioin)
- 2012-09-23 21:53:44下载
- 积分:1
-
PROgrams-of-materials
利用元胞自动机以及蒙特卡洛法模拟晶粒生长、凝固相变的一些源程序,以及对两种方法的一些简单文字介绍(The use of cellular automata and Monte Carlo simulation of grain growth, solidification phase change some of the source code, as well as two methods some simple text description)
- 2021-01-28 16:38:34下载
- 积分:1
-
usub-TEE-ECM
弹性补偿法的程序,在abaqus中进行二次开发,可以计算各种结构的极限载荷。(The elastic compensation method of the procedure, carries on two times of developments in ABAQUS, can be used to calculate the limit load of various structures.
)
- 2013-08-27 21:49:31下载
- 积分:1
-
triangulation
说明: 三角形网格上的线性有限元方法求解Helmholtz问题,多项式重构以及Richardson外推(solve the Helmholtz equation with robin boundary condition on triangulation mesh, PPR and Richardson extrapolation)
- 2020-06-16 07:20:01下载
- 积分:1
-
single
使用奇异值分解来帮助求解最小二乘问题,特别是在方程系数矩阵不满秩的情况下。(SGELSD computes the minimum-norm solution to a real linear least
* squares problem:
* minimize 2-norm(| b- A*x |)
* using the singular value decomposition (SVD) of A. A is an M-by-N
* matrix which may be rank-deficient.)
- 2009-10-30 16:32:14下载
- 积分:1