搜索资源列表
11912882bspline_fortran.rar
- 编写了一个B样条曲线,对机械加工等专业的同学关于复杂曲面加工很有帮助,The preparation of a B-spline curves, the mechanical processing and other professional students on complex surface machining helpful
2
- 计算机图形学的论文,关于三次样条曲线的应用-Computer Graphics paper, cubic spline curve on the application of
Bezier_and_B_spline_techniques
- 贝塞尔曲线和b样条曲线的区分和具体数学解释对图形学的了解很有帮助-Bezier and B spline techniques
splineGPS
- 用三次样条曲线进行精密星历插值和卫星钟差插值-Cubic spline curve the precise ephemeris interpolation and satellite clock error interpolation
Byangtiaoquxian
- B样条曲线,算法,及其结果示意截图,很具体-B-spline curve
nurbs
- 很不错的文件 NURBS插补-基于嵌入式数控系统的样条曲线插补算法的研究-Very good file NURBS interpolation- based on spline interpolation algorithm embedded NC system
BSpline
- B样条曲线的7个控制点的双三次B样条曲面算法-Seven control points of bicubic B-spline surface algorithm
matlab-GUI
- matlab GUI:屏幕取点+三次样条曲线+屏幕拖动-Matlab GUI: take the screen++ screen drag cubic spline curves
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
SANWEIZUOBIAODIANNIHE
- 根据空间任意点数坐标拟合得到空间样条曲线,特别适合测量实际孔轴线拟合。-According to the spatial coordinates of any point of space-spline curve fitting, especially suitable for measuring the actual hole axis fitting.
VB
- 用于将圆弧或样条曲线转化为多段线,Auto CAD VBA-Arc or spline curve is used to translate into polylines, Auto CAD VBA
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
++三次样条插值和贝塞尔曲线实例程序
- this document is including the algorithm of the Bezier curve, and also including the code of this 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.)
MATLAB三次样条插值函数
- 为了分析材料的热加工性能,需要用到三次样条函数对应力应变速率曲线进行插值,从而计算应变速率敏感指数
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