Location:
Search - spline cubic
Search list
Description: 样条插值计算车门曲线-spline interpolation calculation door curve
Platform: |
Size: 272384 |
Author: 杨柳 |
Hits:
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:
Description: 不管对于图像的编码还是解码,三次样条算法的性能都是很好的,然后由于计算量比较大使他的效率有所下降,在次提出了一个考虑算法质量的前提下的快速算法。-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.
Platform: |
Size: 275456 |
Author: 王献中 |
Hits:
Description: 三次样条插值的MATLAB程序(三弯矩方程)-Cubic Spline Interpolation MATLAB (3 Moment equation)
Platform: |
Size: 1024 |
Author: 郭嘉研 |
Hits:
Description: 这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。-This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.
Platform: |
Size: 1024 |
Author: 宋亚平 |
Hits:
Description: 标准椭圆的算法与三次样条曲线算法
用OpenGL实现编程-standard ellipse algorithm and cubic spline curve algorithm using OpenGL Programming
Platform: |
Size: 74752 |
Author: wgede |
Hits:
Description: Incorporating Prior Knowledge in Cubic Spline Approximation - Application to the Identification of Reaction Kinetic Models-Incorporating Prior Knowledge in Cubic Sp Approximation line-Application to the Identi fication of Reaction Kinetic Models
Platform: |
Size: 76800 |
Author: 刘飞絮 |
Hits:
Description: 最常用的三次样条插值函数,采用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.
Platform: |
Size: 1024 |
Author: zzt |
Hits:
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:
Description: 实现三维空间点的样条插值算法,point3D cubic spline-The realization of three-dimensional space point spline interpolation algorithm, point3D cubic spline
Platform: |
Size: 14862336 |
Author: qiaodong |
Hits:
Description: 用MATLAB画出三次样条插值函数曲线图(先用C++求出M)-Using MATLAB to draw cubic spline interpolation function curves (first C++ Calculated M)
Platform: |
Size: 3072 |
Author: ren |
Hits:
Description: 使用MATLAB绘制3次均匀B样条曲线,有一定参考价值-The use of MATLAB drawn 3 times uniform B-spline curve, has a certain reference value
Platform: |
Size: 1024 |
Author: 卓雅 |
Hits:
Description: 三次样条插值的源代码,可以用dsp实现,希望对大家有用!-Cubic spline interpolation of the source code, can be used dsp realize, in the hope that everyone useful!
Platform: |
Size: 2048 |
Author: myra |
Hits:
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:
Description: delphi版三次样条插值,并有两个例子-delphi version of cubic spline interpolation, and two examples
Platform: |
Size: 7168 |
Author: panpan |
Hits:
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:
Description: The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods.
In higher dimensions, only a finite difference/linear algebra solution is provided, but it is fully vectorized and fully sparse in its approach. In 2-d and 3-d, if the gradients are inconsistent, then a least squares solution is generated
Platform: |
Size: 11264 |
Author: 徐亮 |
Hits:
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:
Description: 文本输入输出,实现数值计算的自然三次样条插值法-Text input and output, numerical calculation to achieve a natural cubic spline interpolation
Platform: |
Size: 153600 |
Author: 姜北樵 |
Hits:
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:
« 12
3
4
5
6
7
8
9
10
...
38
»