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

搜索资源列表

  1. Numerical-Analysis-for-Statisticians

    0下载:
  2. Java常用数值算法集 共有数值计算中常用的Java方法近200个.内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、数据的统计描述、傅里叶变换谱方法、解常微分方程组、两点边值问题的解法和解偏微分方程组.-Java common set numerical algorithm the total numerical calculation commonly used Java method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:5880217
    • 提供者:Mr Li
  1. double-integral

    0下载:
  2. 计算二重的积分,用高斯方法,节点取n=3-Calculate two weight points, using the Gauss method, node taken n = 3
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:1307
    • 提供者:peiyu
  1. 1

    0下载:
  2. 设计一个GUI程序,用于演示采用分割、近似、求和的近似方法来计算初等函数的 , 的定积分-Design a GUI program for a demonstration of the use of the split, the approximate sum approximation method to calculate the elementary functions, the definite integral
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-21
    • 文件大小:11612
    • 提供者:江懋才
  1. Integral-for-pi

    0下载:
  2. 积分法求圆周率,给出了用matlab计算圆周率的方法及代码-Integral for pi, the method of calculation of pi using matlab code
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:20642
    • 提供者:郄晓斌
  1. NG_MTCL

    0下载:
  2. 数值积分求解,用来计算一维积分的蒙特卡洛法。-Numerical integration to calculate the one-dimensional integral Monte Carlo method
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:1099
    • 提供者:彭烟花
  1. RATG2

    0下载:
  2. 计算二重积分的连分式法,用来计算数值积分的求解。-Continued fraction method to calculate the double integral to solving numerical integration.
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:1371
    • 提供者:彭烟花
  1. Trapezoid

    0下载:
  2. 4个m文件,从不同角度实现用梯形法,近似计算sin(x)积分-In numerical analysis, the trapezoidal rule is a technique for approximating the definite integral.
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:908
    • 提供者:刘欣
  1. longbeige

    0下载:
  2. 计算方法之龙贝格积分,用c语言实现-Romberg Integration,by c。。。。
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:599953
    • 提供者:郝大宝
  1. mapleint

    0下载:
  2. 用数学软件Maple计算定积分,如定积分等-Using mathematical software Maple calculation of definite integral, such as definite integral
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:386848
    • 提供者:liu
  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. sy10

    0下载:
  2. 小游戏,实现记忆功能,出现四个种子,来计算你的积分,来判断你的记忆水平-Games, memory function, a four seed, to calculate your points to determine the level of your memory
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-03
    • 文件大小:4055
    • 提供者:徐白
  1. jifentu

    0下载:
  2. matlab程序代码 用于计算并显示 图像的积分图,并在同一窗口并列显示对比-Matlab code used to calculate and display the integral image of the image side by side in the same window display contrast
  3. 所属分类:Special Effects

    • 发布日期:2017-11-05
    • 文件大小:1045
    • 提供者:石翔宇
  1. CPP-Matrix

    0下载:
  2. C++数字计算的积分算法,实现了最高效的积分求解公式,测试通过,欢迎使用-C++ digital computing integration algorithm, to achieve the most efficient formula to solve integration, test, welcome
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:939
    • 提供者:
  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. qiujifen

    0下载:
  2. 一种求积分的程序,可以计算一般简单的金粉-One kind of quadrature procedure can generally calculate simple powder
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:7430
    • 提供者:宫振华
  1. shuzhijifen

    0下载:
  2. 计算方法中的数值积分。用梯形递推法实现数值积分,而且可以控制精度。-Calculation method of numerical integration. Recursive method to achieve the trapezoidal numerical integration, and can control precision.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:633283
    • 提供者:zhonghongbao
  1. examples

    1下载:
  2. 端部受剪力的圆截面悬臂梁通过等参数单元计算圆筒的位移和内力分布的matlab算例,采用14点的irons积分公式计算刚度矩阵,节点应力采用绕节点平均法-By the end of the circular cross-section cantilever shear parameters such as unit calculates the cylinder through displacement and force distribution matlab example, a 14-poi
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:17664
    • 提供者:王笑
  1. simpson

    0下载:
  2. 自适应simpson求积公式的算法,是通过简单的计算求积分的近似值-Simpson rehabilitation of adaptive quadrature formula
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:4789
    • 提供者:诺诺
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com