搜索资源列表

  1. 牛顿法的程序实现

    0下载:
  2. 牛顿法的程序实现: 给的函数是f(x)=X*X-C 求导函数为ff() 也是在程序中已给定 若要修改则在程序中更改

  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-08-22
    • 文件大小:185463
    • 提供者:fengliyang2000
  1. 数值求导

    1下载:
  2. VB.6的环境下一阶、二阶、三阶和四阶导数的数值算法
  3. 所属分类:系统编程

    • 发布日期:2010-04-07
    • 文件大小:928
    • 提供者:HKS2010
  1. 求导数c++

    0下载:
  2. 求导数c++程序,~可以实现
  3. 所属分类:源码下载

  1. newton

    0下载:
  2. 牛顿下山算法,给出了实例,求导数时自己把公式输入,希望有人能改变能自动求解导数,可以联系我。-Newton downhill algorithm, given examples, and derivatives of the formula when their own input, hope someone can change automatically solve the derivative, you can contact m
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:
  1. Polynomial

    0下载:
  2. 使用链式存储实现一元多项式的以下运算: (1)、基本要求:实现多项式的加法、减法、求导。 (2)、实现多项式的乘法 -The use of chain store realize one of the following polynomial operation: (1), the basic requirements: the realization of polynomial addition, subtraction,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:姜华
  1. qiudao

    0下载:
  2. 对所给的谱图进行平滑处理,虑噪,并且多项式窗口平滑求导-To the spectrum of the smoothing processing, taking into account noise and derivation polynomial smoothing window
  3. 所属分类:数据库编程

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:淡茶
  1. differential

    0下载:
  2. 对数学函数进行求导运算,其中函数可以在源文件中进行修改。-Math function on the derivation operator, which can function in the source file to edit.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:557056
    • 提供者:stefwang
  1. SimplicityAlgorithm

    0下载:
  2. 求多维函数极值的一种算法,由Nelder和Mead提出,又叫单纯形算法,但和线性规划中的单纯形算法是不同的,由于未利用任何求导运算,算法比较简单,但收敛速度较慢,适合变元数不是很多的方程求极值-Multi-dimensional function extremum seeking an algorithm proposed by Nelder and Mead, also called the simplex algorithm, bu
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:李军
  1. Calculator

    0下载:
  2. 一个类似于windows标准计算器的程序 用Java语言编写 可以进行简单的加减乘除 取余 ,平方求导数 ,存储数字 ,调用数字等功能-A similar standard windows calculator program written in Java can be used to check simple addition and subtraction, multiplication and division, the squ
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:wang shao hua
  1. Poly1

    0下载:
  2. 实现一个多项式加法,用VC++开发,用户输入两个多项式,实现加法,求导等运算。-The realization of a polynomial addition, using VC++ development, user input of two polynomials, to achieve additive, such as computing derivation.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1987584
    • 提供者:杨醉汉
  1. erjieqiudao

    0下载:
  2. 首先对函数求导数,然后求解方程组,得出原来方程的参数值-First order derivative function, and then solve the equations, the original equation derived parameter values
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:刘青
  1. MATlab_diff_int

    0下载:
  2. 用MATLAB实现动态系统的求导与积分函数-MATLAB diff and int
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:47104
    • 提供者:chenyu
  1. envi求导

    0下载:
  2. 实现遥感数字图像求导,ENVI软件的插件,操作十分简便(Remote sensing digital image derivation, ENVI software plug-in)
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:49152
    • 提供者:jefukun
  1. LabVIEW波形求导

    2下载:
  2. LabVIEW对波形求导,求导后的斜率用波形显示(LabVIEW is used to derive the waveform, and the slope after derivative is displayed in waveform)
  3. 所属分类:LabView

    • 发布日期:2024-05-14
    • 文件大小:11264
    • 提供者:MR黄321
  1. 求导R波—小波分解纠正20170807

    0下载:
  2. 本程序先通过求导找出大部分R波 ,然后对应比较乱的波形通过,通过小波分解找出,去除较大干扰。(This procedure first through the derivation to find most of the R wave, and then corresponding to the chaotic waveform through, through wavelet decomposition to find out, r
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:XIOALU
  1. 导数

    0下载:
  2. 利用C#语言进行函数求导,涉及三次样条函数(Derivation of function using C# language)
  3. 所属分类:其他小程序

  1. peman

    0下载:
  2. 可对彭曼公式里面的各项求导,确定各个分项因子的相对变化率(The general change rate of each factor can be determined by deriving the Penman formula)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:11264
    • 提供者:荷塘观花
  1. acce-and-acce_diff

    0下载:
  2. 对一组离散的数求导,并画出离散变量的曲线和其导数的曲线(The number of a set of discrete derivative,and draw the curve of the discrete variable and its derivative curve)
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:满文慧
  1. Qiudao

    0下载:
  2. 函数表达式求导,希望对大家有用,VS2015调试通过。(Derivation function expression, we want to be useful, VS2015 debugging through.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:903168
    • 提供者:木子佳人
  1. 微分器设计与应用信号滤波与求导

    1下载:
  2. 微分器设计与应用信号滤波与求导,一本很不错的参考书,书中给出了例子的matlab代码。(Differentiator design and application of signal filtering and derivation, a very good reference book, the book gives examples of MATLAB code.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:72879104
    • 提供者:大漠孤烟客
« 12 3 4 5 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org