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

Search list

[Other resourceUniform.B-spline.Curve

Description: 实做电脑图学的Uniform B-spline Curve。先在画面上,任意点几个绘图点,并设置degree,按下Uniform B-spline按钮,即可产生图形。
Platform: | Size: 207584 | Author: 李威和 | Hits:

[Windows DevelopBezier Curve Generator

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

[Graph DrawingDrawB

Description: 用VC编写的圆弧样条,B样条曲线的绘制程序,在单文档中输入任意点,绘制出点间的圆弧样条曲线与B样条曲线-VC prepared by the arc-like, B-spline curve mapping procedures in a single document input arbitrary point and draw points of the circular spline curves and B-spline curves
Platform: | Size: 56320 | Author: 张sir | Hits:

[OpenGL programSpline+ellipse

Description: 标准椭圆的算法与三次样条曲线算法 用OpenGL实现编程-standard ellipse algorithm and cubic spline curve algorithm using OpenGL Programming
Platform: | Size: 74752 | Author: wgede | Hits:

[Special EffectsB-spline

Description: uniform B-spline curve and quasi-uniform B-spline curve
Platform: | Size: 3748864 | Author: 姜胜 | Hits:

[Graph DrawingB-spline

Description: 本源码使用VC++编写B样条曲线,利用B样条反算,由点击的控制点生成B样条曲线-This source using VC to prepare B-spline curve, using B-spline backcalculation by clicking the control point to generate B-spline curve
Platform: | Size: 1951744 | Author: 刘力 | 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 DrawingBspline

Description: 通过B样条曲线特征用反算的方法获得3次B样条曲线-Through the B-spline curves using the method of calculation to obtain the anti-3 B-spline curve
Platform: | Size: 1957888 | Author: 黄风 | Hits:

[Graph DrawingUniform.B-spline.Curve

Description: 实做电脑图学的Uniform B-spline Curve。先在画面上,任意点几个绘图点,并设置degree,按下Uniform B-spline按钮,即可产生图形。-Computer graphics to do it is the Uniform B-spline Curve. First on the screen at any point a few graphics and set up degree, press the Uniform B-spline button to generate graphics.
Platform: | Size: 206848 | Author: 李威和 | Hits:

[Graph Drawingmatlab_to_draw_the_cubic_B-spline

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:

[GDI-BitmapMusicDer_Final

Description: 生成、显示B样条曲线: (1)用鼠标或者光标输入控制点,在屏幕上用图形符号标记显示。 (2)自定义输入曲线次数。 (3)可选择4种曲线类型。 (4)可以对顶点位置,曲线次数,曲线类型进行修改。-generation, showed that B-spline curves : (1) to use the mouse or the cursor input control points on the screen with graphic symbols marking show. (2) Since the definition of input frequency curve. (3) the option of four types of curves. (4) can be right vertex position, the number of curves, curve types of changes. -Generation, showed that B-spline curve: (1) with the mouse or cursor input control points, on the screen with graphic symbol markings. (2) Since the definition of the number of input curves. (3) choice of four kinds of curve types. (4) can be vertex position, curve of the frequency curve of the type of modification.-generation, showed that B-spline curves: (1) to use the mouse or the cursor input control points on the screen with graphic symbols marking show. (2) Since the definition of input frequency curve. (3) the option of four types of curves. (4) can be right vertex position, the number of curves, curve types of changes.
Platform: | Size: 2412544 | Author: gaozheng | Hits:

[2D Graphicclosed-B-Spline

Description: 由于闭合的B样条曲线相对于开放的曲线难以绘制,本例程绘制封闭闭合的B样条曲线-Since the closure of the B-spline curve as opposed to an open curve difficult to draw, the draw routine closed closed B-spline curve
Platform: | Size: 39936 | Author: 李志军 | 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:

[Graph DrawingB-spline

Description: B样条曲线插值程序,实现B样条曲线的经典算法-B-spline curve interpolation procedures, B-spline curve to achieve the classic algorithm
Platform: | Size: 22528 | Author: zhu | Hits:

[Graph programSpline

Description: 样条曲线的算法C++代码实现,包含三个文件spline.cpp/spline.h/spline_prb.cpp,其中sline_prb为测试程序。此库中包含常见的多项式样条、hemitt样条、B样条等八种样条算法。devc++/vc/gcc下均通过-Spline curve algorithm C++ Code, including the three documents spline.cpp/spline.h/spline_prb.cpp, which sline_prb for the test procedure. This library contains the common polynomial spline, hemitt spline, B-spline, such as eight-spline algorithm. devc++/vc/gcc adopted under
Platform: | Size: 41984 | Author: rene | Hits:

[2D GraphicCurve

Description: B样条曲线,采用B样条的算法实现。生成的曲线十分的逼真,采用的是VC++做的。-B-spline curve, using B-spline algorithm. Generated curve is very realistic, using the VC++ Do.
Platform: | Size: 44032 | Author: ffk | Hits:

[Graph Drawingspline

Description: 三次样条插值,需要三次样条插值的可以下载这个包,也许对你有帮助-cubic spline curve
Platform: | Size: 2048 | Author: shanshan | Hits:

[Algorithmspline

Description: 由给出的三个点坐标,拟合出一条样条曲线,对于工程或数据分析的同志有作用。-Three points by the given coordinates, fitting out of a spline curve, or data analysis for the project has the role of comrades.
Platform: | Size: 3072 | Author: 汪帮主 | Hits:

[File FormatBSPLINE.ZIP

Description: C++ src for simple b-spline curve algorithm
Platform: | Size: 3072 | Author: v2k | Hits:

[Windows Develophow to draw spline curve

Description: spline curve fitting VB source code, assignment to draw B-curve line
Platform: | Size: 23268 | Author: christalchuk@yahoo.com | Hits:
« 12 3 4 5 6 7 8 9 10 ... 39 »

CodeBus www.codebus.net