Welcome![Sign In][Sign Up]
Location:
Search - spline curve Bezier

Search list

[Windows DevelopBezier Curve Generator

Description: Bezier Curve 样条曲线生成-Bezier spline curve Curve Generation
Platform: | Size: 4142 | Author: 王涛 | Hits:

[Graph programwireframe

Description: 很好的一个BSPLINE/BEZIER曲线生成器.速度很快。还有几个例子。- A very good BSPLINE/BEZIER curve production The speed is very quick. Also some several examples.
Platform: | Size: 18432 | Author: 王晶 | Hits:

[Windows DevelopBezier Curve Generator

Description: Bezier Curve 样条曲线生成-Bezier spline curve Curve Generation
Platform: | Size: 4096 | Author: 王涛 | Hits:

[2D GraphicCurve

Description: 三种基本曲线的画法,Hermit,Bezier,B样条-three basic curve method of painting, Hermit, Bezier, B-spline
Platform: | Size: 38912 | Author: | Hits:

[Algorithmvb_bezierfit

Description: 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve fitting example of the procedures used to prepare the Chinese version VB6.0 need an example of the form and a button (use the default name), in this case, the black lines of the coordinates of the point on the direct connection of the yellow line between the only point Approximate line fitting, does not pass through every point, the use of B-spline curve through the blue line in addition to a final point and a point outside of each one, using a Bezier curve
Platform: | Size: 2048 | Author: qiao | Hits:

[Graph Drawing计算机图形学二维绘图

Description: 是计算机图形学的二维绘图程序,包括: 1.图元的生成:直线、椭圆、区域填充 2.样条曲线的生成:Bezier曲线、B-样条曲线 3.分形图形的生成:Julia集、蕨类植物 4.真实感图形的生成(包括:球体、圆柱体)。-is the two-dimensional computer graphics drawing program, including : 1. Figure yuan Generation : linear, elliptical, two regional filled. Spline Curves Generation : Bezier curves, B-spline curve 3. Fractal Graphics Generation : Julia set, Fern 4. Realistic graphics generation (including : Ball, cylinders).
Platform: | Size: 221184 | Author: 李向 | Hits:

[2D GraphicCurvePainter

Description: n次贝塞尔曲线及三次b样条曲线的绘制,使用自己编写的curve类,实现曲线上点坐标的计算与绘制,曲线点坐标的计算使用递归算法。点击左键设定控制点,之后点击右件绘制曲线。-n Bessel curve and three b-spline curve mapping, prepared to use their own type of curve, curve coordinates of the point on the calculation and drawing, curve coordinates of the points calculated using recursive algorithm. Click on the button to set control points, followed by right clicking on Drawing curve.
Platform: | Size: 33792 | Author: 陈玉林 | Hits:

[2D Graphiccurve_test.tar

Description: curve_test is a set of 3 programs to demonstrate 3 different kind of third-order parametric curves: Hemite curve segments, Bezier curve segments, and Splines. Hemite curves are defined by two endpoints and two vectors, Bezier curves are defined by four points, and Spline curves are defined by 4+n points.-curve_test is a set of three programs to demonst rate 3 different kind of third-order Parametri c curves : hermitian curve segments, Bezier curve segments, and Splines. hermitian curves are defined by two en dpoints and two vectors. Bezier curves are defined by four points, and spline curves are defined by n points.
Platform: | Size: 7168 | Author: Jet Lan | Hits:

[OpenGL programAllKindsOfCurve

Description: 在VC中使用OpenGL画七条曲线:Bezier曲线;3阶(2次)均匀B样条曲线;3阶(2次)准均匀B样条曲线;3阶(2次)分段B样条曲线;4阶(3次)均匀B样条曲线;4阶(3次)准均匀B样条曲线;4阶(3次)分段B样条曲线-in VC use OpenGL seven paintings curve : Bezier curve; 3-(2) uniform B-spline curves; 3-(2) quasi-uniform B-spline curves; 3-(2) B-spline curves; 4 bands (3) Uniform B-spline curves; 4 bands (3) quasi-uniform B-spline curves; 4 bands (3) B-spline curves
Platform: | Size: 558080 | Author: mimi | Hits:

[Embeded-SCM DevelopBspline

Description: 通过C++和GLUT,用OPENGL 实现的 二次 B spline 曲线渲染。 鼠标左键点击,添加控制点,可以随意移动控制点来改变曲线。 适合OPENGL初学者了解曲线生成过程。-Through the C++ And GLUT, using OPENGL realized quadratic B spline curve rendering. Click the left mouse button, add control points, you can move the control point to change the curve. OPENGL for beginner to understand the process of curve generation.
Platform: | Size: 38912 | Author: dma | Hits:

[Graph DrawingBezier.cs

Description: Bezier样条曲线系数矩阵, VS 2008, NET 3.5-Bezier spline curve coefficient matrix, VS 2008, NET 3.5
Platform: | Size: 1024 | Author: softic | Hits:

[Special EffectsBezier_curve

Description: 1、自由曲线包括:二次、三次、N次Bezier曲线,二次、三次均匀B样条曲线; 2、Bezier曲线的实现算法要求选用细分算法; 3、均匀B样条曲线过控制多边形的首末顶点; 4、利用B样条曲线的局部控制性来动态修改曲线形状; 5、界面设计友好、几何直观。 -1, free curve include: the Second, Third, N times Bezier curves, quadratic, cubic uniform B-spline curve 2, Bezier curve algorithm requested subdivision algorithm selection 3, uniform B-spline curve control polygons have been at the end of the first vertex 4, the use of B-spline curve of local control to dynamically modify curve shape 5, interface design friendly, intuitive geometry.
Platform: | Size: 95232 | Author: 张巧芳 | Hits:

[OpenGL programSpline

Description: 用Opengl实现的样条线绘制,包括: 1.任意次bezier曲线的绘制 2.3次hermite曲线的绘制 -Opengl achieved with spline drawing, including: 1. Arbitrary times Bezier curve drawing 2.3 times hermite Curve
Platform: | Size: 231424 | Author: 吴彧文 | Hits:

[Graph programcurve

Description: hermite bezier 三次样条三种方法生成曲线-hermite bezier spline curves generated in three ways
Platform: | Size: 5821440 | Author: dragon_ton | Hits:

[Graph programBezier-and-B-spline-Techniques

Description: 贝塞尔曲线和B样条曲线外文原版讲义,需要看英文著作的朋友请下载-Bezier curves and B-spline curve foreign original notes, need to see a friend in English literature download
Platform: | Size: 1454080 | Author: shang | Hits:

[matlabbsplineandbezier

Description: b样条和贝塞尔曲线的绘制,matlab和vc平台上的两个版本-b-spline and Bezier curve drawing, matlab, and two versions of the platform vc
Platform: | Size: 1889280 | Author: 杨卫成 | Hits:

[Graph DrawingBezier

Description: MFC绘制Bezier曲线,B样条曲线,曲线拟合-MFC Drawing Bezier curves, B-spline curve, curve fitting
Platform: | Size: 3630080 | Author: tina | Hits:

[matlabBezier

Description: 一个很好的matlab编程绘制B样条曲线,-Matlab program to draw a good B-spline curve,
Platform: | Size: 1024 | Author: wq | Hits:

[OpenGL programBezier-and-B-spline-curve-

Description: 生成Bezier曲面和B样条曲面,并显示出控制网格以及曲面-use C++ language to build Bezier and B spline curve,and show the control mesh and the surface,very useful I think, thank you
Platform: | Size: 2358272 | Author: wangzhou | Hits:

[OtherRealize-B-spline-curve-and-Bezier

Description: 用这本电子书可以快速而且很好地学习掌握B样条曲线和Bezier曲面的画法-Use this ebook can quickly and well learn B spline curve and Bezier curve of the law
Platform: | Size: 925696 | Author: alice | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net