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

搜索资源列表

  1. integral

    0下载:
  2. 改编自kaihua zhang 等人的compressive tracking 中的求积分图和特征的matlab版代码-Adapted from kaihua zhang et al compressive tracking of integrating maps and features matlab version of the code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:636
    • 提供者:rita
  1. EuleraTaRunge-Kutta

    0下载:
  2. 龙哥库塔程序,微分方程数值解中的一个重要程序,主要是用来求积分的。-Long Ge Kuta program
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1666430
    • 提供者:花花
  1. Math

    0下载:
  2. 龙贝格求积分,辛普森求积分,梯形公式以及三次样条求积分-Romberg quadrature, Simpson quadrature, trapezoidal formula and cubic spline quadrature
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:155043
    • 提供者:程功
  1. romberg

    0下载:
  2. 龙贝格积分,比较高效的数值积分方法,迭代法求积分-Romberg method,efficient numerical integrals function
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:601
    • 提供者:wukong
  1. integral

    0下载:
  2. 用C++编写的一个用变步长梯形法来求积分的程序-Written in c++ ,a variable step size trapezoid method to integrate the process.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:539
    • 提供者:王雯
  1. SIMPSON

    1下载:
  2. 该程序实现:求积分方程的离散解并比较它与真解之间的误差,用n=4的复化Simpson公式求积分方程的近似解,然后用三次样条函数近似y(x)的离散解,并在区间[0,1]的一些点与真解1/(x+1)^2比较。- The program implementation: integrating equation discrete solution an
  3. 所属分类:Algorithm

    • 发布日期:2015-03-02
    • 文件大小:1024
    • 提供者:zeqing
  1. mtcx

    0下载:
  2. 这个函数用来通过蒙特卡罗求积分, f 要求的函数; fail1 积分下限 fail2 积分上限 a,b 积分区域内x的积分上下限 c,d 积分区域内y的最大和最小值,c,d不是必须的参数,但是有之计算速度更快 n 求解迭代次数- This function is used to find the integral Monte Carlo, function f requirements fail1 integral limit fail2 i
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:833
    • 提供者:Robert
  1. Numerical-Recipes

    0下载:
  2. 本文件包含了高斯列主元消去法,拉格朗日插值多项式,牛顿插值多项式,龙贝格求积分法,牛顿迭代法等C/C++代码。-This document contains out PCA Gaussian elimination method, Lagrange interpolation polynomial, Newton interpolation polynomial, Romberg quadrature, Newton iterative method such as C/C++ code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:33200
    • 提供者:周东
  1. Gauss-Laguerre

    0下载:
  2. matlab勒让德 - 高斯求积,用于计算勒让德 - 高斯求积分-Gauss–Laguerre quadrature
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1506
    • 提供者:sjk
  1. Variable-step-for-integrating

    0下载:
  2. 数值计算基础的实验之一 数值积分变步长梯形法求积分的C语言实验复化梯形法或者叫 复合梯形法。-C language experiment of numerical calculation based experimental numerical integral variable step trapezoidal method for the integration of complex trapezoid method or is called the composite trapezoi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1006
    • 提供者:dnxbjyj
  1. nc

    0下载:
  2. newton-contes求积分MATLAB代码实现-Newton-contes MATLAB code implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1674
    • 提供者:龚琛
  1. matlab_jifen

    0下载:
  2. 该文件是使用matlab编写的工具函数,内附注释,是计算积分的两个小工具,里面还有两个测试函数。分别使用梯形求积分和高斯函数求积分。-The file is written using matlab utility functions, containing notes, two small tools to calculate integrals, there were two test functions. Respectively trapezoidal quadrature and Ga
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2291
    • 提供者:谢泽辉
  1. MonteCarlo

    0下载:
  2. 蒙特卡罗估计方法,例子中给了6个例子,随机分布函数求积分-Monte Carlo Estimation Examples with Matlab Implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4540
    • 提供者:machao
  1. 数值分析 c语言代码库

    2下载:
  2. 数值分析 多种C算法代码库 1、离散傅立叶变换与反变换 2。四阶亚当姆斯预估计求解初值问题 3、几种常见随机数的产生 如求[a,b]上的均匀分布、 正态分布、 指数分布 、 拉普拉斯随机分布、瑞利分布、 韦伯分布、 泊松分布等 4、指数平滑法预测数据 5、四阶(定步长)龙格--库塔法求解微分初值问题 精度比欧拉方法高但是感觉依然不理想 6、改进的欧拉方法求解微分方程初值问题 感觉精度比较低 7、中心差分(矩形)公式求导 8、高斯10点法求积分 9、龙贝格法求积分
  3. 所属分类:其它程序

  1. main.cpp

    1下载:
  2. (1) 编写用复化梯形积分公式和复化Simpson积分求积分的通用程序-(1) a general procedure for the preparation of the integral formula of the complex trapezoidal integral and the integral of the complex Simpson
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1280
    • 提供者:qiuxiazaia123
  1. polynomial-calculator

    0下载:
  2. c++完成的多项式计算器,可以完成加法,减法,乘法,求积分等操作-c++ completed polynomial calculator can be completed addition, subtraction, multiplication, integration and other operations
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:515192
    • 提供者:李念
  1. fuhuatixingAndfuhuaSimpson

    0下载:
  2. 复化梯形积分与复化Simpson算法求积分的实现-Trapezoidal integration of Simpson and the complex algorithm for Calculus
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:419437
    • 提供者:申银海
  1. Simpson-quadrature-method

    0下载:
  2. 辛普生法求积分的模板,内容简单明了,适合初学者学习C-Simpson quadrature method templates, content simple and clear, suitable for beginners to learn C++
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:548
    • 提供者:train
  1. polynomial-arithmetic

    0下载:
  2. 基于c的多项式各项运算,包括:和差积商、求导、求积分、求余数等各项运算-Based on the polynomial of the polynomial computing, including: and the difference between the product, seeking, seeking integral, seeking the remainder and other operations
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:4106
    • 提供者:tuantaun1234
  1. parts

    1下载:
  2. part1用三次样条插值的三弯矩法 part2求非线性方程及方程组的根 part3用龙贝格和高斯法求积分 part4比较三次样条求导法与数值积分求导法 part5用指定方法求给定方程组的解 part6研究解线性方程方程组的迭代法收敛速度 part7求非线性方程及方程组的根 part8用QR算法求矩阵特征值 part8求非线性方程及方程组的根-Three moment Method part2 part1 cubic spline interpolation wit
  3. 所属分类:Algorithm

    • 发布日期:2017-12-14
    • 文件大小:8192
    • 提供者:zhlicun
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 25 »
搜珍网 www.dssz.com