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

搜索资源列表

  1. nit

    1下载:
  2. matlab数值积分工具箱 nit toolbox
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:21965
    • 提供者:浪花
  1. Newmark

    0下载:
  2. 工程中微分方程数值积分经常需要使用的Newmark法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1394
    • 提供者:郝晓
  1. 综合报告

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

    • 发布日期:2008-10-13
    • 文件大小:12743
    • 提供者:梦萦
  1. 复化积分

    0下载:
  2. 数值逼近中的复化积分方法-numerical approximation of the integration method Minute
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1278
    • 提供者:s
  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 + + methods, which is precisely wha
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:113915
    • 提供者:王宇
  1. MATLAB数值积分与微分

    1下载:
  2. dsf
  3. 所属分类:多媒体

    • 发布日期:2009-10-31
    • 文件大小:281372
    • 提供者:lhwmc@yahoo.cn
  1. c#数值计算算法

    1下载:
  2. 包含最小二乘法、积分、复数计算的各种C#算法
  3. 所属分类:C#编程

    • 发布日期:2011-02-24
    • 文件大小:85634
    • 提供者:lucs860327
  1. 数值分析中的各种插值

    0下载:
  2. Lagrange插值+Newton插值+分段线性插值+复合梯形公式求定积分+列主元高斯+牛顿迭代+数据拟合+线性方程组迭代+++追赶法(1)
  3. 所属分类:其他小程序

  1. Romberg求积分(研究生数值分析作业)

    1下载:
  2. Romberg求积分(研究生数值分析作业)
  3. 所属分类:数学计算/工程计算

  1. Simpson.zip

    0下载:
  2. Simpson二重积分数值算法,注释比较详细,Simpson double integral numerical algorithm, the Notes in more detail
  3. 所属分类:matlab例程

    • 发布日期:2017-03-31
    • 文件大小:1191
    • 提供者:okboy
  1. Matlab.zip

    1下载:
  2. Matlab数值积分,包含多种积分的源程序 CombineTraprl 复合梯形公式求积分 IntSimpson 用辛普森系列公式求积分 NewtonCotes 用牛顿-科茨系列公式求积分 IntGauss 用高斯公式求积分 IntGaussLada 用高斯拉道公式求积分 IntGaussLobato 用高斯—洛巴托公式求积分,Matlab numerical integration, including a variety of points of the source Combi
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3082
    • 提供者:Wade
  1. yingyongshuzhifenxi.rar

    0下载:
  2. 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3239623
    • 提供者:zz
  1. mc.rar

    0下载:
  2. 用MATLAB编写的运用Monte Carlo method数值积分的实例程序。可供初学者参考学习!,TETRAHEDRON_MONTE_CARLO is a MATLAB library which estimates the integral of a function over a tetrahedron using the Monte Carlo method. The library makes it relatively easy to compare different m
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5409
    • 提供者:sun
  1. numericalmethodsofintegration.

    0下载:
  2. 数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3 x3微分=-800*x1-80*x2-24*x3+sin(t); y=800x1 的运算,Numerical integration algorithm for the calculation of first-order differential equations: through the preparation of programming languag
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:60976
    • 提供者:andy
  1. Simpson2

    0下载:
  2. 该代码利用复化辛普深公式求给定函数的数值积分,已知该函数的等分区间。-The code deep with Combined Formula Simpson numerical integration of a given function, the function of the decile range is known.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:659
    • 提供者:王静
  1. intgauss

    0下载:
  2. 使用高斯公式来计算数值积分以及使用高斯公式求解数值重积分-Using Gaussian numerical integration formula and the numerical solution using the Gauss formula for re-integration
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:947
    • 提供者:chensheng
  1. proj4

    2下载:
  2. MIT--航空航天工程中的计算方法_概率论方法实例——涡轮叶片中的热传导问题 MIT公开课程--航空航天工程中的计算方法 这门课程适用于在航空和航天工程中出现的计算方法的入门学习。其应用是从航空宇宙结构,空气动力学,动力学和控制,和航空宇宙系统选出的。其技术包括:常微分方程系统的数值积分;偏微分方程式的有限差分,有限体积, 和有限元的离散化;数值线性代数;本征值问题和带有约束的最优化。-MIT- Aerospace engineering calculation
  3. 所属分类:transportation applications

    • 发布日期:2014-09-13
    • 文件大小:331776
    • 提供者:skp
  1. shuzhijifen

    0下载:
  2. 数值积分法通过matlab实现,对于初学者非常有用。从书上下载的源代码。-Achieved by numerical integration matlab, very useful for beginners. Downloaded from the book source code.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1768
    • 提供者:fff
  1. Gaussian-integral

    1下载:
  2. 关于数值分析的程序,做高斯积分!采用了两种数值方法做的积分函数!-Numerical Analysis about the procedures to do Gaussian integral! Two numerical methods using the integral function to do!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:6659
    • 提供者:huang
  1. nit

    1下载:
  2. MATLAB的数值积分工具箱,大家赶快下载来看看,一定不会让你失望-Numerical integration of MATLAB toolbox, we quickly downloaded to see that we will not let you down
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:19568
    • 提供者:zhanglan
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 39 »
搜珍网 www.dssz.com