搜索资源列表
实验数据的等距五点三次平滑
- 实验数据的等距五点三次平滑 一. 功能 用五点三次平滑公式., 对等距节点上的实验数据进行平滑,力争消除随机误差的影响, 提高实验数据的质量 .-experimental data smoothing offset a 5.3 times. Functional with 5.3 times smoothing formula. The equidistant nodes on the experimental data smoothing, and strive to eliminate
ADAMS34
- 这个算法是在学习“用Adams三步四阶内插公式校正”时自己遍的计算这个微分方程数值解的程序,可以修改里面的方程而用于求解其他的方程,请指正!-this is the learning algorithm "Adams steps with four bands interpolation formula correction" of their times calculated for the numerical solution of differential equati
Galaxy_kl
- 用vs.net 2003 开发的 编写的个税计算公式小程序 属旧的计算方法-vs.net 2003 with the development of the 000 tax preparation formula is a small program of the old calculation method
lrd
- 用C++编的关于勒让德公式的一些内容,学数据结构必用到,算法设计
lagelangri
- 用C++编写朗格郎日公式,此程序简单效果好,值得推荐
求逆阵
- 202用列主元消取法解线性方程 ***********★*******★********★************ 一.功能 当线性方程组有唯一解时求其解 。 二.算法简介消元过程,设方程组为 Ax=b (1)公式(1)有增广矩阵 a11 a12….a1n b1 a21 a22…a2n b2 (A,B)= ………………. an1 an2…ann bn-out with the main 202 yuan Consumers copying solution of linear equations
59564349circlefitting
- 最小二乘法(least squares analysis)是一种 数学 优化 技术,它通过 最小化 误差 的平方和找到一组数据的最佳 函数 匹配。 最小二乘法是用最简的方法求得一些绝对不可知的真值,而令误差平方之和为最小。 最小二乘法通常用于 曲线拟合 (least squares fitting) 。这里有 拟合圆曲线 的公式推导过程 和 vc实现。
Higher-order-differential-equations
- 工程问题中常用微分方程的形式建立数学模型,所以微分方程求解很有意义。本程序用Euler、改进Euler和经典公式对这类方程进行求解
whitenoise
- 1.产生白噪声程序 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声。算法及程序实现叙述如下。 1) 设定x初值为11,A=179,长度WNlength,均值Average,方差Serror为用户输入的变量; 2) M =235,ζi= x/M; 3) 取ζi的小数部分再赋值给ζi+1,这就是均匀分布白噪声; 4) 利用公式
phuigui
- 最小二乘法可以用来处理一组数据, 可以从一组测定的数据中寻求变量之间的依赖关系, 这种函数关系称为经验公式
DelphiForSHU
- 这个是用delphi写的一些常用的数学公式,包括一些高级数学公式,图像编程等源代码。-this is delphi write some common mathematical formula, including some advanced mathematical formulas, images and other programming source code.
taile.rar
- 计算如下公式,并输出结果: 其中r,s的值是由键盘输入的。Sinx的近似值用泰勒公式计算;计算精度为0.000001 。 运行环境:C-Free ,The following calculation formula, and output results: one of r, s the value is entered by the keyboard. Taylor approximation Sinx formula used 0.000001 accuracy of
nanewton1
- 牛顿迭代法 若高阶非线性方程组: u ( x , y) = 0 v ( x , y) = 0 可以用迭代公式 -Newton iteration if the higher-order nonlinear equations: u (x, y) = 0v (x, y) = 0 can be used iterative formula
jifen
- 用复合辛普森公式求积分的vc++ 算法。 VC6.0编译的-Composite Simpson' s quadrature formula for the vc++ algorithm. VC6.0 compiled
shengjin
- 用盛金公式解一元三次方程aX3+bX2+cX+d=0,(a,b,c,d∈R,且a≠0)。-Jin-Sheng Xie used the formula three times a dollar equation aX3 bX2 cX d = 0, (a, b, c, d ∈ R, and a ≠ 0).
suanfa
- 用复合辛普森公式计算卫星轨道长度的程序.-Compound Simpson formula satellite orbit length of the procedure.
YiYuanSanDianChaZhi
- 给定n个节点xi[i=0,1,...,n-1]上的函数值yi=f[xi],用抛物插值公式计算指定插值点t处的函数近似值z=f[t]-Given n nodes xi [i = 0,1 ,..., n-1] on the function values yi = f [xi], with parabolic interpolation formula specified interpolation points, t Department of function approximation of
tixing
- 复化梯形公式计算积分的通用程序,方便快捷!非常好用-Trapezoidal formula rehabilitation of the general program points, convenient and quick! Very good
integral
- 积分公式(用锲比雪夫多项式构造积分点公式)-integral formula(using the Cheb. polynomial integral point)
Runge-Kutta
- 解三对角线性公式和龙格库塔公式用c语言实现-Runge Kutta formula