CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - integral function

搜索资源列表

  1. 二维积分函数

    1下载:
  2. 4个关于二维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-four two-dimensional integral function of the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used norm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.84kb
    • 提供者:angel2271
  1. 三维积分函数

    1下载:
  2. 2个关于三维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-two three-dimensional integral function of the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used nor
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.03kb
    • 提供者:angel2271
  1. integral.c

    0下载:
  2. Using 3 methods to integrate the function f(x) = 1/(1+x*x)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:906byte
    • 提供者:张琦
  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
    • 文件大小:5.28kb
    • 提供者:sun
  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
    • 文件大小:6.5kb
    • 提供者:huang
  1. integrate(nu)

    0下载:
  2. This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:12.35kb
    • 提供者:徐亮
  1. qiudingjifen

    0下载:
  2. 求定积分的通用函数,以给定算例,演示了定积分的求解过程,简单明了。-Seek a common definite integral function to the given examples to demonstrate the definite integral of the solution process, simple and straightforward.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:14.6kb
    • 提供者:yyt
  1. sanjiao3

    0下载:
  2. 数值计算指数积分函数源码,非常宝贵的源码-Exponential integral function numerical source, a very valuable source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:28.55kb
    • 提供者:guoguo
  1. Romberg

    0下载:
  2. 应用Romberg方法计算函数的积分, 应用Romberg方法计算函数的积分。-Application of the integral function of Romberg method, application of Romberg method function points.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:671byte
    • 提供者:litao
  1. Ex6_13

    0下载:
  2. 【例6.13】梯形法求积分的函数integer()是通用函数,可求任一函数的定积分。不同的函数有不同的解析式, //该解析式决定了自变量在每一个小积分区间端点处的函数值。函数 integer()以一个指向函数的指针为参数, //由该参数调用欲求定积分的函数,另两个参数是积分上下限。-[Example 6.13] the trapezoidal method to seek the integral function integer () is a universal function,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:682byte
    • 提供者:wu_xiaofeng
  1. Simpson

    0下载:
  2. 用梯形法估算,再用辛普森法积分。 fsimpf 积分函数, 根据自己的函数自己填写 a,b 积分下上限,eps 精度。需自己给定。 例子是 积分 sin(x), x=0 to 3.14/2-Estimated using the trapezoidal method, and then the Simpson integral. fsimpf integral function, according to their function to fill out a b Credi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:1.46mb
    • 提供者:shadowyl
  1. longbig_cpp

    1下载:
  2. 龙格积分函数的c语言程序,能够方便大家完成简单的运算,内有注释,便于修改-The Runge integral function c language program, able to facilitate the completion of simple arithmetic, with Notes, easy to modify
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:732byte
    • 提供者:circlehuang
  1. complex-variable-integral-transform

    0下载:
  2. 华中科技大学本科生复变函数及积分变换全套资料,希望能给需要的人带来帮助。-Huazhong University of Science and Technology Undergraduate complex function and integral transformation complete information, I hope to give those who need help.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:3.52mb
    • 提供者:付港
  1. Definite-integral-algorithm

    1下载:
  2. 该文档中用C语言实现通用函数的定积分,源码中采用指向函数的指针作函数参数,整个功能实现的效率高,可以为读者们提供很好的语言编写思路。-This document using C language to achieve universal function definite integral, using the source code for the function pointer to a function parameter functions to achieve high overal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.84kb
    • 提供者:lincy_dd
  1. SOURCE1

    1下载:
  2. 变步长高斯勒让德方法计算定积分模块 1. 变步长方法函数 ! 2. 复合高斯勒让德积分函数 ! 2. 单区间5点高斯勒让德积分函数 ! 3. 要计算的函数-Gauss Legendre variable step length method calculating definite integral module 1. The variable step size method function !2. Composite gauss Legendre integral
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.38kb
    • 提供者:牛春洋
  1. Point-And-Function

    0下载:
  2. 指针与函数,已知两个函数,求它们在指定区间的定积分-Point and function, two functions is known, solve the definite integral within a specified interval
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:113.54kb
    • 提供者:熊莹
  1. simpson

    0下载:
  2. 通过辛普森计算方法,得到积分方程的计算,主要通过n=2得到积分所求的函数值。-Calculated by Simpson, calculating the integral equations obtained mainly through n = 2 to get the value of the integral function requested.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:613byte
    • 提供者:conny
  1. Integral

    0下载:
  2. 积分运算类,封装了积分运算的一些计算功能,非常实用-Integral arithmetic, which is a kind of calculation function of integral operation, is very useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.42kb
    • 提供者:张勇
  1. gauss-5

    0下载:
  2. 五个节点的高斯积分法,收敛性好,需要自己输入积分的函数以及区域,精度挺高的- 37/5000 Five nodes of the Gaussian integral method, good convergence, the need to input their own integral function as well as the regional, high precision
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:376.97kb
    • 提供者:袁玉勋
  1. correlation

    0下载:
  2. 通过设定距离,时延,嵌入维数, 计算关联积分函数C。(By setting distance, delay and embedding dimension, we calculate the correlation integral function C.)
  3. 所属分类:数学计算

« 12 3 »
搜珍网 www.dssz.com