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

搜索资源列表

  1. ThrSpline1

    0下载:
  2. 三次样条插值程序,这个需要配合追赶法来求解一个线性方程组。-Cubic spline interpolation procedure, this need with the catch-up method to solving a linear equation.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-09
    • 文件大小:781
    • 提供者:董枫
  1. numerical-algorithms

    0下载:
  2. 几种常用的数值计算算法,包括高斯消去法、追赶法、高斯赛德尔法求解线性方程组,矩阵的LDL分解和cholesky分解,牛顿插值法和三次样条插值法的matlab实现-Several commonly numerical algorithms, including Gaussian elimination, catch method, high Sisaideer method for solving linear equations, matrix LDL decomposition and cho
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:6549
    • 提供者:gzn
  1. cz

    0下载:
  2. AE反距离IDW、克里金Krige插值.txt I显示方法.c www.pudn.com.txt 三对角线追赶法.C 三样条插值函数算法,还包括其他的比如hermite等算法,很全.txt 二分法.c 分段线性插值.c 列主元元素消元.C 利用反距离平方加权插值算法建立规则格网在大数据量离散点数据的情况下,.txt 反距离加权插值,貌似不好用IDWUtil.java 埃特肯.c 复合梯形法.c 复合辛普森.c 弦割法.c 操作复数的类Com
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:60887
    • 提供者:songguanjun
  1. graphics

    0下载:
  2. 计算机图形学课本上的基本图形绘制源程序,主要包括,直线,圆,b样条和bezier曲线-Textbook on computer graphics rendering the basic graphics source, including linear, circular, b-spline and bezier curves
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:4291
    • 提供者:ening
  1. chazhichuli

    0下载:
  2. 利用各种插值法对图像进行增强,线性插值,三次插值,三次样条插值-Using various interpolation method of image enhancement, linear interpolation, cubic interpolation, cubic spline interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:991488
    • 提供者:杨光
  1. chazhi

    0下载:
  2. 详细介绍了matlab插值与拟合方法,包括拉格朗日多项式插值、牛顿插值、分段线性插 值、Hermite 插值和三次样条插值和曲线的最小二乘拟合、多项式拟合方法、最小二乘优化所有程序均有相应的说明与应用实例-Details of the matlab interpolation and fitting methods, including Lagrange polynomial interpolation, Newton interpolation, piecewise linear inte
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:271629
    • 提供者:唐小米
  1. code

    0下载:
  2. 分别利用 Lagrange插值法、分段线性插值法与三次样条法进行插值逼近-Respectively, by Lagrange interpolation, piecewise linear interpolation and cubic spline interpolation approximation method
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2400
    • 提供者:Tali
  1. chazhi

    0下载:
  2. 这是常用的插值方法的matlab实现,包括拉格朗日插值、分段线性插值和三次样条插值,希望对大家有帮助。-It is commonly used in the interpolation method matlab realize, including Lagrange interpolation, piecewise linear interpolation and cubic spline interpolation, we want to help.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1657
    • 提供者:makangjian
  1. Interpolation-Methods

    0下载:
  2. 插值法: (1)拉格朗日插值 (2)牛顿插值 (3)分段线性插值 (4)Hermite 插值 (5)样条插值-Interpolation method: (1) Lagrange Interpolation (2) Newton interpolation (3) piecewise linear interpolation (4) Hermite interpolation (5) spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:5654
    • 提供者:huangyonghao
  1. NURBS

    0下载:
  2. B-样条是样条曲线一种特殊的表示形式。它是B-样条基曲线的线性组合。B-样条是贝兹曲线的一种一般化,可以进一步推广为非均匀有理B样条(NURBS),使得我们能给更多一般的几何体建造精确的模型。 -B-spline spline is a special kind of representation. It is a B-spline curve is a linear combination of the base. B-spline is a generalization of Bezie
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1567003
    • 提供者:niki
  1. matlab--Interpolation

    0下载:
  2. 本文是样条插值和线性分段插值的matlab代码,通过具体例子编程事例。-This paper is a spline interpolation and piecewise linear interpolation matlab code, through specific examples of programming examples.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:58850
    • 提供者:王惠惠
  1. cSharpmatlabtaskcal

    0下载:
  2. 使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:331563
    • 提供者:k
  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
    • 文件大小:50723
    • 提供者:sunqingle
  1. MATLAB-code

    0下载:
  2. 包含各种常见的MATLAB程序,如图像去噪、图像识别、RBF神经网络的训练,三次样条插值、求解线性方程组等几十个程序。-MATLAB contains a variety of common procedures, such as image denoising, image recognition, training RBF neural networks, cubic spline interpolation, linear equations, such as dozens program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:5852749
    • 提供者:
  1. OFDM

    0下载:
  2. Channel estimation techniques for OFDM systems based on a pilot arrangement are investigated. Channel estimation based on a comb type pilot arrangement is studied through different algorithms for both estimating the channel at pilot frequencies and i
  3. 所属分类:3G develop

    • 发布日期:2017-04-14
    • 文件大小:3181
    • 提供者:MUHAMMAD SHAKIL
  1. channel_estimation

    0下载:
  2. 基于DFT的信道估计,采用线性或样条插值的LS或DFT信道估计-Channel estimation based on DFT, the use of linear or spline interpolation LS or DFT channel estimation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1925
    • 提供者:易需
  1. Bilinear-interpolation

    0下载:
  2. 本程序代码包括最近邻差值,线性插值和三次样条差值,具有很实用的价值-This code includes the nearest neighbor difference, linear interpolation and the three spline difference, has a practical value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:736
    • 提供者:高礼圳
  1. f2matlab

    0下载:
  2. If you want to learn computer graphics students, teachers and staff : a dynamic demonstration of graphics generation process, the detailed source code so that you can run after the paste, including DDA, bresenham, point by point comparison Linear Alg
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:38477
    • 提供者:mojtaba
  1. usb_data

    0下载:
  2. 清华大学激光雕刻数控插补代码,包含基本的直线圆弧以及三次样条曲线的插补。-Tsinghua University, CNC laser engraving interpolation code, including basic linear interpolation and cubic spline arc curve.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:180006
    • 提供者:Icy
  1. three

    4下载:
  2. 6自由度机械臂轨迹规划,包含三次样条曲线、五次样条曲线、抛物线直线拟合曲线。-6 DOF manipulator trajectory planning, including cubic spline curve, five splines, linear parabolic curve fitting.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:982
    • 提供者:luoliang
« 1 2 3 4 56 »
搜珍网 www.dssz.com