Welcome![Sign In][Sign Up]
Location:
Search - spline

Search list

[Otherspline

Description: 问题:用三次样条插值法求节点的函数值。 算法描述: 1. 以 为参数变量的方法(三弯矩方程) 用二阶导数值 来计算S(x)。 首由有条件构造函数 的线性表达式,然后对 积分,在利用连续性得到三次样条函数S(x)在区间[ ]上的表达式 式中 是未知参数。 由第一类边界 ,导出关于 的三对角方程组 = 式中, k=1,2,…n-1 , 求出 后再代入S(x)得到函数值。 -Question: using cubic spline interpolation method node function value. Algorithm Description: 1. That the parameter variables (three moment equation) used to calculate the numerical second derivative S (x). The first constructor from the conditional linear expression, and then on the points to be continuity in the use of cubic spline function S (x) in the interval [] where the expression is the unknown parameters. From the first category boundaries, derived on the tridiagonal equations where =, k = 1,2, ... n-1, obtained after the substitution S (x) be function values.
Platform: | Size: 1024 | Author: wangyangyang | Hits:

[Otherspline-functionm-ethod

Description: 样条函数方法,适用于做数值计算,有比较高的计算精度-Spline method, applied to make numerical calculation, have relatively high accuracy
Platform: | Size: 24829952 | Author: 匡友弟 | Hits:

[2D Graphicclosed-B-Spline

Description: 由于闭合的B样条曲线相对于开放的曲线难以绘制,本例程绘制封闭闭合的B样条曲线-Since the closure of the B-spline curve as opposed to an open curve difficult to draw, the draw routine closed closed B-spline curve
Platform: | Size: 39936 | Author: 李志军 | Hits:

[Graph DrawingB-spline

Description: B样条曲线插值程序,实现B样条曲线的经典算法-B-spline curve interpolation procedures, B-spline curve to achieve the classic algorithm
Platform: | Size: 22528 | Author: zhu | Hits:

[Graph Drawingspline

Description: 三次样条插值 MATLAB编程 可直接会出图像并输出样条函数-Cubic spline interpolation can be directly MATLAB programming will be the image and the output spline function
Platform: | Size: 10240 | Author: niyang | Hits:

[Special EffectsVC++Spline

Description: 采用VC++编写,实现快速傅立叶变换、样条插值等图像处理算法。-Used VC++ Prepared realize fast Fourier transform, spline interpolation and other image processing algorithms.
Platform: | Size: 2681856 | Author: 高旭 | Hits:

[Graph DrawingB-SPLINE

Description: 两篇关于B样条处理的英文文章,涉及到插值等相关内容-2 on the B-spline to deal with the English articles, related to interpolation and other related content
Platform: | Size: 3880960 | Author: 田建勋 | Hits:

[OpenGL programSpline

Description: 用Opengl实现的样条线绘制,包括: 1.任意次bezier曲线的绘制 2.3次hermite曲线的绘制 -Opengl achieved with spline drawing, including: 1. Arbitrary times Bezier curve drawing 2.3 times hermite Curve
Platform: | Size: 231424 | Author: 吴彧文 | Hits:

[Graph programSpline

Description: 样条曲线的算法C++代码实现,包含三个文件spline.cpp/spline.h/spline_prb.cpp,其中sline_prb为测试程序。此库中包含常见的多项式样条、hemitt样条、B样条等八种样条算法。devc++/vc/gcc下均通过-Spline curve algorithm C++ Code, including the three documents spline.cpp/spline.h/spline_prb.cpp, which sline_prb for the test procedure. This library contains the common polynomial spline, hemitt spline, B-spline, such as eight-spline algorithm. devc++/vc/gcc adopted under
Platform: | Size: 41984 | Author: rene | Hits:

[Mathimatics-Numerical algorithmsspline.Qt4

Description: Class for construction of cubic natural and periodic splines. Allows to construct the spline passing through set points. Using Qt4.
Platform: | Size: 3072 | Author: denzha | Hits:

[Mathimatics-Numerical algorithmsSpline

Description: C语言编写,用追赶法解三弯距方程来实现三次B样条插值。很有使用价值-C language, used to catch up with Method three bends away from the equation to achieve three B-spline interpolation. Very useful
Platform: | Size: 1024 | Author: | Hits:

[Mathimatics-Numerical algorithmsspline

Description: 数值分析中的计算样条插值的matlab源程序。-Numerical analysis of the calculation of the spline interpolation matlab source.
Platform: | Size: 1024 | Author: wuyan | Hits:

[Graph Drawingspline

Description: 三次样条插值,需要三次样条插值的可以下载这个包,也许对你有帮助-cubic spline curve
Platform: | Size: 2048 | Author: shanshan | Hits:

[Algorithmspline

Description: 由给出的三个点坐标,拟合出一条样条曲线,对于工程或数据分析的同志有作用。-Three points by the given coordinates, fitting out of a spline curve, or data analysis for the project has the role of comrades.
Platform: | Size: 3072 | Author: 汪帮主 | Hits:

[Windows Developnatural-cubic-spline-interpolation

Description: 文本输入输出,实现数值计算的自然三次样条插值法-Text input and output, numerical calculation to achieve a natural cubic spline interpolation
Platform: | Size: 153600 | Author: 姜北樵 | Hits:

[Algorithmspline

Description: 用于求解三次样条拟合!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Used to solve the cubic spline fitting! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
Platform: | Size: 1024 | Author: juice | Hits:

[Algorithmcubic-spline

Description: 三次样条插值,来自于数值分析方法一书 C Abstract: interpolate cubic spline profiles to given points. C cubic splines are piecewise cubic polynomials fitting the data C with continuous first and second derivatives at interior points C and second derivatives set to zero at and beyond the end points.-Cubic Spline Interpolation C Abstract: interpolate cubic spline profiles to given points. C cubic splines are piecewise cubic polynomials fitting the data C with continuous first and second derivatives at interior points C and second derivatives set to zero at and beyond the end points.
Platform: | Size: 1024 | Author: mybiandou | Hits:

[Graph Drawingspline

Description: by this program, user will calculate the spline graph in degree n
Platform: | Size: 1024 | Author: ali | Hits:

[Linux-Unixspline

Description: this a qt4 plotter class, you can paint a 2D/3D plotter via spline class.-this is a qt4 plotter class, you can paint a 2D/3D plotter via spline class.
Platform: | Size: 3072 | Author: eden | Hits:

[Algorithmful_B-spline

Description: 完整二次B样条插值源码,内附详细的注释. 非常适合数值优化的初学者以及计算机工程人员参考.-Complete quadratic B-spline interpolation source, enclosing a detailed comment. Very suitable for beginners as well as the numerical optimization of computer engineering officers.
Platform: | Size: 37888 | Author: ful_B-spline.rar | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net