搜索资源列表
chapter03-1-2
- B样条(三次)曲线和曲面逼近分析技术文档
11912882bspline_fortran.rar
- 编写了一个B样条曲线,对机械加工等专业的同学关于复杂曲面加工很有帮助,The preparation of a B-spline curves, the mechanical processing and other professional students on complex surface machining helpful
Bezier_and_B_spline_techniques
- 贝塞尔曲线和b样条曲线的区分和具体数学解释对图形学的了解很有帮助-Bezier and B spline techniques
Byangtiaoquxian
- B样条曲线,算法,及其结果示意截图,很具体-B-spline curve
BSpline
- B样条曲线的7个控制点的双三次B样条曲面算法-Seven control points of bicubic B-spline surface algorithm
The-conversion-matrix
- 本文研究了bezier曲线与b样条曲线间的转换矩阵的生成-This paper studies the transformation matrix between the bezier curve with b-spline curve generated
Bezier-cures
- 本文研究了三次bezier曲线与三次B样条曲线的光滑拼接,用matlab可以实现这个过程-This paper studies the three bezier curves and cubic B-spline curves and smooth stitching, this process can be achieved using matlab
ConsoleApplication3_
- 自己制作的用c语言创作b样条曲线的程序,希望有所帮助-Produce their own creative language with c b-spline curves procedures, hope that helps
B_spline
- B样条曲线函数及其求解方法,本人亲自整理,步骤详细,适合初学B样条函数的学者-B spline function and its solution method, personally organize, steps in detail, for scholars beginner B-spline function
Byangtiao
- Hermite曲线和Beizer曲线基本是一致的,虽然原理上有着一定的差异,但从性质以及参数的影响程度来说,大致上是相似的。而且这两种曲线在表达复杂的曲线时,都是利用低次曲线拼接的方式来表达。相比这两种曲线,B样条曲线就显得比较具有优势,具体优势开头也有提到,这里就不重复了,缺点也非常明显,控制点不在曲线上导致不好容易控制。-Produce their own creative language with c b-spline curves procedures, hope that helps
smoothing-algorithm-
- 广义B样条曲线的节点去除与光顺算法,样条插值算法,更光滑的插值算法-Node removal and smoothing algorithm for generalized B spline curve
nurbsfunctions
- 简单介绍了关于B样条曲线和NURBS曲线的定义和性质,且包含matlab例程(A brief introduction is given to the definition and properties of B spline curves and NURBS curves, including Matlab routines.)
Scipy
- SciPy—数值计算库 在NumPy的基础上增加一些功能 1、常数和特殊函数 2、线性代数-linalg 3、优化 (1)非线性方程组求解 (2)最小二乘拟合 (3)函数最小值 4、插值—interpolate (1)B样条曲线插值 (2)外推和Spline拟合 (3)二维插值 5、数值积分—integrate (1)球的体积 (2)解常微分方程组 6、统计—stats (1)连续和离散概率分布 (2)二项、泊松、伽玛分布 7、稀疏矩阵—sparse(On t