CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 三次样条

搜索资源列表

  1. Three三次样条插值

    0下载:
  2. 计算机数值分析实验题目 三次样条插值的程序 满足三次样条插值的三弯矩法 编制第一与第二边界条件的程序-Computer Numerical Analysis Experiment topics cubic spline interpolation procedures meet cubic spline interpolation of three Moment preparing for the first and second boundary conditions procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.68kb
    • 提供者:赵传仕
  1. VC实现三次样条的图像缩放

    1下载:
  2. 改程序实现了图像任意比例缩放。采用了三次样条插值。-It achieves zoom of random scale picture by using thrice sample insert value.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:525.23kb
    • 提供者:汪刚
  1. 第二种边界条件的三次样条函数插值与微商

    0下载:
  2. 第二种边界条件的三次样条函数插值与微商-second boundary conditions cubic spline interpolation function and the derivative
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.74kb
    • 提供者:张斌
  1. 第三种边界条件的三次样条函数插值与微商

    0下载:
  2. 第三种边界条件的三次样条函数插值与微商-third boundary conditions cubic spline interpolation function and the derivative
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.71kb
    • 提供者:张斌
  1. 第一种边界条件的三次样条函数插值与微商

    1下载:
  2. 第一种边界条件的三次样条函数插值与微商-first boundary conditions cubic spline interpolation function and the derivative
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.54kb
    • 提供者:张斌
  1. 三次样条插值代码

    1下载:
  2. 该程序是三次样条插值源文件,可以直接运行。
  3. 所属分类:Windows编程

    • 发布日期:2009-07-30
    • 文件大小:202.16kb
    • 提供者:121192580@qq.com
  1. VC三次样条插值计算对图像插值

    1下载:
  2. 三次样条插值计算对图像插值具有良好效果,希望大家喜欢,谢谢,Calculation of Cubic Spline Interpolation of Image Interpolation with good results, I hope you like it, I would like to thank
  3. 所属分类:Windows编程

    • 发布日期:2017-05-16
    • 文件大小:524.97kb
    • 提供者:wangheng
  1. ThreeCurve

    1下载:
  2. 用MFC做的可以实现画三种平滑曲线的程序(三次样条插值,贝塞尔曲线,GDI+曲线平滑)-Using MFC to do three pictures to achieve a smooth curve of the procedure (cubic spline interpolation, Bezier curves, GDI+ curve smoothing)
  3. 所属分类:Windows编程

    • 发布日期:2013-02-17
    • 文件大小:5.84mb
    • 提供者:xin
  1. cz

    0下载:
  2. 1.拉格朗日插值 2.有理函数插值 3.三次样条插值 4.有序表的检索法 5.插值多项式 6.二元拉格朗日插值 7.双三次样条插值-1. Lagrange interpolation 2. Rational function interpolation 3. Cubic spline interpolation 4. Orderly table retrieval method 5. Interpolating polynomial 6. Dual Lagrange in
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:4.56kb
    • 提供者:wzz
  1. CubicSplineAndBezier

    1下载:
  2. 程序中尝试了各种平滑曲线的算法,包括 三次样条平滑曲线 的算法类 贝塞尔曲线的算法 GDI+平滑曲线的代码-Procedures to try a variety of smooth curves of the algorithm, including the cubic spline curve smoothing algorithm type algorithm Bessel curve smooth curve GDI+ code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3.85mb
    • 提供者:yc
  1. natural-cubic-spline-interpolation

    0下载:
  2. 文本输入输出,实现数值计算的自然三次样条插值法-Text input and output, numerical calculation to achieve a natural cubic spline interpolation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:149.82kb
    • 提供者:姜北樵
  1. TreeSpline

    0下载:
  2. 三次样条插值,B曲线等都是根据已知样点,用不同方法拟和曲线、曲面。-Cubic spline interpolation, B curves are the basis of known samples, using different methods of curve fitting, surface.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:520byte
    • 提供者:史文博
  1. shanciyangtian

    0下载:
  2. 利用三次样条插值法求曲线在某个点处的函数值-Using cubic spline interpolation method demand curve at some point of the function values
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:305.64kb
    • 提供者:庄飞扬
  1. SANCIYANGTIAOCHAZHI

    0下载:
  2. 程序实现了三次样条插值的算法,经过测试程序可以放心使用。-Program achieved a cubic spline interpolation algorithm, can be assured through the use of test procedures.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:291.64kb
    • 提供者:gxc
  1. 三次样条曲线

    0下载:
  2. 3种源码,三次样条函数算法C++源代码,用于工程上计算平滑曲线的插值计算.(3 source code, three spline function algorithm C++ source code, for engineering calculation of smooth curve interpolation calculation)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:6.27mb
    • 提供者:yuanbs
  1. matlab---三次样条插值

    1下载:
  2. 用于计算三次样条函数的插值,编程计算样条函数,误差较小,光滑性比较好(Three spline interpolation)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:129kb
    • 提供者:晨曦落叶
  1. Three_Spline_Interpolation

    0下载:
  2. 利用matlab用基础语法编写三次样条插值的程序(Using MATLAB to write three spline interpolation program with basic grammar)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:1kb
    • 提供者:444164651651
  1. spline3

    0下载:
  2. matlab三次样条插值程序非自带,第一条件。(Three spline interpolation)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1kb
    • 提供者:Tanghehe
  1. 三次样条函数插值

    2下载:
  2. 3次样条插值的c++代码实现,包括原理说明,代码实现等(C++ code implementation of 3 spline interpolation)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:470kb
    • 提供者:astle
  1. 三次样条插值

    0下载:
  2. 计算方法作业,运用分段插值中的三次样条插值进行数据拟合(Calculation method operation, using cubic spline interpolation in segmented interpolation for data fitting)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1kb
    • 提供者:lita-
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com