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

搜索资源列表

  1. 科学与工程数值计算算法配套源码java

    0下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix co
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:137745
    • 提供者:方正
  1. 科学与工程数值计算算法配套源码vb

    4下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VB" complementary source, includes the plural, matrix comput
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:194325
    • 提供者:方正
  1. 科学与工程数值计算算法配套源码vc++

    4下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VC + +" complementary source, includes the plural, matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1318271
    • 提供者:方正
  1. C++常用数值算法之4数值积分

    1下载:
  2. 是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C source code file, the source file
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:19998
    • 提供者:潘杰
  1. 龙贝格积分

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

    • 发布日期:2008-10-13
    • 文件大小:939
    • 提供者:杨蕾
  1. Romberg积分

    0下载:
  2. Romberg积分,数值积分-Romberg points, numerical integration
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6415
    • 提供者:剑胆琴心
  1. matlab 数值积分算法

    4下载:
  2. CombineTraprl 复合梯形公式求积分 IntSimpson 用辛普森系列公式求积分 NewtonCotes 用牛顿-科茨系列公式求积分 IntGauss 用高斯公式求积分 IntGaussLada 用高斯拉道公式求积分 IntGaussLobato 用高斯—洛巴托公式求积分 IntSample 用三次样条插值求积分 IntPWC 用抛物插值求积分 IntGaussLager 用高斯-拉盖尔公式求积分 IntGaussHermite
  3. 所属分类:matlab例程

    • 发布日期:2016-01-24
    • 文件大小:9216
    • 提供者:gleeman
  1. dblsim.rar

    1下载:
  2. 完全的二维数值积分程序 给出自变量和函数值的矩阵,便可以计算其二重积分。这里采用simpson积分法 比matlab自带的dblquad好用多了,霍霍! 同时附有口径场用Gaussian-Lagurrer函数展开程序,Fully two-dimensional numerical integration procedure to the variables and function values from the matrix, we can calculate the double in
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3598169
    • 提供者:zealot
  1. newmarkintegration.rar

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

    • 发布日期:2017-03-31
    • 文件大小:1958
    • 提供者:孙长城
  1. Gauss-Hermite

    1下载:
  2. 国外比较好用的高斯-厄米特数值积分源代码-the code of gauss-hermite
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1489
    • 提供者:CXChou
  1. Integral

    0下载:
  2. 一个计算数值积分的类,包括变步长法和自适应法等。-A calculation of numerical integration of the categories, including variable step-size method and adaptive method.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:2621
    • 提供者:zj
  1. oula数值积分

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

    • 发布日期:2017-11-28
    • 文件大小:748
    • 提供者:岳吉祥
  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
    • 文件大小:1024
    • 提供者:444164651651
  1. simpson

    0下载:
  2. c语言递归调用的方法,实现利用Simpson算法完成给定的复杂函数数值积分,(The method of recursive call in C language to achieve a given numerical integration of a given complex function by using the Simpson algorithm)
  3. 所属分类:数学计算

    • 发布日期:2018-04-21
    • 文件大小:1227776
    • 提供者:宇哥很生气
  1. 数值分析

    2下载:
  2. 数值计算主要研究如何利用计算机更好的解决各种数学问题,包括连续系统离散化和离散形方程的求解,并考虑误差、收敛性和稳定性等问题。从数学类型分,数值运算的研究领域包括数值逼近、数值微分和数值积分、数值代数、最优化方法、常微分方程数值解法、积分方程数值解法、偏微分方程数值解法、计算几何、计算概率统计等。随着计算机的广泛应用和发展,许多计算领域的问题,如计算物理、计算力学、计算化学、计算经济学等都可归结为数值计算问题。(Numerical calculations mainly study how to
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:20480
    • 提供者:践心
  1. 第三次作业 (2)

    0下载:
  2. matlab数值积分算,假设储罐的密度和液氨的压力不变。模拟液氨储罐高架连续点源,在不同泄露速率、稳定度和风速下连续泄漏扩散的情况。当液氨储罐泄漏达到稳定状态时,扩散模型见下式:(During the leakage process, the pressure of the tank and the liquid ammonia density will change with the increase of the leakage amount. This change will be gra
  3. 所属分类:编译器/解释器

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:化工院
  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. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:37888
    • 提供者:jeff1130
  1. matlab数值微分程序原代码

    2下载:
  2. 9.1 利用差商近似导数 313   9.1.1 中点公式 313   9.1.2 利用Taylor公式构造差商公式 314   9.1.3 差商公式误差分析与步长优化 319   9.1.4 理查森外推法 321   9.2 插值型求导方法 323   9.3 样条求导 325   9.4 利用数值积分求导数 327   9.5 数值偏导数 329   9.6 MATLAB自带函数应用 329   9.6.1 diff函数 329   9.6.2 gradient函数 3
  3. 所属分类:其他

    • 发布日期:2020-04-19
    • 文件大小:5120
    • 提供者:XWLYF
  1. Visual+Basic+常用数值算法集

    0下载:
  2. 常用vb数值计算过程近200个,包括:解线代方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序等等,每个子过程都包括功能、方法、使用说明、过程和例子(There are nearly 200 commonly used VB numerical calculation processes, including solving linear equations, interpolation, numerical integration, special functions, function
  3. 所属分类:数学计算

    • 发布日期:2020-05-06
    • 文件大小:1922048
    • 提供者:chengxjf
  1. 常用数值积分公式

    0下载:
  2. 利用复合梯形公式、辛普森公式、牛顿-柯茨公式等计算函数f在区间[a,b]上的定积分,调用格式【q,s】=CombineTraprl(‘函数公式’,积分下限a,积分上限b)(Calculate definite integral by using CombineTraprl method)
  3. 所属分类:matlab例程

    • 发布日期:2019-07-10
    • 文件大小:7168
    • 提供者:lxshisan
« 1 2 34 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com