搜索资源列表

  1. misc2

    0下载:
  2. Simple exercise that calculate the Taylor expansion of the exponential function. Input variables: degree N vector of evaluation points, x At each step plots the Taylor polynomial and compare with the
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-04
    • 文件大小:9216
    • 提供者:ali
  1. KernelDS

    0下载:
  2. 基于泰勒技术展开的自适应滤波函数的图像处理,可实现去噪,超分辨率,去除马赛克等-Taylor expansion based on adaptive filtering techniques of image processing functions can be realized denoising, super resolution, remove mosaic
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:257024
    • 提供者:sdf
  1. cos

    0下载:
  2. 用泰勒公式实现余弦函数的计算,使用汇编的方法,里面用到了32位的运算方法,灵活应用了定点运算的思想。-Cosine function with the Taylor formula to achieve the calculation method using the assembly, which uses 32-bit computing method, flexible application of the fixed-point
  3. 所属分类:汇编语言

    • 发布日期:2024-05-04
    • 文件大小:6144
    • 提供者:frank
  1. gan1

    0下载:
  2. 泰勒杆仿真及K文件源代码,用于分析应力应变-Rod Taylor, Simulation and K file source code for the analysis of stress and strain
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-04
    • 文件大小:20480
    • 提供者:老杨
  1. Interpolation

    0下载:
  2. Chapter 4. Interpolation and Polynomial Approximation Algorithm 4.1 Evaluation of a Taylor Series Algorithm 4.2 Polynomial Calculus Algorithm 4.3 Lagrange Approximation Algorithm 4.4 Nested Multiplication
  3. 所属分类:matlab例程

  1. Attitude-SINS

    0下载:
  2. 姿态角仿真 MATLAB 捷联惯导 三阶泰勒 四阶龙格库塔-MATLAB simulation Attitude SINS fourth order Runge-Kutta third-order Taylor
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:7168
    • 提供者:王齐
  1. chap11

    0下载:
  2. syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:景国彬
  1. chap9

    0下载:
  2. syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-04
    • 文件大小:21504
    • 提供者:景国彬
  1. jianmo

    0下载:
  2. syms x g=exp(x*sin(x)) t=taylor(g,12,2) xd = 1:0.05:3 yd = subs(g,x,xd) ezplot(t, [1,3]) hold on plot(xd, yd, r-. ) title( Taylor approximation vs. actual function ) legend( Taylor , Function )-syms x
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-04
    • 文件大小:65536
    • 提供者:景国彬
  1. FusJHFDGion

    0下载:
  2. 本程序实现多算法协同定位中第一层数据融合,将CHAN算法结果和泰勒算法结果经过残差加权算法加权代码,已通过测试。-The program co-location multi-algorithm in the first layer data fusion, the algorithm results and Taylor algorithm CHAN results through a weighted residual weighti
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:
  1. e^n

    0下载:
  2. 采用泰勒展开和RK算法在vs2005下求解e的x次方(x可从-10到10),精确到小数点后30位-Taylor and RK algorithm used in vs2005 solution under the e-th power of x (x can be from-10 to 10), accurate to 30 decimal
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-04
    • 文件大小:1441792
    • 提供者:王帅
  1. r-t

    0下载:
  2. use 3-order weno to solve Rayleigh-Taylor instability-3-order weno
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:5120
    • 提供者:liuquanyifan
  1. Taylor_Algorithm

    0下载:
  2. 泰勒级数展开算法是需要初始估计位置的递归算法,在每一次的递归中通过求解TDOA测量误差的局部最小二乘来改进估计的位置。 本程序基于MATLAB,对泰勒级数展开算法进行了仿真。初始位置的选取很重要,建议和其他简单的算法进行协同,对信号源位置进行定位。 希望对研究信号源定位的同志有所帮助。-Taylor series expansion algorithm is the need to estimate the location of th
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:5120
    • 提供者:张威
  1. Matlab

    0下载:
  2. Gauss Seidel 解数学矩阵方程 Bisection 解1元高次方程 Newton Method 解高次方程 Taylor series 泰勒公式求方程近似解-In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:yuguo
  1. Matlab

    0下载:
  2. 自学matlab必备的60个小例子,包括牛顿插值、taylor解常微分方程等算法的matlab实现源代码,保证正确-It includes 60 examples of the code of matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:25600
    • 提供者:fanxing
  1. LnX

    0下载:
  2. 计算ln(x),使用Taylor和Richardson两种主要方法。-Calculate the function ln(x)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:5120
    • 提供者:不死之神
  1. Adaptive_Filtering_Primer_with_MATLAB

    0下载:
  2. Book,Adaptive_Filtering_Primer_with_MATLAB Pubnlished in 2006 by CRC press Taylor & Francis Group
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:2320384
    • 提供者:juyayayo
  1. The-Mythical-Man-Month

    0下载:
  2. 中译本《人月神话》,二十周年纪念版,软件项目管理经理人员必备书籍之一-Taylor, The Mythical Man-Month, twenty mythical man-month-essays, software project management personnel manager for one of the books
  3. 所属分类:软件工程

    • 发布日期:2024-05-04
    • 文件大小:6047744
    • 提供者:Tang
  1. chantaylor

    0下载:
  2. TDOA chan taylor 联合算法-TDOA chan taylor
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:chen
  1. cbsflow

    2下载:
  2. 基于特征分裂(CBS)算法,提出一种适用于具有运动边界的不可压缩黏性流动问题的有限元求解程序。来源于Zienkiewicz&Taylor的经典著作Finite_Element_Method Vol.3-A Characteristic Based Split-FEM Solver for Incompressible Viscous Flow
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:3755008
    • 提供者:jianxinxia
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »

源码中国 www.ymcn.org