搜索资源列表

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

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

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

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

    • 发布日期:2024-05-16
    • 文件大小:193536
    • 提供者:方正
  1. C++常用数值算法之4数值积分

    0下载:
  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 sou
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:19456
    • 提供者:
  1. 实验3-数值积分

    0下载:
  2. 1、用MATLAB软件掌握梯形公式、辛普森公式和蒙特卡罗方法计算数值积分。 2、通过实例学习用数值积分和数值微分解决实际问题。-1, using MATLAB software have trapezoidal formula, Simpson formula and Monte Carlo numerical integration method. 2, through examples of learning to use nume
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:34816
    • 提供者:葛林
  1. 计算方法程序

    0下载:
  2. 文件实现求解线性方程组、多项式插值或积分,包含gauss消去、迭代等,可变换形式达到一程序多用的目的-achieve document for solving linear equations, polynomials or interpolation points, including Gauss elimination, iterative, can transform a process to form the multi-pur
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:1291264
    • 提供者: 孙灵宾
  1. MATLAB_simpson

    0下载:
  2. 复化抛物形公式的MATLAB程序,用上述程序计算积分的值。-Minute parabolic shape of the formula MATLAB procedures, the use of such procedures calculated integral values.
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:赵乐海
  1. integral_volume

    0下载:
  2. 使用蒙特卡罗方法计算积分和体积的Matlab代码,适合初学者。-calculated using the Monte Carlo method and size of the integration of Matlab code for beginners.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:宋仁栋
  1. gauss-legendre

    0下载:
  2. 用gauss-legendre方法计算积分的近似值-Gauss-legendre with integral approximation method
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:东海公园
  1. rungekutta

    0下载:
  2. 用龙贝格积分法计算积分的程序,matlab语言编写,希望能对大家有用。-Romberg integration method with integral calculation procedures, matlab language, hoping to be useful to everyone.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:魏艳霞
  1. daima

    0下载:
  2. 根据给定的函数,分别用复合梯形公式、复合辛普森公式、龙贝格求积公式和变步长的求积公式计算积分结果,并且比较积分的精确度。-According to a given function, namely, composite trapezoidal formula using composite Simpson formula Romberg quadrature formula and the variable step-size inte
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:娜娜
  1. 电磁场积分方程法

    0下载:
  2. 电磁场数值方法中的积分方程法介绍及相关程序(Electromagnetic field integral equation method is introduced and the application of numerical method)
  3. 所属分类:文档资料

    • 发布日期:2024-05-16
    • 文件大小:2593792
    • 提供者:蛮牛
  1. 第8章 数值积分

    0下载:
  2. 求某函数的定积分时,在多数情况下,被积函数的原函数很难用初等函数表达出来,因此能够借助微积分学的牛顿-莱布尼兹公式计算定积分的机会是不多的。另外,许多实际问题中的被积函数往往是列表函数或其他形式的非连续函数,对这类函数的定积分,也不能用不定积分方法求解。由于以上原因,数值积分的理论与方法一直是计算数学研究的基本课题。对微积分学作出杰出贡献的数学大师,如I.牛顿、L.欧拉、C.F.高斯、拉格朗日等人都在数值积分这个领域作出了各自的贡献,并
  3. 所属分类:matlab例程

  1. 实验3-数值积分

    0下载:
  2. 在fortran平台下实现数值积分计算的功能,给出结果并绘图。(numerical integration)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:绿的国
  1. c语言实现二重积分

    0下载:
  2. 使用C语言计算积分,对于离散数据求积分十分管用(Using C language to calculate the integral, for discrete data for integration, very useful)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:小新viola
  1. 数值积分程序

    0下载:
  2. 数个MATLAB数值积分程序,用于数值积分计算,请复制到MATLAB文件运行(several numerical integration code)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:yayayang
  1. 四旋翼PID-科特斯积分

    0下载:
  2. 利用科特斯积分计算高精度惯性导航 stm32f407单片机 四旋翼飞行器(High precision inertial navigation using integral Cortez)
  3. 所属分类:嵌入式/单片机编程

  1. matlab峰识别面积计算

    0下载:
  2. 拉曼光谱特征光谱峰识别,以及峰的积分面积计算,给大家参考(Raman spectrum, spectral peaks recognition, and peak integral area calculation, for your reference)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:zkaixyy
  1. 高斯勒让德和切比雪夫数值积分

    0下载:
  2. 计算积分,高斯赛德尔与高斯切比雪夫数值积分(Calculate Gauss-Seidel and Gauss Chebyshev numerical integral)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:EIL
  1. 第8章 数值积分

    0下载:
  2. matlab常用算法中的数值积分计算程序,内含21个有效文件(matlab commonly used algorithm numerical integral calculation program, contains 21 valid files)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:剑客123
  1. 辛普森积分法

    0下载:
  2. 利用辛普森方法计算一维积分函数,基础,简单,易懂(The Simpson method calculates the integral)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:78848
    • 提供者:jjjzzz
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org