-
MagneticInduction
计算磁铁在线圈经过时,感生电压和磁铁位置的关系,即电磁感应系数(when a magnet passes by a coil, to calculate the induced voltage)
- 2018-05-28 22:28:36下载
- 积分:1
-
Vc++
含列所有图像处理的VC++程序,包括图像转置,傅立叶变换,图像编码等(Containing all image processing VC++ Procedures, including image transpose, Fourier transform, image coding, etc.)
- 2007-09-21 20:59:46下载
- 积分:1
-
Triangular-fuzzy-random-simulation-
三角模糊数随机模拟程序,基于模糊数与随机模拟理论,进行评价分析(Triangular fuzzy random simulation program...)
- 2012-02-26 10:43:34下载
- 积分:1
-
L-moment-GEV-GPD
《基于L 矩估计的GEV-GPD分布拟合及其频数分配和分位数计算》
L 矩估计各分布参数(包括GUMBEL分布,GEV分布,GPD分布) ,其中包括子程序(1)计算频数分配(PINSHU),(2)数组排序(BSORT),(3)L矩估计GUMBEL,GEV及GPD参数,(4)检验拟合效果TEST,TEST1.( L moment GEV-GPD calculation, which can be used to calculate distributed parameters of L moment, etc. )
- 2020-06-29 06:00:01下载
- 积分:1
-
demo
This is a simple mergesort code. It contains four directory. In the "lib" directory, there re two source code that can serve as timer and memory usage indicater. In the "src" directory, function "mergesort" can perform merge sort, while there s also a main function to execute it.
- 2012-04-29 12:12:55下载
- 积分:1
-
simplex
说明: 使用C++写的一个可以自动(在运筹学领域)计算单纯形表,并打印每一步的运算结果(a simple code to compute simplex table in operating research and print out the result of each step.)
- 2020-05-25 10:49:15下载
- 积分:1
-
RKDG-Euler
使用龙格-库塔间断Galerkin方法(RKDG)求解无粘流动Euler方程的程序,适用于计算流体力学RKDG方法的学习和研究。(Using the discontinuous Galerkin method (DG) for solving inviscid flow Euler equations procedures applicable to DG methods of study and research.)
- 2020-11-27 09:09:29下载
- 积分:1
-
cubicbezierlsufit
三次B样条最小二乘拟合,附文献,Approximation of data using cubic B′ ezier curve least square fi tting,Author: M Khan(Cubic B-spline least squares fitting and literature. Approximation of data using cubic B ezier curve least square fitting, Author: M Khan,)
- 2013-03-18 22:03:46下载
- 积分:1
-
牛顿迭代解非线性
基于MATLAB,利用牛顿迭代法,求解复杂非线性方程组(Solving nonlinear equations by Newton iteration)
- 2018-07-02 10:01:53下载
- 积分:1
-
Conjugate-Gradient-Method
共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。(Conjugate gradient method (Conjugate Gradient) is between the steepest descent method between the method and Newton' s method, it takes only a first derivative information, but to overcome the steepest descent method convergence slow shortcomings, but also to avoid the Newton method needs to be stored Hesse and disadvantages of computing inverse matrix and the conjugate gradient method is not only one of the most useful methods to solve large linear equations, solution of large-scale nonlinear optimization is one of the most effective algorithm. In various optimization algorithm, conjugate gradient method is a very important one. The advantage is that a small amount of memory required, with step convergence, high stability, and does not require any external parameters.)
- 2017-03-14 15:48:15下载
- 积分:1