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

搜索资源列表

  1. 9.3

    0下载:
  2. 利用Gauss两点积分公式,进行数值积分的求解,并看它所具有的精确度。-The use of two points Gauss formula for numerical integration of the solution and see its precision.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:627
    • 提供者:李萍
  1. GaussHermite

    1下载:
  2. 国外的用于实现高斯-厄米特数值积分的程序-Abroad, for the realization of Gauss- Hermite numerical integration procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:3199
    • 提供者:CXChou
  1. NumericalAlgorithm

    0下载:
  2. 数值计算方法中部分重要算法的C语言代码实现程序。内容包括解非线性方程的迭代方法、矩阵分解的直接方法、插值法、数值积分-Numerical calculation method, some important algorithms in C language code implementation procedures. Includes iterative method for solving nonlinear equations, matrix decomposition of the di
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:20436
    • 提供者:黄旭
  1. pake

    0下载:
  2. 共9个文件:C直接读取dbf文件,RS-232-C端口实时监控软件的设计实现,复数计算(复数类),矩阵计算(矩阵类),捆绑exe文件,收发电子邮件,数值积分,数值微分,用C编程获取WPS的文件密码-A total of 9 files: C Direct Reading dbf files, RS-232-C port real-time monitoring software design implementation, complex computing (complex type), ma
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:980399
    • 提供者:焦振涛
  1. 25707

    0下载:
  2. 数值积分 romberg matlab编程-Numerical integration romberg matlab programming
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:32572
    • 提供者:张光桥
  1. Simposn

    0下载:
  2. 数值积分里的辛普森求积公式,用于计算定积分,效率很高-Numerical integration inside the Simpson quadrature formula used to calculate the definite integral, highly efficient
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:759
    • 提供者:王俊
  1. Finite_difference_method

    1下载:
  2. 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Me
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:246401
    • 提供者:彭鑫
  1. Numerical-integration-toolbox

    2下载:
  2. 数值积分工具箱,里面有一些常用的数学函数。-Numerical integration toolbox, which has a number of commonly used mathematical functions.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:36687
    • 提供者:Haha
  1. shuzhijifen

    0下载:
  2. 数值积分,包含许多种积分操作,能够实现,如高斯法等-Numerical integration, including integration of many kinds of operations, can be achieved, such as the Gaussian law
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:12118
    • 提供者:董仁举
  1. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594
    • 提供者:锦夏
  1. szjf

    0下载:
  2. matlab数值积分程序,里面包括了常用的matlab数值积分的程序,包括手写的和matlab自还的函数。-matlab numerical integration procedures, which include commonly used matlab numerical integration procedures, including hand-written and self is also a function of matlab.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:9314
    • 提供者:zy
  1. RobergandIntgauss

    1下载:
  2. 在MATLAB平台下,利用龙贝格公式和高斯公式,求解数值积分,源码-In the MATLAB platform, using Romberg formula and the Gauss formula, solving numerical integration, source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:789
    • 提供者:chenshanshan
  1. 1

    0下载:
  2. 一个把拉格朗日插值法核数值积分统一到一起的程序核心代码-Lagrange interpolation method to a numerical integration into the nuclear program with the core code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1577
    • 提供者:史雨
  1. shuzhijifen

    0下载:
  2. 用MATLAB实现数值积分的求解,具体的算法的实现都已给出。-Numerical integration using MATLAB to achieve the solution of the specific implementation of the algorithm are given.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:9327
    • 提供者:陈臻
  1. 2

    1下载:
  2. 数值分析课件,包括:第00章 引论 ,第01章 插值方法,第02章 数值积分,第03章 常微分方程的差分方法等-Numerical Analysis of courseware, including: the first 00 chapters cited on the first 01 chapters interpolation method, the first 02 chapters of numerical integration, the first 03 chapters of
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2657982
    • 提供者:夜月烨
  1. Integral

    0下载:
  2. 操作数值积分的类 CIntegral 的实现代码-Operation of numerical integration code for the class implementation of CIntegral
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2739
    • 提供者:jiaming wang
  1. shuzhijifen

    0下载:
  2. 主要解决matlab的数值积分问题,包括了复合梯形公式和复合辛普森公式-matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:23436
    • 提供者:伊水冰蓝
  1. sample-rate-conversion

    0下载:
  2. 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解-VB -Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation and non-linear eq
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:22108
    • 提供者:hjq
  1. Image2Html

    0下载:
  2. 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求-Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation Roots and nonlinear eq
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:496519
    • 提供者:hjq
  1. shuzhijisff

    0下载:
  2. 数值计算方法的程序,其中包括梯形积分法,三角矩阵求解,和辛普森积分法-Procedures for numerical methods, including the trapezoidal integration method, triangular matrix solution, and the Simpson integration method
  3. 所属分类:Algorithm

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