搜索资源列表

  1. 数值微分和数值积分

    1下载:
  2. 数值微分和数值积分:Newton-Cotes公式、复化公式和区间逐次半分法、外推法和Romberg积分、自适应Simpson积分法-numerical differentiation and numerical ranking : Newton - Cotes formulas, rehabilitation of formula and a half hours successive interval, extrapolation a
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:14.72kb
    • 提供者:周思良
  1. 龙贝格积分法

    0下载:
  2. 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3.57kb
    • 提供者:jasa
  1. 线性方程组的迭代法和牛顿数值积分

    0下载:
  2. 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-12-24
    • 文件大小:1.73kb
    • 提供者:skiloop@126.com
  1. oula数值积分

    0下载:
  2. 欧拉法-Euler
  3. 所属分类:源码下载

    • 发布日期:2024-11-14
    • 文件大小:0byte
    • 提供者:岳吉祥
  1. romberg

    0下载:
  2. 龙贝格数值积分法- Dragon Begg numerical integration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-14
    • 文件大小:1kb
    • 提供者:申和平
  1. 龙贝格积分

    0下载:
  2. 龙贝格积分法求解数值积分-Romberg integral method numerical integration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-14
    • 文件大小:1kb
    • 提供者:杨蕾
  1. 综合报告

    0下载:
  2. 数值积分法的实现-numerical integration method for the realization
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-14
    • 文件大小:12kb
    • 提供者:梦萦
  1. numerical_analysis

    0下载:
  2. 在程序设计部分主要讨论了在读写函数表达式时,词法分析与语法分析的C++实现方法,这也正是本程序编写的难点与重点。之后介绍了复化求积法和Romberg求积法的编写步骤及方法以及数值积分的实现方法。-in the process of discussing some of the major functions of the reader expression, lexical analysis and parsing of C++ met
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-11-14
    • 文件大小:131kb
    • 提供者:王宇
  1. 辛普生

    0下载:
  2. 辛普生法求积分,也是关于数值积分的matlab程序-Simpson for Integral Health Act, as well as on the numerical integration of Matlab procedures
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-14
    • 文件大小:3kb
    • 提供者:tsibintsibin
  1. VB_NUM3

    0下载:
  2. 用VB实现数值积分的算法集。包括梯形求积法,反常积分,三重积分,龙贝格方法,辛卜生方法等6种方法。-VB numerical integration algorithm set. Quadrature including the trapezoidal method, abnormal integral triple integral, Romberg, Oracle Health means six ways.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-14
    • 文件大小:4kb
    • 提供者:李春波
  1. 数值微分和数值积分

    0下载:
  2. 数值微分和数值积分:Newton-Cotes公式、复化公式和区间逐次半分法、外推法和Romberg积分、自适应Simpson积分法-numerical differentiation and numerical ranking : Newton- Cotes formulas, rehabilitation of formula and a half hours successive interval, extrapolation an
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-14
    • 文件大小:14kb
    • 提供者:周思良
  1. 龙贝格积分法

    0下载:
  2. 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle
  3. 所属分类:matlab例程

    • 发布日期:2024-11-14
    • 文件大小:3kb
    • 提供者:jasa
  1. Numerical-integration-method

    0下载:
  2. 提供了6种数值积分方法的c++代码实现: 1 梯形求积法(TRAPZD->QTRAP); 2 辛普森(Simpson)求积法(QSIMP); 3 龙贝格(Romberg)求积法(QROMB); 4 反常积分(MIDPNT, MIDINF, MIDSQL, MIDEXP->QROMO); 5 高斯求积法(QGAUS, GAULEG); 6 三重积分(QUAD3D)-offers six methods of numerical
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-14
    • 文件大小:5kb
    • 提供者:ldg
  1. Cprograms

    0下载:
  2. 中南大学C语言程序设计实习 1 实验一:C语言图形模式的设置 2 实习二:一元函数的图形绘制 3 实习三:二维图形的几何变换 4 实习四:非线性方程求根的二分法 5 实习五:非线性方程求根的牛顿法 6 实习六:数值积分的矩形法和梯形法 7 实习八:级数求和问题 8 实习九:曲线拟合 9 实习十一:解线性方程组的Gauss消元法 10 实习十四:解线性方程组的J
  3. 所属分类:教育/学校应用

    • 发布日期:2024-11-14
    • 文件大小:164kb
    • 提供者:CF雷电
  1. Integral123

    0下载:
  2. 数值积分头文件, 变步长梯形法求积.-numerical integration header files, variable step trapezoidal method for the plot.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-14
    • 文件大小:4kb
    • 提供者:刘英
  1. newmarkintegration

    0下载:
  2. newmark数值积分法解动力学方程组,很实用哟。-Newmark numerical integration method for kinetic equations, it is practical yo.
  3. 所属分类:多媒体编程

    • 发布日期:2024-11-14
    • 文件大小:2kb
    • 提供者:孙长城
  1. 06_UT 数值

    0下载:
  2. 使用数值积分法对目标轨道进行估计,并对误差传播进行分析(The numerical integration method is used to estimate the target orbit, and the error propagation is analyzed .)
  3. 所属分类:汇编语言

    • 发布日期:2024-11-14
    • 文件大小:761kb
    • 提供者:lisa doudou
  1. 06_UT J2 解析 无短周期

    0下载:
  2. 对目标弹道受力进行分析,考虑J2摄动的影响,并包含短周期项,弹道预报方法使用数值积分法(The force of the target trajectory is analyzed, considering the influence of the J2 perturbation, and contains the short term term, the trajectory prediction method using numer
  3. 所属分类:matlab例程

    • 发布日期:2024-11-14
    • 文件大小:769kb
    • 提供者:lisa doudou
  1. 3数值积分与数值微分—Newton_Cotes公式积分法

    0下载:
  2. 使用matlab编写了Newton_Cotes公式积分法的函数,里面有题目,可直接运行计算得到结果。(The function of Newton_Cotes formula integral method is written by MATLAB. There are problems in it, which can be directly run and calculated and get the result.)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-14
    • 文件大小:37kb
    • 提供者:jeff1130
  1. 数值积分法

    0下载:
  2. 数值积分法,包括梯形求积公式,复化梯形求积公式,辛普森求积公式,复化辛普森求积公式和龙贝格求积公式(The numerical integration method includes trapezoidal quadrature formula, complex trapezoidal quadrature formula, Simpson quadrature formula, compound Simpson quadrature
  3. 所属分类:matlab例程

    • 发布日期:2024-11-14
    • 文件大小:2kb
    • 提供者:靖哥哥sj
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org