搜索资源列表
spline3.cpp
- Spline Application. This application uses C++ plataform. Its a simple application source code to plot cubics splines.
CAD_Import_VCL_6.1
- CAD Import VCL 6.1 New features: - AutoCADÖ DWG 2007 file format is supported. - AutoCADÖ PROXY (including AEC) entities are supported. - HPGL/HPGL2 file format - Bezier splines are supported. - DXF loading has been optimiz
CubicSpline
- This a file describing the interpolation problems dealing with cubic splines.Very useful for drawing such curves.-This is a file describing the interpolation problems dealing with cubic splines.Very useful for drawing such curves.
Cubicv3
- Another very useful explanation of what cubic splines are and how we are able to interpolate them
GPU-Based-uniform-B-Splines
- This article presents uniform B-spline interpolation, completely contained on the graphics processing unit (GPU).
Bspline
- 型值点反算控制点要解线性方程,画样条曲线,常用三次多项式参数曲线构造,保持一阶或二阶导数连续。-Data points Inverse control point to solving linear equations, draw splines, commonly cubic polynomial parametric curves constructed, maintained a first or second derivative continuous.
splines
- Matlab Spline 工具箱,能够创建各种样条函数-Matlab Spline toolbox
spline
- 绘制样条曲线,绘制二次B样条曲线,编程语言C-Draw Splines
BSpline
- 以下是我用Qt GUI所编写的程序,包含源代码和可执行程序 主要功能: 1.绘制B样条 2.通过节点插入将B样条转化为多段Bezier曲线 操作方式:鼠标点击屏幕绘制B样条,默认均匀节点;控制点可以通过鼠标拖动(The following are the programs I wrote with Qt GUI, including the source code and the executable program Main functions: 1. draw B splines