CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Cubic spline method
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Cubic spline method - List
[
Mathimatics-Numerical algorithms
]
VB_NUM2
DL : 0
用VB实现多种数值插值方法。包括:接格朗日,有序函数,三次样条,有序表的检索法,插值多项式等七种插值法。-VB multiple numerical interpolation method. Including : Next granges and orderly function, cubic spline, orderly table retrieval, polynomial interpolation seven interpolation.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
李春波
[
Windows Develop
]
adfasdfsdf
DL : 0
计算方法中三次样条插值函数的C++源程序-calculation method cubic spline interpolation function of the C source
Update
: 2025-02-17
Size
: 10kb
Publisher
:
王宝华
[
Other
]
CUBIC_B-SPLINE
DL : 0
三次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.
Update
: 2025-02-17
Size
: 135kb
Publisher
:
ttcorner
[
Other
]
spline
DL : 0
问题:用三次样条插值法求节点的函数值。 算法描述: 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.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
wangyangyang
[
matlab
]
Cspline
DL : 0
这是一个三次样条插值的.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)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
朱与心
[
Algorithm
]
yangtiaochazhi
DL : 0
样条插值法,了解Hermite插值法、三次样条插值法原理,结合计算公式,确定函数值。-Spline interpolation method to understand the Hermite interpolation, cubic spline interpolation theory, combined with calculation formula to determine the function value.
Update
: 2025-02-17
Size
: 23kb
Publisher
:
张继江
[
Algorithm
]
NumericalAlgorithm
DL : 0
常用数值算法的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.
Update
: 2025-02-17
Size
: 6kb
Publisher
:
胡婕
[
Algorithm
]
maspline
DL : 0
插值方法:三次样条插值源代码(一阶导数边界条件)-Interpolation Method: Cubic Spline Interpolation source code (a derivative boundary condition)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
malanxiang
[
matlab
]
abdi-PCA4Wiley
DL : 0
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
Update
: 2025-02-17
Size
: 696kb
Publisher
:
wibisono
[
Algorithm
]
interpolation
DL : 0
插值 拉格朗日插值 有理函数插值 三次样条插值 有序表的检索法 插值多项式 二元拉格朗日插值 双三次样条插值-Rational function interpolation Lagrange interpolation cubic spline interpolation order polynomial interpolation table binary search method Lagrange interpolation bicubic spline interpolation
Update
: 2025-02-17
Size
: 32kb
Publisher
:
sby_1027
[
Dialog_Window
]
spline
DL : 0
三次样条插值曲线绘制,是用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.
Update
: 2025-02-17
Size
: 6.68mb
Publisher
:
黄华
[
Algorithm
]
Cubic-spline
DL : 0
三次样条是计算方法课程中的一个重要算法,现在通过计算机实现-Cubic spline is calculated course an important method, and now realized by computer
Update
: 2025-02-17
Size
: 122kb
Publisher
:
lihua
[
Algorithm
]
spline-fitting
DL : 0
计算机图形学中的三次样条曲线插值与最小二乘法拟合-Computer graphics, cubic spline interpolation and least squares method fitting
Update
: 2025-02-17
Size
: 4kb
Publisher
:
David
[
Software Engineering
]
interploate
DL : 0
Matlab code - Cubic spline method
Update
: 2025-02-17
Size
: 1kb
Publisher
:
amir
[
Algorithm
]
Cubic-Spline-interpolation
DL : 0
用三次样条插值法对少量样点进行插值计算和曲线拟合-Use Cubic Spline interpolation method to compute and fit the curve.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
[
Special Effects
]
cubic-spline-interpolation
DL : 0
利用三次样条法,对折线进行圆滑处理。课程设计中的一个小程序。-Using the cubic spline method, the broken line for smooth handling. Curriculum design, a small program.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
tong
[
Algorithm
]
compute-method-word
DL : 0
三次差值样条,和牛顿插值法。还有一个实例,附加程序。-Cubic spline difference, and Newton interpolation. And one instance, additional program.
Update
: 2025-02-17
Size
: 275kb
Publisher
:
王铭昆
[
Other
]
Using-cubic-spline-interpolation-
DL : 0
用三次样条插值,最小二乘法,牛顿法做的一个数值计算,有源代码和具体例子-Using cubic spline interpolation, least square method, one of Newton s method to do numerical calculation, have the source code and specific examples
Update
: 2025-02-17
Size
: 169kb
Publisher
:
曹艳青
[
Algorithm
]
method-of-interpolation
DL : 0
各种插值算法 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)
Update
: 2025-02-17
Size
: 5kb
Publisher
:
lin
[
Software Engineering
]
Fitting
DL : 0
曲线拟合软件,使用最小二乘法,三次样条法,可以将图片上的曲线拟合成公式-Curve fitting software, using a least squares method, cubic spline method, the picture on the curve can be fitted to equation
Update
: 2025-02-17
Size
: 68kb
Publisher
:
程上
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.