-
Dsimplex
Dsimplex.m 对偶单纯形法求解线性规划问题(Dual simplex method for solving linear programming problems)
- 2019-03-28 10:59:52下载
- 积分:1
-
Generator
这些代码可以用于产生一系列随机数,可以根据需要使用。(These codes can be used to generate a series of random numbers may be used as needed.)
- 2013-07-10 14:19:34下载
- 积分:1
-
pid
变增益PID算法的c++实现,目前PID算法较多的是c代码写的,这里上传一个C++的(Variable gain PID algorithm c++ to achieve, the current is more PID algorithm code written in c, where a C++ From the)
- 2009-04-10 15:00:51下载
- 积分:1
-
CPPsimplex
单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。
(Simplex method for the minimum)
- 2011-09-18 22:57:30下载
- 积分:1
-
mySpearman and pearson
Spearman程序代码,可以用于分析相关性关系,挖掘数据之间的联系(Spearman program code)
- 2018-05-15 17:26:49下载
- 积分:1
-
Programming_the_Finite_Element_Method
说明: 《有限元方法编程(第三版)》随书源码。
采用 Fortran 90 编制,近 400 个计算子程序。在 64 位机器上编译通过,并运行正确。( Finite Element Method Programming (Third Edition) With the book source. The preparation of the use of Fortran 90, nearly 400 calculation subroutine. 64 machines in the compiler is passed, and run correctly.)
- 2008-09-11 13:02:13下载
- 积分:1
-
Matrix Computations 4th edition.pdf
说明: 矩阵计算英文版第4版,经典,经典,很不错!!!!!请下载!!!!!!(Matrix Computing English Version 4, classic, classic, very good!!!! Please download!!!!!!)
- 2020-06-23 22:20:02下载
- 积分:1
-
zhangxiandajuzhenxitidaan
贤哥的矩阵分析与应用习题解答,答案在手,前途永久。(Shane matrix analysis and application, the answer is in hand, the future permanent.)
- 2020-07-04 11:00:01下载
- 积分:1
-
jacobi
对于方程组AX=b,当系数矩阵非奇异时,对原方程进行改写,利用公式X^k=BX^(k+1)+g进行迭代求解。(For equations AX = b, when the coefficient matrix is nonsingular, rewriting the original equation, using the formula X ^ k = BX ^ (k+1)+g for iterative solution.)
- 2013-10-26 10:11:06下载
- 积分:1
-
ghuif
交错网格PML弹性波模拟地震波形的c语言程序(Staggered grid PML elastic wave seismic waveform simulation)
- 2014-11-28 20:32:23下载
- 积分:1