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

搜索资源列表

  1. numerical-methods

    1下载:
  2. 数值方法的5个重要的算法: 1.[Dirich.m] 求解拉普拉斯方程的狄利克雷方法. 用于偏微分方程的数值解 2.[Hamming.m] 汉明方法是用来修正微分方程的多步预测。 3. [Milne.m] 米尔恩 - 辛普森差分方程求解方法,用于预测校正方法。 4. [Rkf45.m]龙格 - 库塔 - 沃尔伯格错误控制和步骤的方法求解微分方程的近似解 5.[Romber.m]著名的龙贝格积分源代码。计算结果存在并显示为下三角矩阵。-Numerical Methods in
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:4411
    • 提供者:黄建理
  1. Romberg

    0下载:
  2. 实现龙贝格求积,用龙贝格算法求积分属于数值分析的范围-To realize the dragon office quadrature
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:1011
    • 提供者:lmy
  1. romberg

    0下载:
  2. 数值分析计算程序例子,龙贝格积分法求解函数积分,计算时注意函数端点处matlab是否能求出函数值,如不能需手动输入。-Numerical analysis of examples of the calculation program Romberg integration method for solving function integral.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:1165
    • 提供者:Zhang li
  1. special

    2下载:
  2. 用逼近法计算伽玛函数的值 用Lanczos算法计算伽玛函数的自然对数值 用伽玛函数计算贝塔函数的值 用逼近法计算不完全伽玛函数的值 用逼近法计算不完全贝塔函数的值 用逼近法计算伽玛函数的值 用逼近法计算第二类整数阶贝塞尔函数值 用逼近法计算变型的第一类整数阶贝塞尔函数值 用逼近法计算变型的第二类整数阶贝塞尔函数值 用高斯积分计算误差函数值 用高斯积分计算正弦积分值 用高斯积分计算余弦积分值 用高斯积分计算指数积分值 用逼近法计算指数积分值
  3. 所属分类:Other systems

    • 发布日期:2015-04-27
    • 文件大小:10240
    • 提供者:吕文旭
  1. program

    0下载:
  2. 运用数值方法求解导数问题; 求解微分问题; 求解积分问题的源代码-Use of numerical methods for solving the derivative solving differential problem solving integral problem of source code
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:143964
    • 提供者:yaogui
  1. NIT

    0下载:
  2. matlab 的NIT工具箱,在进行数值二重积分时,调用quad2d函数,可以提高速度!-Matlab NIT toolbox, conducting numerical double integral, call quad2d function, can improve the speed!
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:22328
    • 提供者:SPAN LEE
  1. Simpson-method

    0下载:
  2. 辛普森法则是一种数积分分方法,是以二次曲线逼近的方式取代矩形或梯形积分公式 ,以求得定积分的数值近似解。-Simpson' s rule is a number of integral method based on quadratic curve approximation instead of rectangular or trapezoidal integral formula to obtain the value of the definite integral approx
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:10638
    • 提供者:马峻修
  1. pid

    0下载:
  2. PID算法是自动控制领域最常用的误差消除算法,可以用其将一个动态数据输入序列进行处理达到 自稳定的特性。在这里实现的是PID算法的核心(比例、积分、微分)的数值计算部分,采用模块 化数据结构使得该代码能够在一个项目中完成多个PID控制任务的实现。-PID algorithm is the most commonly used in the field of automatic control error elimination algorithm, you can use a dynamic d
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:1109
    • 提供者:红果果
  1. Integral

    0下载:
  2. C++的各种积分程序,已形成头文件和内联函数文件,可用于各种数值方法的计算中。-The various integration program in C++, has formed the header files and inline function files that can be used in the calculation of the various numerical methods.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-12-03
    • 文件大小:4361
    • 提供者:sun changwen
  1. matlab

    0下载:
  2. 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
  3. 所属分类:File Formats

    • 发布日期:2017-11-08
    • 文件大小:1071502
    • 提供者:陈佳文
  1. numerical-computing-method

    0下载:
  2. 数值计算LU分解,追赶法,jacobi迭代,高斯迭代法,牛顿插值法,Romberg积分法-Numerical LU decomposition, chasing method, jacobi iteration, Gauss iterative method, Newton interpolation, Romberg integration method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:5398
    • 提供者:袁皓
  1. NumAlgFor77

    0下载:
  2. 这是一个标准数值计算的Fortran77案例程序,虽然没有高深而专门的算法,但对一些常用的算法,如矩阵计算,插值,拟合,数值微分和积分,非线性方程求根,函数极值,常微分和偏微分方程的求解等给出了案例式的的解法,有助于数值方法初学者入门或老用户常规调用,也可以作为子例子程序调用。-This is a standard numerical Fortran77 procedures in case, though not profound and specialized algorithms, but
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:146793
    • 提供者:Jia Duojie
  1. Int

    0下载:
  2. 4阶变步长算积分,使用与数值分析领域,用C语言编写的。-4-order variable step count points, using the numerical analysis field, using C language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:246542
    • 提供者:Maximo
  1. Romberg

    0下载:
  2. 使用Matlab语言完成《数值计算方法》中的Romberg(龙贝格)积分公式,程序可以根据用户输入的积分上下限、误差容限及表达式实现Romberg积分。-Using Matlab language to complete " numerical methods" in the Romberg (Romberg) integral formula, the program based on user input limits of integration, error toler
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:652
    • 提供者:老邓
  1. fuhetixing

    0下载:
  2. 数值计算中的复合梯形的方法求积分的c++源代码-Numerical calculation of the composite trapezoidal method for the integration of c++ source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:230496
    • 提供者:陈晨
  1. MultiWiiV1_7

    0下载:
  2. 基于 Matlab 的积分分离 PID 控制 算法及仿真 摘 要 MATLAB 是一种集数值计算、符号运算、可视化-flying car
  3. 所属分类:CSharp

    • 发布日期:2017-05-19
    • 文件大小:5369228
    • 提供者:马浩
  1. matlab-science-calculate

    0下载:
  2. 《MATLAB科学计算宝典》一书附录的例程,全程实例解说MATLAB数值计算和数据可视化功能,提高实用经验。包括微分,积分计算,超越方程,混沌,机械振动等的模拟。-matlab science calculate, all sorts of model for science research and so on.
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:6679781
    • 提供者:林真天
  1. matlab-math-caculate-methods

    0下载:
  2. MATLAB语言常用算法程序集,包含了插值、函数逼近、矩阵特征值计算、数值微分和积分、方程求根、非线性方程组求解、特殊函数计算、常微分方程和偏微分方程的数值解法、以及数据统计和分析等等。-MATLAB language commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical differentiation an
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:115634
    • 提供者:林真天
  1. Romberg-Newton-Cotes

    1下载:
  2. 龙贝格.牛顿-科特斯求定积分C语言算法实现,数值计算方法中常用-Romberg. Newton- Cortez find definite integrals C language algorithm, commonly used numerical method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3384
    • 提供者:张国力
  1. numerical-calculation

    0下载:
  2. 数值计算,微分和积分的几个例子,针对于MATLAB2011a-numerical calculation
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:972551
    • 提供者:nick
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 »
搜珍网 www.dssz.com