-
高斯拟合
曲线的高斯拟合,去除趋势性,对于一般非平稳序列的分析.(Gaussian curve fitting and removal of the trend, and for most non-stationary sequence analysis.)
- 2005-04-01 09:55:30下载
- 积分:1
-
NumericalRecipes
数值分析方法库
本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解等(Numerical analysis method to prepare a library book more than 300 practical and efficient numerical algorithm C language program. Its contents include: linear equations, calculation of inverse matrix and determinant, polynomial and rational function interpolation and extrapolation, function points and the valuation of special functions numerical calculation, random number generation, non- Solving linear equations, etc.)
- 2008-06-03 21:24:04下载
- 积分:1
-
bamu
matlab语言写的计算八木天线的程序,可以改变单元的数量,给出各个阵子的电流分布和方向图
(matlab language computing Yagi antenna program, you can change the number of units each time around given the current distribution and orientation map)
- 2020-11-30 18:59:27下载
- 积分:1
-
omp_mm
利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.()
- 2008-02-09 05:56:22下载
- 积分:1
-
inductor_para_75k
开关电源电感计算案例,buck降压斩波输出电感的参数计算和选型(inductor parameter calculation of switching power supply)
- 2020-10-11 08:57:34下载
- 积分:1
-
Scalarmodel
Evesen开发的scalarmodel,耦合了集合卡尔曼滤波算法和集合卡尔曼平滑算法(Scalarmodel coupled with Ensembled Kalman Filter and Ensembled Kalman Smoother)
- 2013-10-09 14:00:29下载
- 积分:1
-
sph
溃坝模型,采用无网格法模拟溃坝情况,简单快捷(Break model, the use of non-grid method to simulate dam case, simple and quick)
- 2020-09-26 17:37:46下载
- 积分:1
-
Test Operator
对于交错网格上的WCNS格式进行精度测试(不带时间方向推进,仅测试空间精度)(test the order of accuracy of the WCNS scheme)
- 2020-07-12 18:28:53下载
- 积分:1
-
CPPsimplex
单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。
(Simplex method for the minimum)
- 2011-09-18 22:57:30下载
- 积分:1
-
MGS
本程序是用MGS正交化方法求方程组的最小二乘解的程序(This program is the program of MGS orthogonalization method and the least squares solution of equations)
- 2012-03-26 15:26:16下载
- 积分:1