搜索资源列表
cardinal
- 很好的分形算法。很值得参考哟
Curves
- bezier,B样条,Cardinal算法画曲线,bezier和B样条画曲面-bezier, B-spline, Cardinal algorithms draw curves, bezier and B-spline surfaces painted
spline
- Opengl spline simulation: Hermite,Bezier,Cardinal-Opengl spline simulation: Hermite, Bezier, Cardinal
CardinalTest
- Spline类就是Cardinal样条曲线了,这个类里面记录了4个控制点:m_startControlPoint, m_startPoint, m_endPoint, m_endControlPoint, 分别按顺序对应Pk-1, Pk, Pk+1, Pk+2, 由于Cardinal是用多个线段去模拟曲线,所以我们在这里取20个点,这样,在Pk 和 Pk+1之间,有20个样本点,用画直线的方法将这些点按顺序连起来,连成的曲线段就是我们所要的Cardinal 曲线了-Spline class is
capi
- Bspline曲线生成程序Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS方法获得B样条曲线-Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spl
gear-diagnosis
- 介绍小波变换的基本原理 针对农机产品变速箱齿轮出 现故障时产生的非稳态脉冲信号特点 选择合适的小波 应用 小波变换准确地诊断变速箱齿轮裂纹故障 证明了小波分析的 应用价值"-It is introduced for the cardinal principle of wavelet transformation. It is aimed at no steady state pulse signal feature when agricultural machinery produc
CSpline
- 利用Cardinal绘制样条曲线。传入控制点坐标生成插值点坐标-Cardinal Line
CardinalCurve
- 卡蒂诺曲线,可以完成6个点的平滑合成曲线,opengl完成-Cardinal Curve
capi1.01
- BSpline 及各种曲线Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural Cubic Splin