CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - simpson

搜索资源列表

  1. RombergTest2

    0下载:
  2. 函数逼近与曲线拟合,包含梯形公式、Simpson公式、Romberg公式。-Function approximation and curve fitting, including trapezoidal, Simpson formula, Romberg formula.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1593
    • 提供者:minjiawei
  1. simpson

    0下载:
  2. 用复化Simpson公式求数值积分,可以取不同的步长-Formula of complex numerical integration of Simpson, the different steps you can take
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:679
    • 提供者:梁诺
  1. Gauss-Simpson

    0下载:
  2. 高斯五点辛普生公式计算坐标 在PC、PPC编程计算线元积分时用五个点的复合辛浦生公式-Gaussian five-point Simpson formula coordinates in the PC, PPC programming element integral calculation of line with five points while the composite Simpson formula
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:580
    • 提供者:洋洋
  1. Simpson

    0下载:
  2. 辛普森数值方法求积分,并非本人所写,来源于网络,共大家分享-simpson numerical method
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:8986
    • 提供者:li
  1. Simpson

    0下载:
  2. 这是计算方法中的一个实验,主要功能是实现复化Simpson公式-This is an experiment in the calculation, the main function is to achieve recovery of the Simpson formula
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:890
    • 提供者:王宇煜
  1. evaluation-of-integrals

    0下载:
  2. 积分计算中运用辛普森系列公式求函数的数值积分。-How to use Simpson series formula expression functions caltulating numerical intergration.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:764
    • 提供者:hhsyla
  1. simpson-cPP

    0下载:
  2. simpson 求积分估计s impson 求积分估计simpson 求积分估计-simpson simpson quadrature quadrature estimated estimated estimated simpson simpson quadrature quadrature estimates
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:682
    • 提供者:zhh
  1. matlab-ders

    0下载:
  2. simpson method used in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:400225
    • 提供者:vedat
  1. trapezoid-and-Simpson-formula

    0下载:
  2. 用工作表函数的数值积分方法-梯形公式与辛普生公式-Worksheet functions with the numerical integration method- trapezoid formula and Simpson formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:19885
    • 提供者:ljhmiao
  1. Simpson

    0下载:
  2. 这是用复化simpson方法求解数值积分的一种方法-This is the method used to solve complex numerical integration of the simpson' s method
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:730
    • 提供者:vongpo
  1. Numerical-integration

    0下载:
  2. 求解定积分的数值方法多种多样,如简单的梯形法、辛普生(Simpson) 法、牛顿-柯特斯(Newton-Cotes)法等都是经常采用的方法。它们的基本思想都是将整个积分区间[a,b]分成n个子区间[xi,xi+1],i=1,2,…,n,其中x1=a,xn+1=b。这样求定积分问题就分解为求和问题。-Numerical integration
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:9322
    • 提供者:laofan
  1. Simpson

    0下载:
  2. 复化辛普森公式积分的计算以及运用的编程代码-Complex Simpson equation integral computation and the use of programming code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:688
    • 提供者:chen
  1. simpson

    0下载:
  2. his program calculates integral of f(x) using Composite Simpson rule.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:597
    • 提供者:s.h
  1. SIMPSON

    0下载:
  2. simpson数值积分C-C++程序,常用数值计算程序-simpson numerical integration of the C-C++ program, commonly used in the numerical calculation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:614
    • 提供者:syt
  1. Integral-Simpson-

    0下载:
  2. 辛普森积分的四种经典算法的matlab程序-Simpson points of the four classic algorithm matlab program
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1273
    • 提供者:王楠
  1. Simpson

    0下载:
  2. 辛普森(Simpson)公式是牛顿-科特斯公式当n=2时的情形,也称为三点公式。辛普森公式是利用区间二等分的三个点来进行积分插值。其科特斯系数分别为1/6,4/6,1/6.-The paper points out the defects of the const pressure wave velocity method and do some improvements on it: rebuilding the expressions of the pressure wave velocit
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:608
    • 提供者:baoluyao
  1. Simpson

    0下载:
  2. 用梯形法估算,再用辛普森法积分。 fsimpf 积分函数, 根据自己的函数自己填写 a,b 积分下上限,eps 精度。需自己给定。 例子是 积分 sin(x), x=0 to 3.14/2-Estimated using the trapezoidal method, and then the Simpson integral. fsimpf integral function, according to their function to fill out a b Credi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:1533919
    • 提供者:shadowyl
  1. simpson

    0下载:
  2. Implementation of Simpson algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:3503
    • 提供者:erektus
  1. Simpson

    0下载:
  2. 固态核磁共振仿真的simpson程序,功能很强大-SIMPSON – An important driver for numerical simulations in solid-state NMR spectroscopy
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:19534805
    • 提供者:qiqiguai
  1. Simpson

    0下载:
  2. 计算不等间距单调函数的Simpson积分-Calculate ranging spacing Simpson integration
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:739
    • 提供者:IF
« 1 2 34 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com