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

搜索资源列表

  1. Adaptintegral

    1下载:
  2. 辛普森公式的自适应积分:在整个积分区间使用相同的小步长 ,以保持整体精度。然而,实际应用中,函数的振荡起伏的情况处处不同,这并没有考虑到曲线的某些部分变化剧烈,需要比其他部分多加考虑的情况。而有些部分,曲线的变化缓和,因此可以采用大于平均值的步长 来进行积分。因此,引入一种能够在函数值变化大的区间采用小步长的方法是很有用的。这种方法,称为自适应积分。-Adapt integral based on Simpson integral
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:992
    • 提供者:Robin Zhang
  1. jifen

    1下载:
  2. 用C语言实现变步长复合梯形求积分,变步长辛普森法求积分,高斯法求积分。-In the C language realization become step length composite trapezoid for integral, become step length Simpson method for integral, gaussian method for integral.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:797
    • 提供者:申君
  1. Numerical-Calculation-in-C-language

    0下载:
  2. 数值计算中经典方法的C语言通用程序。包含LU分解法,复化辛普森法,改进欧拉法,拉格朗日插值法,列主元素法,牛顿迭代法,最小二乘法拟合和四阶龙格-库塔法,支持文件读写。-The code is the classic method of numerical calculation of the C language common procedures. Including LU decomposition, re-oriented Simpson method, Improved Euler me
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:9504
    • 提供者:张震岳
  1. mod_simpson

    0下载:
  2. This file is simpson mfile. You will can integral value of contiue signal.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:942
    • 提供者:ESC
  1. Numerical-analysis-of-program-1

    0下载:
  2. 数值分析算法,该压缩包含有高斯消去法、复合梯形法、复合辛普森等法-Numerical analysis algorithms, the compression contains have Gaussian elimination method, the composite trapezoidal method, composite Simpson method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3700
    • 提供者:David
  1. melnikov

    0下载:
  2. 利用simpson数值积分,可以进行melnikov函数的积分运算-Use simpson numerical integration, the Melnikov function calculus
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:912
    • 提供者:wuqiliang
  1. 8035

    0下载:
  2. Simpson Method y=e^(-x^2) calculating -Simpson Method y=e^(-x^2) calculating
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-23
    • 文件大小:11729
    • 提供者:masyoka
  1. catch-and-adasimpson

    0下载:
  2. 用追赶法来实解三对角矩阵 用simpson方法来解线性方程组 -use the catch method to solve the three symetry matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:918
    • 提供者:meng
  1. simpson

    0下载:
  2. 辛普森积分法 用fortran编写,适用于初学者学习-sipson
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:7530
    • 提供者:wang
  1. HMF_simpson

    0下载:
  2. Simpson rule Matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:513
    • 提供者:hamid
  1. sinpusion

    0下载:
  2. 辛普森积分运算C语言源程序。用于计算辛普森积分值。-Simpson integral operator C language source code. Used to calculate the Simpson integral value.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1075
    • 提供者:zaxscdvf
  1. Simpson

    0下载:
  2. 辛普松微分两种最经典算法matlab程序-The Xinpu Song differential two most classical algorithm matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1180
    • 提供者:王楠
  1. bb

    0下载:
  2. Euler midpoint simpson matlab code
  3. 所属分类:matlab

  1. jifen

    0下载:
  2. 复合辛普森求积 程序 算法 复合辛普森求积 程序 算法-Composite Simpson quadrature procedure algorithm composite Simpson quadrature program algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:542
    • 提供者:杨超
  1. simposen

    0下载:
  2. 复合辛普森算法,数值分析里面的内容,希望对大家有用-Composite Simpson method, numerical analysis of the contents of which, we hope to be useful! ! !
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:224123
    • 提供者:brq
  1. 2D-name

    0下载:
  2. C++ 二重积分辛普森求积法: 有点复杂,请见谅-C++ double integral Simpson quadrature method: a bit complicated, please forgive me
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:824419
    • 提供者:谢皆
  1. 3dname

    0下载:
  2. C++ 三重积分辛普森求积法: 有点复杂,请见谅-C++ triple integral Simpson quadrature method: a bit complicated, please forgive me
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:824418
    • 提供者:谢皆
  1. Numerical-integration

    1下载:
  2. 使用高斯、复合梯形、复合辛普生求解二重积分(矩形求积区域和三角型求积区域)的数值计算方法,使用C语言。-Use Gaussian composite trapezoidal composite Simpson solving double integrals (Rectangular Quadrature region and the triangular the Quadrature area), numerical methods, the use of the C language.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:132262
    • 提供者:张见
  1. lab03

    1下载:
  2. 复化Simpson积分公式和复化梯形积 分公式计算积分的通用程序 -Complexification Simpson integral formula and Trapezoidal integration formula integral general program
  3. 所属分类:Console

    • 发布日期:2017-11-05
    • 文件大小:597
    • 提供者:Kiven
  1. xinpusenqiuji

    0下载:
  2. 辛普森求积公式的详细介绍有梯形公式以及 辛普森求积公式的程序设计及其形变-Simpson quadrature formula details trapezoid formula and Simpson quadrature formula program design and its deformation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:696149
    • 提供者:lexou
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 21 »
搜珍网 www.dssz.com