搜索资源列表
张石03081627多项式
- 多项式的处理,求任意次导数,赋予值之后对表达式求值.-polynomials, for arbitrary time derivative, right after the value given expression is evaluated.
ww
- 边缘检测是数字图像处理中的重要内容。本文首先对图像的边缘检测的各种算法和算子做了总结和分析。Canny最早提出了边缘检测的三条连续准则:最优检测结果、最优定位和低重复响应,并在这些准则的基础上得到了“最优线性滤波器”―高斯函数的一阶导数。经过十几年的发展,目前已经有了对这个准则的很多改进,本文也对这个方面的工作做了小结
1
- C编写的一元稀疏多项式计算器 1,输入并建立多项式 2,输出多项式的数学表达式 3,可计算多项式在x处的值 4,求多项式a的导函数a 5,多项式a+b,建立多项式a+b 6, 多项式a-b,建立多项式a-b 7,多项式a*b,建立多项式a*b 所用函数及说明: void paixu(JD *h)——对输入输出多项式进行排序 JD *jia(JD *ha,JD *hb)——求a+b的值 JD *jian(JD *ha,JD *hb)——求a-b的值
InputWnd
- BP 网络通过微积分中的链法则来计算偏导数。这里我给出训练 BP 网络的公 式,详细的推导过程请见参考文献-BP network through calculus chain of rules to calculate partial derivatives. Here I give BP network training, the formula detailed derivation see References
田园背单词
- 背单词程序 数值微分:包括用插值多项式求数值导数 用三次样条函数...原理和程序设计语言(C语言或FORTRAN语言或BASIC... -a programme for learning vocabulary.It s chinese explain contain too much information,but useless!
2
- matlab开发环境下,牛顿迭代法解非线性方程组,使用者把非线性方程组的M文件fx1(x)和非线性方程组导数的M文件dfx1(x)相应代入即可。-matlab development environment, the Newton iteration solution of nonlinear equations, nonlinear equations to the user of the M documents fx1 (x) and non-linear equations of the
hsbj
- 1.级数求和 2.多项式和有理函数 3.切比雪夫逼近 4.积分和导数的切比雪夫逼近 5.有切比雪夫逼近函数的多项式逼近-1. Sum 2. Polynomials and rational functions 3. Chebyshev approximation 4. Integrals and derivatives of Chebyshev approximation 5. There Chebyshev approximating function of the polyn
gpolycycle
- 高斯一节导数生成的脉冲串和频谱函数,有图形绘制-Gaussian derivative to generate a pulse string and spectral function, there Rendering
2jdsqvf
- 二阶导数求取法,分别有三点法,四点法和五点法.-To strike a second derivative method, three-point method, respectively, 4:00 and 5:00 Act.
polynomial
- 在VC6.0环境下,链表实现了多项式的基本操作:创建、销毁、两多项式的和(差、乘积)、求多项式的导数、求多项式的值等。文件中不仅包含源码 ,还包含一组测试结果。-At VC6.0 environment, the linked list implementation of the polynomial basic steps: create, destroy, the two polynomials and (bad, the product), and derivatives of polyn
gravityAndMagneticAnomalyOfForwardModelingSimulati
- 重磁异常的正演模型模拟,该程序的目的在于计算出重力异常,重力x,z方向的导数异常 ,以及磁场的垂直分量异常的系数矩阵-Gravity and magnetic anomalies of the forward model simulation, the program aims to calculate the gravity anomaly, gravity and x, z direction of the derivative of an exception, as well as the
dongtai
- 捷联惯导的C程序实现,四元数表示姿态,动态数据显示,MATLAB进行图像处理,包含原始数据。-SINS of the C program implementation, said the attitude quaternion, dynamic data, MATLAB for image processing, including raw data.
xiaotuoluo
- 捷联惯导的C程序实现,四元数进行姿态更新,MATLAB进行图像处理,包含原始数据。-SINS of the C program implementation, quaternion for attitude update, MATLAB for image processing, including raw data.
Cstrapdown
- 用C++实现捷联惯导软件中的四元数计算随着面向对象技术的发展, 以及计算机内存容量 和硬件速度的不断提高, 在导航系统软件设计中采用 面向对象的思想正成为趋势, 使程序设计者的着眼点 真正从代码的编写、功能的实现转移到了对现实系统 的确切描述。面向对象的程序设计, 由于尊重现实世 界中对象的特征, 特别是对象的封闭性、继承性, 正 在软件设计的各个领域中成为主流。-Using C++, software SINS quaternion calculated as the
splineconstruction
- 通过用户给定的数据(点坐标,约束条件,起始点导数等),建立三次样条函数。-Construct 3-D splines according to information defined by user.
程序
- 中心差分求解近似导数其中用到的有追赶法求解对三角矩阵(Central differential solution, approximate derivative)
导数
- 利用C#语言进行函数求导,涉及三次样条函数(Derivation of function using C# language)
FRAACUEQUATION
- 此程序是二维分数阶粘弹性声波有限差分法的正演模拟,时间导数二阶精度,空间分数阶导数2阶精度,含波长快照,未加边界,确保可运行。(This program is a two-dimensional fractional viscoelastic acoustic forward modeling of finite difference method, the time derivative second-order accuracy, space fractional order deriva
acce-and-acce_diff
- 对一组离散的数求导,并画出离散变量的曲线和其导数的曲线(The number of a set of discrete derivative,and draw the curve of the discrete variable and its derivative curve)
程序
- 数模中求解偏微分方程时,在已知数据的基础上进行线性插值拟合。利用差分法求解该模型,先用网格划分区域,对 区域内部节点做泰勒展开。对偏导数进行离散化处理。(tthe solution to the PDE problem in mathematical modeling)