CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 泰勒展开

搜索资源列表

  1. 泰勒级数展开

    1下载:
  2. 用来进行泰勒级数展开运算,可以直观的看到图形-used for computing Taylor series expansion, intuitive graphical see
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:846.46kb
    • 提供者:李炜
  1. raytracing

    0下载:
  2. 最优化法射线追踪,拟牛顿法解方程, 泰勒展开,雅克比矩阵近似
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.39kb
    • 提供者:fanwei
  1. matlabGUIexample

    0下载:
  2. matlabGUI编程实例:常用数学符号运算工具集合,主要功能包括:因式分解,合并同类项、求微分积分,泰勒展开和函数作图等。对学习初步的matlab界面设计有着一定的参考价值
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:13.33kb
    • 提供者:严周广
  1. 计算圆周率值

    0下载:
  2. 用泰勒展开的方法计算圆周率的值,matlab程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-09-08
    • 文件大小:182byte
    • 提供者:xiaojia0510
  1. 正弦余弦值的泰勒展开

    0下载:
  2. 此工程是利用泰勒展开式求正弦余弦的值,并通过求出来的值与.net框架里包含的Math类库的值进行对比,此外还对功能单元进行了部分测试
  3. 所属分类:源码下载

  1. 泰勒展开对幂指数的实现

    1下载:
  2. 该程序灵活运用泰勒公式实现了幂函数Exp(),相信读者阅读之后一定会有所启发。
  3. 所属分类:源码下载

  1. WdFm

    0下载:
  2. 采用拉格朗日和泰勒展开的方法对SinX进行数值的函数拟合。本代码用VC++ .net进行显示,显示了误差-The use of Lagrange and Taylor expansion method of SiNx numerical fitting function. The code used VC++. Net display shows error
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-28
    • 文件大小:15.9kb
    • 提供者:Victor Chou
  1. sqrt_q15

    2下载:
  2. 采用泰勒级数展开法编写的定点化的开方运算,定点化精度为Q15-Taylor series expansion method used to prepare the prescr iption of the fixed-point computation, fixed-point precision for Q15
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:623byte
    • 提供者:姜莎
  1. integral

    0下载:
  2. 不定积分 输入x1,f(x1),x2,f(x2)...输出F(x1),F(x2)... 用二分法和sinx求π.sinx用泰勒展开逼近。-integral
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1.02kb
    • 提供者:Mio
  1. nurbs_suanfa

    1下载:
  2. 泰勒展开NURBS曲线插补算法,图文并茂。-nurbs
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:573.68kb
    • 提供者:cat
  1. tailejishu

    0下载:
  2. 关于泰勒级数基础知识,涉及泰勒展开等,是很不错的知识介绍ppt。-Taylor series about the basics involved in Taylor series, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:397.63kb
    • 提供者:baker
  1. sin

    0下载:
  2. 用泰勒展开求sin的值并显示其截断误差的大小-With the Taylor expansion to the value of sin and shows the size of its truncation error
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:551byte
    • 提供者:kaisa
  1. matlab-common-procedures

    0下载:
  2. matlab常用程序,判断连续,求导,求极限,求切线与法线,泰勒展开-matlab common procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.48kb
    • 提供者:chenjiali
  1. Taylor_TDOA

    0下载:
  2. 此算法为泰勒展开算法,仿真无线定位技术中TDOA定位.-This algorithm for Taylor expansion algorithm, TDOA positioning simulation of wireless location technology.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:622byte
    • 提供者:棉花糖
  1. CV6

    0下载:
  2. 利用KLT跟踪算法进行兴趣点选取和跟踪。 KLT跟踪算法的原始思想是在研究不同图像之间的匹配问题时,通过计算两个平移窗口的灰度残差,并寻找最小化残差SSD(sum of square difference)来实现匹配的。但是这个过程是没有效率的,因此KLT算法进行了优化。在这个过程中,KLT算法使用泰勒展开直接计算平移矢量,而不需要通过遍历进行搜索。 -KLT tracking algorithm to select a point of interest and tracking. K
  3. 所属分类:OpenCV

    • 发布日期:2017-11-04
    • 文件大小:2.12mb
    • 提供者:
  1. Desktop

    0下载:
  2. 书籍源码,采用泰勒展开近似的误差。用了3D图来画出表示。-Plot a 3D graph of variation in a Taylor series approximation as the degree varies. This program is for log(x) about x=1.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1.36kb
    • 提供者:孟诗
  1. TLS

    0下载:
  2. WSN定位算法,数学计算方法,基于泰勒展开的定位算法-WSN localization algorithms, mathematical calculations, based on Taylor' s location algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5.29kb
    • 提供者:mei
  1. a-MATLAB--program

    0下载:
  2. 利用电压电流泰勒展开,计算极限潮流分布,也可计算不同负荷情况下的潮流分布,只要改动负荷因数K的大小即可-Taylor voltage and current use to calculate the limit flow distribution, flow distribution can also be calculated under different load conditions, as long as the changes in the size of the load fact
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:14.72kb
    • 提供者:张工
  1. AWE-Algorithm

    1下载:
  2. AWE电路仿真算法。 awe算法是一种基于泰勒展开的降阶电路仿真算法,本matlab源程序采用三阶逼近。 同spice仿真相比,awe具有运算快,精度基本接近spice的特点。-AWE Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.14kb
    • 提供者:Yuheng
  1. Tylor expansion

    1下载:
  2. 实现tylor展开,并运用其泰勒展开进行相应的计算(Realising tylor expansion, and use the expansion to do some calculation)
  3. 所属分类:其他

    • 发布日期:2020-03-09
    • 文件大小:1kb
    • 提供者:无名氏陈
« 12 3 4 »
搜珍网 www.dssz.com