Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Spline interpolation
Search - Spline interpolation - List
样条插值计算车门曲线-spline interpolation calculation door curve
Update : 2008-10-13 Size : 266.44kb Publisher : 杨柳

计算三次样条插值函数-Calculation of cubic spline interpolation function
Update : 2025-02-17 Size : 1kb Publisher : lxw

大学里数学系必学的一们课程数值分析中的经典算法————三次样条插值的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classical algorithm-cubic spline interpolation procedures version vb
Update : 2025-02-17 Size : 2kb Publisher : liunangui

样条插值计算车门曲线-spline interpolation calculation door curve
Update : 2025-02-17 Size : 266kb Publisher : 杨柳

三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
Update : 2025-02-17 Size : 3kb Publisher :

7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lagrangian interpolation (POLINT) 2 rational function interpolation (RATINT) 3 cubic spline interpolation (SPLINE (second derivative numerical)-
Update : 2025-02-17 Size : 5kb Publisher : ldg

不管对于图像的编码还是解码,三次样条算法的性能都是很好的,然后由于计算量比较大使他的效率有所下降,在次提出了一个考虑算法质量的前提下的快速算法。-regardless of the coding for images or decoding, cubic spline algorithm performance are good, and then because of the comparison calculation of the efficiency Ambassador he declined, in a meeting of the algorithm to consider the quality of the fast algorithm.
Update : 2025-02-17 Size : 269kb Publisher : 王献中

DL : 0
最常用的三次样条插值函数,采用VB编写,它既满足一般实际问题的要求,而建立过程相对又不太复杂。-The most commonly used cubic spline interpolation function, the use of VB to prepare, both to meet the general requirements of practical problems, but also the process of establishing a relatively less complex.
Update : 2025-02-17 Size : 1kb Publisher : zzt

三次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

三次样条插值公式C语言编程示例-Cubic spline interpolation formula C language programming examples
Update : 2025-02-17 Size : 1kb Publisher : wosyjf

DL : 0
三次样条插值的源代码,可以用dsp实现,希望对大家有用!-Cubic spline interpolation of the source code, can be used dsp realize, in the hope that everyone useful!
Update : 2025-02-17 Size : 2kb Publisher : myra

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编程 可直接会出图像并输出样条函数-Cubic spline interpolation can be directly MATLAB programming will be the image and the output spline function
Update : 2025-02-17 Size : 10kb Publisher : niyang

采用VC++编写,实现快速傅立叶变换、样条插值等图像处理算法。-Used VC++ Prepared realize fast Fourier transform, spline interpolation and other image processing algorithms.
Update : 2025-02-17 Size : 2.56mb Publisher : 高旭

实现离散数据的三次样条插值的java语言实现-Realize discrete data of the cubic spline interpolation of the java language
Update : 2025-02-17 Size : 1kb Publisher : yangyanlong

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

数值分析中的计算样条插值的matlab源程序。-Numerical analysis of the calculation of the spline interpolation matlab source.
Update : 2025-02-17 Size : 1kb Publisher : wuyan

文本输入输出,实现数值计算的自然三次样条插值法-Text input and output, numerical calculation to achieve a natural cubic spline interpolation
Update : 2025-02-17 Size : 150kb Publisher : 姜北樵

插值 拉格朗日插值 有理函数插值 三次样条插值 有序表的检索法 插值多项式 二元拉格朗日插值 双三次样条插值-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

cubic spline interpolation
Update : 2025-02-17 Size : 138kb Publisher : jojonice
« 12 3 4 5 6 7 8 9 10 ... 44 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.