搜索资源列表
vb_bezierfit
- 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve f
dbezier
- 优化的Bezier插值C程序-Bezier Interpolation optimized C Program
BezierCurveSurf2.rar
- 本程序采用有限元方法,实现多精度,多步长,画双三次Bezier曲面。,Draw Bezier bicubic surface
bezier.rar
- 这是一个贝塞尔曲线生成的程序,有二次和三次贝塞尔曲线,并且和B样曲线组合的图形,This is a Bezier curve generated by the procedure, there are secondary and three Bezier curves and B-like curves and graphics portfolio
Bezier3d
- This is a simple code sample to interpolate a 3d set of points using the bezier algorithm minimized to 4 points.
Bezier2d
- This is a 2d bezier interpolation algorithm.
threesplinebezier
- 设计签名 三次样条插值函数 贝塞尔曲线 光滑曲线-Design Signature cubic spline interpolation function is a smooth curve of Bezier curves
BEZIER
- 三次bezier曲线实现C语言代码的PDF文件-bezier curve C language
Bezier
- 一个用c语言编的怎么绘制贝赛尔曲线的源程序。希望有点用-A series of how to use c language source program drawing Bezier curves. Hope that with a little
Bezier
- 用C++语言实现了Bezir曲线,介绍了Bezir曲线的画法。-C++ language with a Bezir curve, introduced Bezir curve drawing.
SPLINE
- SPLINE is a package of simple routines for setting up and evaluating splines and related functions, whose goal is either to to interpolate given data exactly at a set of points to approximate data over an interval. There are a variety of
Bezier
- A simple application/algorithm to implement Bezier Curve using Turbo C/C++ for DOS using mouse pointer.
functions-of-numerical-computation
- 数值计算中,贝叶斯函数,高斯函数,Romberg,Runge,euler的matlab实现,简便易使用.-matlab program of Bezier,Guess Romberg,Runge,euler method in Numerical computation
Bezier
- Bezier曲线是允许用户控制在节点处控制斜率的样条。B样条的出现使得图形重构技术获得了巨大的发展。-Bezier curves allows the user to control the slope of the spline control node. B-spline has made a graphical reconstruction technique was a great development.
bezie
- An algorithm for constructing a Bezier curve from the given points in MathCad 15
Bezier
- Bezier曲线的实现。包括实现一阶、二阶、三阶,更高次数的曲线也可以同理实现。-Realization of the Bezier curve. Including the achievement of the first order, second, third, a higher number of curves can also achieve the same reason.
bezier
- bezier曲线的g1光滑连接,画了两条2次的bizier曲线,然后符合G1连续-g1 bezier curves and smooth connections, drew two two times bizier curve, and then meet the G1 continuous
bezier
- 画出两个在三角域上的bezier曲面并将这两个曲面拼接在一起-Draw the two on the triangular domain the bezier surface and stitching together the two surfaces
Bezier-
- 贝塞尔曲线的演示程序,有详细的源码和注释,可以直接调用-Bezier curve demo program source code and detailed notes, you can directly call
Bezier
- 画Beizer曲线的matlab程序,效果不错,方便初学者学习之用!-This is matlab source code of drawing Bezier! Have fun!