-
Finite element mesh generation
全面介绍有限元网格生成算法的英文教材,可以作为网格生成算法的编程资料(finite element mesh generation has not been taken as a formal subject of teaching in universities,as it encompasses several disciplines including classical geometry, computational geometry and topology, finite element method, data structures and algorithms, computer programming and, to a certain extent, even computer graphics.)
- 2018-01-29 10:55:18下载
- 积分:1
-
bycgste
共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一(Conjugate gradient method (Conjugate Gradient) is between the steepest descent method and Newton' s method between a method that takes only a first derivative information, but to overcome the slow convergence of the steepest descent method shortcomings, but also avoid the need to store Newton and computing the inverse Hesse matrix and disadvantages, conjugate gradient method is not only to solve large linear equations of the most useful methods, large-scale nonlinear optimization solution is the most efficient algorithms)
- 2013-09-13 16:33:21下载
- 积分:1
-
SVD
最小二乘估值的SVD分解计算方法,本程序可将最小二乘估值问题转化为超定方程组的问题处理,且可用奇异值分解的方法计算最小二乘问题。(Least Squares Estimates of the SVD decomposition method, the valuation process can be transformed into squares overdetermined equations deal with the problem, and can be calculated singular value decomposition least squares problem.)
- 2020-07-04 15:20:02下载
- 积分:1
-
calculator
用mfc实现计算器的基本操作,支持键盘输入,并保留xp风格,可计算平方,幂,时间显示等操作(With mfc achieve the basic operation of the calculator, support for keyboard input, and retain xp style, calculates the square, power, time display and other operations)
- 2013-10-23 15:22:24下载
- 积分:1
-
kalman
卡尔曼滤波程序,两变量滤波;正弦信号跟踪;卡尔曼差分到状态方程的转换;卡尔曼同滑动平均比较(Kalman filtering process, the two variable filter sinusoidal signal tracking Kalman differential equation of state of the conversion Kalman compared with moving average)
- 2020-12-01 11:09:26下载
- 积分:1
-
pca
说明: PCA主成分分析的标准MATLAB程序,可通用,非常有效(PCA principal component analysis of the standard MATLAB procedures, can be universal, very effective)
- 2008-10-13 01:48:40下载
- 积分:1
-
hybrid_pseudo_L
高超声速飞行器上升轨迹优化计算。采用勒让德伪谱法直接优化方法。(trajectory optimization of hypersonic craft program with legendre method)
- 2013-08-28 18:26:44下载
- 积分:1
-
Famous-Numerical-Iteration-Algorithm
提供几种著名的大型线性方程组迭代算法,包括CG、PCG、Lanczos、MINRES(Several well-known large-scale linear equations iterative algorithm, including CG, PCG, Lanczos, MINRES)
- 2012-11-26 16:41:41下载
- 积分:1
-
MY_PREDISTORTION2
这是另一个改进的关于数字预失真功能仿真的matlab程序,效果不错,希望对大家有所帮助。(This is a improved matlab program about function estimation of digital estimation,and it has a good performance,really hope it can help you.)
- 2012-06-01 11:31:35下载
- 积分:1
-
spgl1-1.8
based classification (SRC) has been widely used for face
recognition (FR). SRC first codes a testing sample as a
sparse linear combination of all the training samples, and
then classifies the testing sample by evaluating which class
leads to the minimum representation error. While the
importance of sparsity is much emphasized in SRC and
many related works, the use of collaborative representation
(CR) in SRC is ignored by most literature.
- 2013-08-02 16:14:29下载
- 积分:1