-
CPPsimplex
单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。
(Simplex method for the minimum)
- 2011-09-18 22:57:30下载
- 积分:1
-
9.2.2
最小二乘法拟合形如f(x)=(a+bx)/(1+cx)的函数(9.2.2(1)),并解决人口预测问题(9.2.2(2))(Least squares fit of the form f (x) = (a+bx)/(1+cx) function (9.2.2 (1)), and to solve the population prediction problem (9.2.2 (2)))
- 2021-01-01 14:38:58下载
- 积分:1
-
fdtd42
Matlab code FDTD 2D ( dennis sullivan book )
- 2009-03-05 23:14:05下载
- 积分:1
-
multiplelinearregression
说明: 多元线性回归的C++源码,在VC6.0上可直接运行!(Multiple Linear Regression C++ source code, can be directly run in VC6.0!)
- 2009-08-25 11:35:52下载
- 积分:1
-
erfenfa
二分法,用于多项式求解,迭代12次能达到很高的精度(Dichotomy for polynomial solving, iterative 12 times to achieve high precision)
- 2008-01-25 19:58:10下载
- 积分:1
-
irls
说明: 基于M估计的迭代最小二乘算法,其中估计量有Huber,Andrews,Hampel,Ramsay等。(M is estimated based on the iterative least-squares algorithm, which estimates there are Huber, Andrews, Hampel, Ramsay and so on.)
- 2008-12-04 16:32:39下载
- 积分:1
-
For3d
一种声场计算模型的源程序,for3d的一个较旧版本。(for3d programme the old one )
- 2012-04-17 14:08:33下载
- 积分:1
-
phase field codes
相场法模拟晶粒,有关相场的matlab程序,有相场法fortran源代码
(Matlab program on phase field)(grain evalution based on phase field method)
- 2020-12-18 10:49:10下载
- 积分:1
-
nihe
说明: 在matlab环境下能进行各种曲线拟合的算法,非常好。(In the matlab environment to conduct various kinds of curve fitting algorithms, very good.)
- 2008-09-21 18:10:58下载
- 积分:1
-
JocobiGG
本程序是根据jacobi过关法求实对称矩阵的全部特征值和特征向量(This procedure is based on realistic method jacobi clearance of all symmetric matrix eigenvalue and eigenvectors)
- 2009-06-27 14:20:10下载
- 积分:1