CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - spline interpolation

搜索资源列表

  1. shuzifenxi

    0下载:
  2. 北航数值分析大作业,对给定机翼的数据进行分段现行插值,分段现行二次多项式插值,分段三次多项式插值和三次样条插值,有完整的实验报告-Numerical analysis Beihang big job, given the current sub-wing of data interpolation, the current sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation and cubic sp
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:102.61kb
    • 提供者:lifu
  1. splinesC2

    0下载:
  2. In mathematics, a spline is a special function defined piecewise by polynomials. In interpolating problems, spline interpolation is often preferred to polynomial interpolation because it yields similar results
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:55.06kb
    • 提供者:Guinivere
  1. Yangtiao

    0下载:
  2. 数值分析中的样条插值算法,通用举例。数值分析中的样条插值算法,通用举例-Numerical analysis of the spline interpolation algorithm, common example. Numerical analysis of the spline interpolation algorithm, for example general
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:583byte
    • 提供者:徐星星
  1. Bsplinematlab

    0下载:
  2. 三次样条插值函数的构造与Matlab实现-Cubic spline interpolation function to achieve the construction and Matlab
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:173.07kb
    • 提供者:行者无疆
  1. splineGPS

    0下载:
  2. 用三次样条曲线进行精密星历插值和卫星钟差插值-Cubic spline curve the precise ephemeris interpolation and satellite clock error interpolation
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:594byte
    • 提供者:张朋飞
  1. nurbs

    0下载:
  2. 很不错的文件 NURBS插补-基于嵌入式数控系统的样条曲线插补算法的研究-Very good file NURBS interpolation- based on spline interpolation algorithm embedded NC system
  3. 所属分类:Project Manage

    • 发布日期:2017-11-29
    • 文件大小:1.1mb
    • 提供者:shao
  1. spline

    0下载:
  2. 三次样条插值相关论文,spline算法研究,本篇论文是一片硕士研究生论文-Related papers cubic spline interpolation, spline algorithm, this thesis is a graduate papers
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:232.25kb
    • 提供者:陈晓宇
  1. Spline

    0下载:
  2. 三次样条插值函数,直接调用,比较方便应用-Cubic spline interpolation function
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:2.2kb
    • 提供者:chang b
  1. cubic-spline-interpolation-

    0下载:
  2. 了解三次样条插值多项式的基本原理,并通过数值算例领会三次样条插值多项式具有较高的准备性-Learn the basic principles of cubic spline interpolation polynomial, and numerical examples comprehend cubic spline interpolation polynomial with higher preparatory
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:71.76kb
    • 提供者:龙一
  1. matlab002

    0下载:
  2. 使用matlab解决插值问题,包括 Lagrange 插值,分段线性插值,三次样条插值-Using matlab to solve the interpolation problem, including though laser interpolation, piecewise linear interpolation, cubic spline interpolation
  3. 所属分类:Project Design

    • 发布日期:2017-04-26
    • 文件大小:49.53kb
    • 提供者:sunqingle
  1. the-cubic-spline-interpolation

    0下载:
  2. 为使问题一般化,本题的三次样条求解使用了对于任意分化的三弯矩插值法。若记各节点间距 ,根据理论分析,三次样条插值函数-In order to generalize the problem, cubic spline used to solve this problem for any of the three differentiation moment interpolation. If the distance between each node in mind, according to
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:8.34kb
    • 提供者:常成
  1. Three-order-spline-inter

    0下载:
  2. 在许多问题中,通常根据实验、观测或经验得到的函数表或离散点上的信息,去研究分析函数的有关特性。其中插值法是一种最基本的方法,以下给出最基本的插值问题——三次样条插值的基本提法 -In many problems, usually according to the experiment, observation or experience the function table or discrete points on the relevant information, to analyze th
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:610.89kb
    • 提供者:daipinxuan
  1. matlab_sanciyangtiaochazhi

    0下载:
  2. matlab的三次样条插值函数使用案例,提供了详实的数据处理使用案例。有详细的代码。是之前工作上的一个应用实例。-matlab cubic spline interpolation function use cases, it provides detailed data processing use cases. A detailed code. It is an example application before work.
  3. 所属分类:File Formats

    • 发布日期:2017-05-04
    • 文件大小:315.3kb
    • 提供者:deng
  1. Scipy

    1下载:
  2. SciPy—数值计算库 在NumPy的基础上增加一些功能 1、常数和特殊函数 2、线性代数-linalg 3、优化 (1)非线性方程组求解 (2)最小二乘拟合 (3)函数最小值 4、插值—interpolate (1)B样条曲线插值 (2)外推和Spline拟合 (3)二维插值 5、数值积分—integrate (1)球的体积 (2)解常微分方程组 6、统计—stats (1)连续和离散概率分布 (2)二项、泊松、伽玛分布 7、稀疏矩阵—sparse(On t
  3. 所属分类:文章/文档

    • 发布日期:2019-10-21
    • 文件大小:1.43mb
    • 提供者:预警
搜珍网 www.dssz.com