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

Search list

[Mathimatics-Numerical algorithmsVB_NUM2

Description: 用VB实现多种数值插值方法。包括:接格朗日,有序函数,三次样条,有序表的检索法,插值多项式等七种插值法。-VB multiple numerical interpolation method. Including : Next granges and orderly function, cubic spline, orderly table retrieval, polynomial interpolation seven interpolation.
Platform: | Size: 3072 | Author: 李春波 | Hits:

[Windows Developadfasdfsdf

Description: 计算方法中三次样条插值函数的C++源程序-calculation method cubic spline interpolation function of the C source
Platform: | Size: 10240 | Author: 王宝华 | Hits:

[OtherCUBIC_B-SPLINE

Description: 三次B样条插值曲面及其实现::目前在CAM/CAM的自由曲面构造方法中,较流行的有B样条曲面,Bezier曲面、Ball曲面等方法,但由这几种方法和成都是拟合曲面,而百插值曲面,常常不能满足一些工程实际中严格插值的要求,本文构造了一种自由插值曲面生成方法-B样条母线法,所生成曲面达到C^2级光滑,适用机械,模具、汽车、造船等制造加工行业的复杂曲面设计。-Three B-spline interpolation surface and realize:: At present CAM/CAM method of constructing the free-form surfaces, the more popular has B-spline surfaces, Bezier surfaces, Ball surfaces and so on, but by the several methods and Chengdu is surface fitting, and interpolation surface hundred, and often can not meet a number of engineering practice, the requirements of strict interpolation, this paper constructed a free interpolation surface generation method-B-spline busbar law, generated by C ^ 2 surface to achieve a smooth level applicable to machinery, tooling, automotive, shipbuilding and other manufacturing industries processing complex surface design.
Platform: | Size: 138240 | Author: ttcorner | Hits:

[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:

[matlabCspline

Description: 这是一个三次样条插值的.m程序 输入的是一个二维数组A(Nx2) 插值方法为: S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1) -This is a cubic spline interpolation. M program input is a two-dimensional array A (Nx2) interpolation method: S (x) = A (J)+ B (J)* (x- x (J ))+ C (J)* (x- x (J))** 2+ D (J)* (x- x (J))** 3 for x (J)
Platform: | Size: 1024 | Author: 朱与心 | Hits:

[Algorithmyangtiaochazhi

Description: 样条插值法,了解Hermite插值法、三次样条插值法原理,结合计算公式,确定函数值。-Spline interpolation method to understand the Hermite interpolation, cubic spline interpolation theory, combined with calculation formula to determine the function value.
Platform: | Size: 23552 | Author: 张继江 | Hits:

[AlgorithmNumericalAlgorithm

Description: 常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。-Numerical algorithm used in C++ source code, including the cubic spline interpolation, double integral, the ordinary differential initial value problem numerical solution, Newton iterative method, PCA out Gaussian elimination method, successive over-relaxation iteration method.
Platform: | Size: 6144 | Author: 胡婕 | Hits:

[Algorithmmaspline

Description: 插值方法:三次样条插值源代码(一阶导数边界条件)-Interpolation Method: Cubic Spline Interpolation source code (a derivative boundary condition)
Platform: | Size: 1024 | Author: malanxiang | Hits:

[matlababdi-PCA4Wiley

Description: ua University, in 2002 publi this document, including the Mont A program of curve fitting based Bayesian Filter. Bayesian (Bayesi a target tracking system MATLAB s cubic spline curve fitting This i book is widely used in engineerin this study is extended Kalman Fil particle filter algorithm code, t use AR model for time series pred principal component analysis algo HMM, C language, it is important spectrum analysis techniques to s digital watermarking technology p mean-shift method for the example chaotic sequence of phase space r Serializing objects using CArchiv C compile some of the most optimi The source code of FFT,is a good Mailto US | Studio | Copyright Complaints
Platform: | Size: 712704 | Author: wibisono | Hits:

[Algorithminterpolation

Description: 插值 拉格朗日插值 有理函数插值 三次样条插值 有序表的检索法 插值多项式 二元拉格朗日插值 双三次样条插值-Rational function interpolation Lagrange interpolation cubic spline interpolation order polynomial interpolation table binary search method Lagrange interpolation bicubic spline interpolation
Platform: | Size: 32768 | Author: sby_1027 | Hits:

[Dialog_Windowspline

Description: 三次样条插值曲线绘制,是用MFC做的。用的是四位型点插值法。相信对GIS专业的同学会有很大的帮助。-Cubic spline interpolation curve drawing, is to use MFC to do. Type using a four point interpolation method. Believe that GIS professionals would help the students.
Platform: | Size: 7005184 | Author: 黄华 | Hits:

[AlgorithmCubic-spline

Description: 三次样条是计算方法课程中的一个重要算法,现在通过计算机实现-Cubic spline is calculated course an important method, and now realized by computer
Platform: | Size: 124928 | Author: lihua | Hits:

[Algorithmspline-fitting

Description: 计算机图形学中的三次样条曲线插值与最小二乘法拟合-Computer graphics, cubic spline interpolation and least squares method fitting
Platform: | Size: 4096 | Author: David | Hits:

[Software Engineeringinterploate

Description: Matlab code - Cubic spline method
Platform: | Size: 1024 | Author: amir | Hits:

[AlgorithmCubic-Spline-interpolation

Description: 用三次样条插值法对少量样点进行插值计算和曲线拟合-Use Cubic Spline interpolation method to compute and fit the curve.
Platform: | Size: 1024 | Author: | Hits:

[Special Effectscubic-spline-interpolation

Description: 利用三次样条法,对折线进行圆滑处理。课程设计中的一个小程序。-Using the cubic spline method, the broken line for smooth handling. Curriculum design, a small program.
Platform: | Size: 2048 | Author: tong | Hits:

[Algorithmcompute-method-word

Description: 三次差值样条,和牛顿插值法。还有一个实例,附加程序。-Cubic spline difference, and Newton interpolation. And one instance, additional program.
Platform: | Size: 281600 | Author: 王铭昆 | Hits:

[OtherUsing-cubic-spline-interpolation-

Description: 用三次样条插值,最小二乘法,牛顿法做的一个数值计算,有源代码和具体例子-Using cubic spline interpolation, least square method, one of Newton s method to do numerical calculation, have the source code and specific examples
Platform: | Size: 173056 | Author: 曹艳青 | Hits:

[Algorithmmethod-of-interpolation

Description: 各种插值算法 1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-Various interpolation algorithm 1 Lagrange Interpolation (POLINT) 2 rational function interpolation (RATINT) 3 Cubic Spline Interpolation (SPLINE (second derivative values)) Table 4 ordered retri method (LOCATE (dichotomy), HUNT (correlation method)) 5 interpolation polynomial (POLCOE (n2), POLCOF (n3)) 6 diacids Lagrange Interpolation (POLIN2) Seven pairs of cubic spline interpolation (SPLIE2)
Platform: | Size: 5120 | Author: lin | Hits:

[Software EngineeringFitting

Description: 曲线拟合软件,使用最小二乘法,三次样条法,可以将图片上的曲线拟合成公式-Curve fitting software, using a least squares method, cubic spline method, the picture on the curve can be fitted to equation
Platform: | Size: 69632 | Author: 程上 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net