-
Calculator2
这是一个小型计算器,功能强大,用户输入想要计算的数据,即可自行计算出结果。(This is a program about calculator,and it is very userful.)
- 2012-10-08 10:21:39下载
- 积分:1
-
CPPsimplex
单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。
(Simplex method for the minimum)
- 2011-09-18 22:57:30下载
- 积分:1
-
Gauss---Seidel-Algorithm
合肥工业大学数值分析(计算方法A)中高斯—塞德尔算法的实现(Gauss- Seidel Algorithm)
- 2011-11-30 14:45:19下载
- 积分:1
-
fitellipse(two-method)
我收集的老外编的椭圆拟合算法,C++实现,输入一组XY数据就能求出椭圆参数(I collected foreigner series the oval fitting algorithm, C++, achieve)
- 2020-10-16 09:17:29下载
- 积分:1
-
Cholesky
该程序是正定矩阵的Cholesky分解实例,Cholesky是矩阵分解常用的方法(The procedure is the Cholesky decomposition of positive definite matrix example, Cholesky matrix decomposition is a commonly used method)
- 2007-10-11 10:59:30下载
- 积分:1
-
LPA(C)
复杂网络的结构检测室近几年的研究热点,目前最快的算法是标签传播!(Community detection is hot topic in recent years. The most fast algorithm for community detection is Label Propagation Algorithm(LPA),and this is the program!)
- 2021-02-22 16:49:41下载
- 积分:1
-
Gravity-anomaly
计算重力异常,只需要输入最大重力场模型的最大阶数以及重力场模型文件名在程序里设置经纬度范围和间隔即可得到重力异常(Gravity anomaly)
- 2013-06-13 14:46:49下载
- 积分:1
-
radix--4-butterfly-DIF_FFT
我自己用c语言写的64点基4FFT算法,在visual c++ 6.0环境下编译通过。同matlab结果一致。(My own use C language to write the 64 based 4FFT algorithm, in visual c++ 6 compiler environment through. Results consistent with matlab.)
- 2020-12-19 01:39:09下载
- 积分:1
-
qczdjl
本程序是用数学方程试计算出一个点在一条线上的垂线坐标,并判断出在线内外,是测量中用的程序!(The test procedure is used to calculate the mathematical equation of a line a point in the vertical coordinate, and determine the line outside, the procedure used to measure!)
- 2011-01-05 17:10:24下载
- 积分:1
-
19864062MatrixOper
对于协方差矩阵的一种计算方法,对于地震中的反演约束算法能起到很好的作用。(For a kind of covariance matrix calculation method)
- 2011-05-30 13:43:06下载
- 积分:1