搜索资源列表
cagd
- 利用C++解决CAGD中的一些问题,如B样条类,画b样条曲线的程序
Byangtiao
- 计算机图形学程序,能根据给定点完成B样条曲线的绘制
MFC绘制CAD曲线
- 用MFC编写的绘制CAD常用曲线的小程序,其中包括参数样条、Bezier曲线、B样条曲线。 使用了MFC模板,OpenGL函数库。支持鼠标交互式输入,在一个工程中完成了三种曲线的拟合.点击工具栏中的“曲线”,鼠标选择画线类型。选择之后,鼠标取点后,将画出你所想画的曲线。
Nurbs曲线的实现
- nurbs曲线的程序实现,非均匀有理b样条
DrawDot
- B样条曲线画图程序,包括均匀、准均匀、分段Bezier和非均匀四种类型-B-spline drawing
splinetest
- B样条曲线(B sample line)绘制程序。 画的非常好。-B-spline curve (B sample line) drawing program. Very good painting.
bicubicHermiteBsplinecode
- 双三次B样条曲面的拟合程序,有助于进一步了解B样条曲线-Bicubic B-spline surface fitting process, help to further understanding of B-spline curve
BezierCurve
- 用C语言编写的简单的贝泽尔曲线生成程序,即写出将非均匀B样条曲线转化为一系列首尾相连的Bezier曲线的C语言程序-Written in C language with a simple Baesel curve generation process, that is to write non-uniform B-spline curve into a series of Bezier curves connected end to end C-language program
bspline_tools
- B样条程序包,可以绘制各阶B样条基函数及曲线。-you can get arbitrary degree b spline curves by using it.
E7
- 本程序用来画B样条曲线,程序运行后可以在坐标系内选择需要的点,同时弹出消息框确定具体的点的位置,点击确定划线按钮可以画出B样条曲线。-when the program is running ,it will pop out an windows form ,if you click the coordinate on the right,you can get the point needed to draw a B spline
BSpline
- B样条曲线的开发程序方法介绍,简单易懂,介绍清晰-B-spline method of introduction of the development process, easy to understand, clear introduction
BSpline
- 本应用程序,用户用鼠标左键单击的方式顺序输入控制点,鼠标左键双击代表结束,绘制以鼠标输入的点为控制点的4阶3次等距B样条曲线。具体实现功能 1. 绘制出控制多边形,标记控制点的位置; 2. 曲线以控制点序列的第一个点和最后一点为起点和终点,以控制多边形的第一条边和最后一条边为起点和终点的切线; 3. 改变其中的某一个控制点的位置,用另一颜色绘制新的曲线,与原曲线进行对比。-This application, the user left-click way to order input
Nurbs
- 这是一个基于NURBS来实现一次、两次和三次均匀和非均匀B样条曲线程序-NURBS spline
ubbsspliness
- 使用delphi实现的B样条曲线源程序源码,包含非常多的功能,,而且能点击exe文件,直接查看程序源码的演示效果。 -Delphi realized the B-spline curve source code contains a lot of functionality, but also can click on the exe file directly view the demonstration effect of the program source code.
five-degree-B-spline-curve
- 这是基于五次B样条的曲线构建程序,开发环境为matlab,喜欢的免费下载。-This building program based on the five B-spline curve, a development environment for matlab like free downloads.
B-SLINE
- k次规范B样条基函数 和B样条曲线程序源代码-k times normalized B-spline basis functions and B-spline curves source code
用c语言编程绘制二维三次b样条曲线
- 采用C语言编写程序,根据已知点绘制样条曲线,可以用于开发gambit脚本功能进行飞机翼型参数化建模(The program is written in C language, and the spline curve is drawn according to the known points)
B_Spline
- 主要用于绘制B样条曲线,可以用于教学讲解(Mainly used for drawing B spline curve, can be used for teaching and explanation)
非均匀有理B样条程序
- 能够计算出非均匀有理B样条,给定控制点,及样条阶次,即可绘制出想要的光滑曲线(The inhomogeneous rational B spline can be calculated)
移动机器人曲线规划
- 包含n个控制点(含起点和终点)B样条曲线的移动机器人轨迹规划程序,所生成的轨迹必须严格经过起点、第三个控制点和终点(可调)(A trajectory planning program for mobile robot with n control points (including start and end points) and B-spline curves. The generated trajectory must strictly pass through the start poi