CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 样条插值算法

搜索资源列表

  1. Deboor

    0下载:
  2. 三次四阶B样条插值算法的C++实现,三次四阶B样条插值算法的C++实现-Three fourth-order B-spline interpolation algorithm in C++, and three fourth-order B-spline interpolation algorithm in C++,
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3811732
    • 提供者:cindy
  1. yangtiao

    0下载:
  2. 数值分析里的样条插值算法,相信大家都不陌生吧。此算法可作为数值分析老师布置的程序作业提交,用VC 6.0即可调试通过,结果经检验也正确。欢迎大家下载!-Numerical analysis in the spline interpolation algorithm, I do not think people unfamiliar with it. This algorithm can be used as numerical analysis procedures for the teache
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:8594
    • 提供者:maowu
  1. SplineInterpolation

    0下载:
  2. 分析研究基于三种边界条件的样条插值算法并用程序实现其中一种边界条件-Analysis of three types of boundary conditions based on spline interpolation algorithms and procedures to achieve one of the boundary conditions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1210
    • 提供者:侯汶杉
  1. 3

    0下载:
  2. 数值分析算法 三次样条插值算法的C++实现-Numerical analysis algorithm cubic spline interpolation algorithm to achieve the C++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:898
    • 提供者:刘韬
  1. SPLINE

    0下载:
  2. 我自己写的一个三次样条插值算法,自已感觉很严密,请大家指正。-I wrote it myself a cubic spline interpolation algorithm, self-feelings are very close, please correct me.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1537
    • 提供者:好人
  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
    • 文件大小:583
    • 提供者:徐星星
  1. sanciyangtiao

    0下载:
  2. 三次样条插值算法,找了半天才找到的,很有研究价值呦-san ci yang tiao cha zhi suan fa
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1133
    • 提供者:karl
  1. calculation

    0下载:
  2. 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:489888
    • 提供者:siengk
  1. sancichazhi

    0下载:
  2. 三次样条插值算法程序,可以进行输入原始数据,输出函数。-Cubic spline interpolation algorithm process, the raw data can be input and output functions.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:10040
    • 提供者:Jacob
  1. Spline-interpolation-algorithm

    0下载:
  2. 本程序是基于三种边界条件之一的样条插值算法,该算法调试通过,插值结果和实际结果间的误差相对较小。-This program is one of the three boundary conditions spline interpolation algorithm is debugged, interpolation results and the error between the actual results is relatively small.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1093
    • 提供者:张科
  1. SPL

    1下载:
  2. 数值分析课程中的三次样条插值算法,用C++语言进行实现,其中一个是自己编写的代码,一个是老师修改的代码-Numerical Analysis Course cubic spline interpolation algorithm, using C++ language implementation, one of which is to write your own code, one is a teacher to modify the code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:3132
    • 提供者:周静
  1. Cubic-spline-interpolati

    0下载:
  2. 三次样条插值算法(压紧样条)及其图形绘制-Cubic spline interpolation algorithm (compression spline) and its graphics rendering
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1155
    • 提供者:贾维
  1. zuoye

    0下载:
  2. 三次样条插值算法:三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。 -Cubic spline interpolation algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1079
    • 提供者:李鹏飞
  1. SplineInterpolation

    0下载:
  2. 三次样条插值算法,用C++语言编写,简单实用-This is SplineInterpolation algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:2615
    • 提供者:zhangxs
  1. Ccubicspline-P156-Q-29

    0下载:
  2. 在matlab中用固支边界条件的样条插值算法画小狗Page 156 Q 29,数值分析-Draw a dog by clamped spline interpolation algorithm in matlab,Page156 Q29, numeriacal analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:39329
    • 提供者:李刚
  1. B-spline

    1下载:
  2. B样条插值算法,对图像进行插值,效果比一般的插值算法要好-B spline interpolation algorithm for image interpolation, the effect is better than the common interpolation algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-09-30
    • 文件大小:9574
    • 提供者:wangyulin
  1. sancichazhi

    1下载:
  2. 三次样条插值算法,能够实现数据的分段插值,拟合精度较高,曲线也比较光滑-Cubic spline interpolation algorithm to achieve the piecewise interpolation of the data, the fitting accuracy is higher, the curve is relatively smooth
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:946
    • 提供者:王小明
  1. 等值线图的彩色填充方法

    3下载:
  2. 等值线图的彩色填充方法、三次B样条插值算法、基于Delaunay三角网的区域等值线绘制关键算法、基于边界点追踪的等值线图区域填充算法相关论文和程序,难得研究算法和程序。-Contour color filling method, three B spline interpolation algorithm, based on the Delaunay triangulation area contour drawing key algorithm, based on boundary track
  3. 所属分类:绘图程序

    • 发布日期:2012-12-31
    • 文件大小:7534272
    • 提供者:yan
  1. a

    0下载:
  2. 该源码实现的是一个三次样条插值算法,适合于初学者,如果对其进行改进,可以应用到工程领域。-The source to achieve a cubic spline interpolation algorithm, suitable for beginners, to improve it, can be applied to engineering fields.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:9147
    • 提供者:zqfzqf2008
  1. three

    0下载:
  2. 分析研究基于三种边界条件的样条插值算法并用程序实现其中一种边界条件。-The analysis is based on three kinds of boundary conditions spline interpolation algorithm and procedures to achieve one of the boundary conditions.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:321313
    • 提供者:孙超
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com