搜索资源列表
vb_bezierfit
- 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve f
curvefit_C_edition
- c语言版的多项式曲线拟合。 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok。-c language version of the polynomial curve fitting. Using least-squares met
TeeSpline
- B样条曲线类,使曲线绘制更平滑-B-spline curves category, drawing more smooth curve
bezier.rar
- 这是一个贝塞尔曲线生成的程序,有二次和三次贝塞尔曲线,并且和B样曲线组合的图形,This is a Bezier curve generated by the procedure, there are secondary and three Bezier curves and B-like curves and graphics portfolio
vb
- 通过随机点生成,B样条曲线,代码完整,有Bezeire和B样条曲线两种曲线形式。-Generated by random points, B-spline curves, code integrity, and the B-spline curve Bezeire two curve.
GACurve
- Hi guys, I have a B-spline curve algorithm by using Genetic algorithm. Any interested?
Linear
- 一元线性回归曲线 y=ax+b,求解出a b 和相关系数r-Unary linear regression curve y = ax+ b, solving out of ab and the correlation coefficient r
Bspline-curve
- B样条的一种实现方法。具体操作为:拾取界面二维点作为控制顶点,输出B样条曲线-An implementation of B-spline method. The specific operation as follows: pick up the interface two-dimensional points as control points, the B-spline curve of the output
BSpline-Curve
- B样条曲线绘制-德布尔法。在VC++ 6.0环境绘制B样条曲线。-Draw the BSpline Curve
curvefit
- 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok-Using least squares curve fitting. With p-1 order polynomial fit, p <= 10 x, y 0 of
Non-uniform-b-spline-curve-drawing-
- 非均匀B样条曲线绘制+导矢计算-动态数组,程序精炼,结果正确,参考价值高。-Non-uniform b-spline curve drawing+ vector calculation
Test
- 计算方法,最小二乘数c语言实现源码,求取线性拟合曲线,得到二次方程的a,b,c值。-Calculation methods, Least Squares c language source code, to strike a linear fitting curve, quadratic equation a, b, c values.
Spline
- B样条曲线的差值算法及均分算法,可用于缝纫机曲线等离散。-B-spline curve difference algorithm and average algorithm can be used for sewing curve discrete.