CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 复化积分

搜索资源列表

  1. tx

    0下载:
  2. 计算方法实验。自己做的 实 验3 梯形法求定积分值 【实验内容】 1、方法简介 复化梯形公式: , 2、基本原理 设将求积区间[a,b]划分为n等分,步长 ,分点为xi=a+ih,i=0,1,…,n。所谓复化求积法,就是先用低阶求积公式求得每个子段[xi,xi+1]上的积分值Ii,然后再将他们累加求和,用各段积分之和 作为所求积分的近似值。 3、使用说明 (1)本程序在windows xp + vc6.0完美运行,为了保证其正确,请在此环境下
  3. 所属分类:Windows编程

    • 发布日期:2014-01-17
    • 文件大小:61.03kb
    • 提供者:000
  1. 复化梯形二分步长法求二重积分

    0下载:
  2. 复化梯形二分步长法求二重积分-Minute trapezoid two-step method for Double Integral
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:lin
  1. lab

    2下载:
  2. 用c语言实现复化Simpson积分,和复化梯形积分的通用程序,其中题目的具体要求见文件夹中的pdf文档-Re-oriented with the c language implementation Simpson points, and re-integration of the general program of trapezoidal
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:44.95kb
    • 提供者:孟中
  1. valueanalysis

    0下载:
  2. 数值微分和数值积分:Newton-Cotes公式、复化公式和区间逐次半分法、外推法和Romberg积分、自适应Simpson积分法 [ReMap.rar] - EASYARM2200教学实验平台上的存储器映射 -Numerical Differentiation and Numerical Integration: Newton-Cotes formulas, complex formulas and interval of successive half-hours law, ext
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:20.45kb
    • 提供者:任峰
  1. shuzhifenxi4

    1下载:
  2. 实验题目:复化求积公式 相关知识:将积分区间[a,b]n等分,节点xk=a+kh,k=0,1, …,n,步长 。复化梯形公式为: 再将每个小区间二等分,即整个积分区间[a,b]2n等分,此时复化梯形公式为 。复化梯形公式的递推关系为 其中, , 。 数据结构:(略) 算法设计: 复化梯形公式的算法如下 第一步:n=1,h=b-a; 第二步: ; 第三步:计算 ; 第四步:计算 ; 第五步:n=2n,h=h/2; 第六步:若 (事先给定
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:785byte
    • 提供者:张涛
  1. lastone

    0下载:
  2. 实现复化梯形算法,复化simpson算法以及高斯方法求积分-To achieve restoration of trapezoidal algorithm, rehabilitation of simpson algorithm, as well as methods for Gaussian integral
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:306.09kb
    • 提供者:Paul Wang
  1. Simpson

    0下载:
  2. 数值分析中针对复化积分中的复化辛普森公式,求解效果良好-For numerical analysis of integral rehabilitation of the complex formula of Simpson
  3. 所属分类:Windows Develop

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

    0下载:
  2. 复化Simpson求积分,常用算法中很常用的一种积分方法-Complex of Simpson quadrature commonly used algorithm is a common integration method
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:669byte
    • 提供者:萨拉
  1. lab03

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

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

    0下载:
  2. 设计梯形积分和辛普顿积分来计算任意精度复化积分的方法,并计算其误差阶。-Design trapezoidal integration and integration to calculate Simpleton complexification arbitrary precision integral method, and calculate the error bands.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:739byte
    • 提供者:
  1. lab03

    0下载:
  2. 中国科大数值计算方法与算法实验三:复化梯形积分、复化辛普森积分-Numerical methods and algorithms of USTC,lab03.c: trapezoidal integration, complex integration of Simpson
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:585byte
    • 提供者:zx
  1. computing-method

    0下载:
  2. 列主元消去法解线性方程、三对角阵的LU分解、用迭代法解方程组、求矩阵的LDLT分解及cholesky分解、求函数插值多项式、插值误差、用复化公式求积分方程、计算定积分-Column pca elimination method solving linear equations, LU decomposition of tridiagonal matrix, solutions of equations by iteration method, LDLT decomposition of matr
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6.27mb
    • 提供者:薛荔枝
  1. shuzhijifen

    0下载:
  2. 使用WIN-TC编写一个程序,实现数值积分。用复化梯形方法、复化Simpson方法、变步长梯形方法、变步长Simpson方法编程求解积分值。-Using WIN-TC to write a program to achieve numerical integration. Compound trapezoid method used, the complex method of Simpson, variable step trapezoidal method, Simpson variable
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:19.9kb
    • 提供者:wu
  1. Simpson

    0下载:
  2. 复化辛普森求函数积分,里面的函数可根据需要自行更改-Ask for the Simpson function integral, the inside of the function can be according to the need to change it
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:766byte
    • 提供者:胡孟凯
  1. szjf

    0下载:
  2. 数值积分的计算程序,使用了复化梯形公式和复化Simpson公式-The calculation program of numerical integral, using complex trapezoid formula and compound Simpson formula
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:733byte
    • 提供者:barkt
  1. shuzhijifen

    0下载:
  2. 数值积分MATLAB代码,包含4种数值积分方法,分别为复化梯形、复化抛物线、梯形逐次分半、抛物线逐次分半。且编写采用向量化思维效率高、代码简洁。-Numerical integration MATLAB code, including four kinds of numerical integration methods are Trapezoidal, Compound Parabola trapezoid successive half parabolic successive half.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.21kb
    • 提供者:陈文青
  1. 复化Simpson公式法----matlab

    0下载:
  2. 复化Simpson公式法----matlab,勇于离散积分方程,助于勇于工程反问题的计算,适合于算例仿真。(Complex Simpson formula ---- matlab, the courage to discrete integral equation, help to the courage to reverse the calculation of the project, suitable for example simulation.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:9kb
    • 提供者:立军
  1. Numerical_Integration

    0下载:
  2. 利用matlab用基础语法编写数值积分的程序,分别用了复化梯形公式和复化Simpson公式(The program of numerical integration is compiled by using the basic grammar of MATLAB, and the complex trapezoid formula and the complex Simpson formula are used respectively)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:1kb
    • 提供者:444164651651
  1. chengxu

    0下载:
  2. 复化求积公式(composite integration rule )是一类重要的求积公式。指将求积区间分为m个子区间,对每个子区间应用同一求积公式,所得到的复合数值积分公式。(The complex quadrature formula is a kind of important quadrature formula. The formula of complex numerical integration is obtained by dividing the quadrature int
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:5kb
    • 提供者:xzt
  1. matlab求积分实例

    2下载:
  2. 插值型求积方法 275   8.1.1 梯形公式 276   8.1.2 辛普森公式 277   8.1.3 柯特斯公式 278   8.2 复化求积公式 279   8.2.1 复化梯形公式 279   8.2.2 复化辛普森公式 281   8.2.3 复化柯特斯公式 283   8.2.4 复化求积公式误差分析 285   8.3 步长逐次减半求积方法 286   8.3.1 步长逐次减半梯形求积公式 287   8.3.2 步长逐次减半辛普森求积公式 288   
  3. 所属分类:其他

    • 发布日期:2020-06-19
    • 文件大小:11kb
    • 提供者:XWLYF
搜珍网 www.dssz.com