CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 梯形公式

搜索资源列表

  1. fhtxgs

    0下载:
  2. 简单实现了复化梯形公式的求解,并且分析了数据误差和分段数之间的关系图
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1441
    • 提供者:于来
  1. erchongjifen

    0下载:
  2. 该程序为重积分的计算。应用复化梯形公式,采用逐次二分步长的方法,并应用外推思想。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:986
    • 提供者:潘晓惠
  1. jsffsybg

    0下载:
  2. 十三个计算方法源程序,实现了拉格朗日插值多项式 牛顿插值多项式 自适应梯形公式 牛顿切线法 问题:求方程的根
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:189439
    • 提供者:kang
  1. my_codes

    0下载:
  2. 平时完成作业做的几个小程序。有数值计算方面的梯形公式求积、simpson算法求积、Jacobi算法求解线性方程组、Gauss-Seidel法求解线性方程组,还有一个简单的学习成绩管理信息系统,可实现成绩录入、查询和排序等功能
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5877
    • 提供者:huangye
  1. numerical_analysis_classic

    0下载:
  2. 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:149475
    • 提供者:丁一
  1. trapezium_formula_quadrature_new

    0下载:
  2. 数值分析中的复化梯形公式求积的问题,程序中含输入/输出界面。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10449
    • 提供者:丁一
  1. Differential-Equations

    0下载:
  2. 数值分析中解微分方程程序,采用了不同步长的向前、向后欧拉法,梯形公式,四阶龙格库塔法等-Solution of differential equations in numerical analysis program, using non-synchronous long forward to Houou La France, trapezoidal formula, the fourth-order Runge-Kutta method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:345442
    • 提供者:白阳
  1. Cpp1

    1下载:
  2. 龙贝格求积公式也称为逐次分半加速法。它是在梯形公式、辛卜生公式和柯特斯公式之间的关系的基础上,构造出一种加速计算积分的方法。 作为一种外推算法, 它在不增加计算量的前提下提高了误差的精度.-Romberg quadrature, also known as successive half acceleration method. It is the trapezoid formula, formula and Cotes formulas Xinbo students the relations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:610
    • 提供者:liuchang
  1. zishiyingtixinggongshi

    0下载:
  2. 自适应梯形公式,计算体形的各种公式,可变步长自动适应的。-Adaptive trapezoid formula to calculate body shape of the various formulas, automatic variable step size adaptation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:819
    • 提供者:sdaf
  1. CalculationAlgorithm

    0下载:
  2. Gauss,加速迭代,拉格朗日插值法,龙贝格算法,牛顿迭代算法,梯形法积分,自适应梯形公式-Gauss, to accelerate the iteration, the Lagrange interpolation method, Romberg algorithm, Newton algorithm, trapezoidal integration method, adaptive trapezoid formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3137
    • 提供者:james
  1. fuhuatixing1

    0下载:
  2. 复化梯形求积公式:定积分近似计算的一个有效方法——复化牛顿-科玆方法,其中最常用的当推复化梯形公式。-Rehabilitation of trapezoidal quadrature formula: Approximate calculation of definite integral is an effective way- rehabilitation of the Newton- Kotz methods, the most commonly used when pushing reh
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:47693
    • 提供者:klb
  1. tixing

    0下载:
  2. 复化梯形公式计算积分的通用程序,方便快捷!非常好用-Trapezoidal formula rehabilitation of the general program points, convenient and quick! Very good
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:607
    • 提供者:张龙
  1. mainc

    1下载:
  2. 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative me
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2718461
    • 提供者:shz
  1. shuzhijiweifen

    0下载:
  2. 实验三 数值积分与数值微分 实验内容:选用复合梯形公式,复合Simpson公式,Romberg算法-Experiment 3 numerical integration and numerical differentiation experiment content: Using composite trapezoidal rule, composite Simpson formula, Romberg Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:11466
    • 提供者:yuan
  1. 1

    0下载:
  2. 这是一个利用复化梯形公式计算定积分的c程序算法 很强大 -revolution to solve simpson
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:277147
    • 提供者:胡俊武
  1. shuzhijifen

    0下载:
  2. 数值积分(学习计算方法三) 变步长梯形公式 变步长辛普森公式 复合梯形公式 复合辛普森公式-Numerical integration (learning method c) variable step variable step trapezoidal rule formula for composite trapezoidal composite Simpson' s formula Simpson
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2913278
    • 提供者:ludy
  1. da2

    0下载:
  2. .牛顿—科特斯公式:梯形公式、辛普森公式、科特斯公式; 2.复化求积公式:复化梯形公式、复化辛普森公式; -. Newton- Cortez formula: the trapezoidal rule, Simpson formula, Cortez formula 2. Complex of the quadrature formula: complex trapezoid formula, complex formulas of Simpson
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:134545
    • 提供者:张克
  1. computing-method

    0下载:
  2. 实现拉格朗日算法、高斯消元法算法、梯形公式的逐次分半法等常用计算方法的算法程序-Achieve Lagrangian algorithm, Gaussian elimination algorithm, the successive half trapezoidal method and other commonly used procedures for calculation of the algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2576
    • 提供者:Aleny
  1. Numerical-calculation-method-program

    0下载:
  2. Newton插值法、Lagrange插值法、用梯形公式、Simpson公式求积分、复化数值积分公式的自动控制误差算法-Newton interpolation, Lagrange interpolation method, using the trapezoidal rule, Simpson quadrature formula, complex formulas of numerical integration algorithm for the automatic control erro
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:7193
    • 提供者:caibuxinhanxin
  1. cPP

    0下载:
  2. 采用c++实现优化的复合梯形公式,辛普森,高斯求函数积分,精度高,效率高-C++ to achieve optimal use of the composite trapezoidal formula, Simpson, Gauss function, integral, high precision, high efficiency
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2998
    • 提供者:王俊
« 12 3 4 »
搜珍网 www.dssz.com