搜索资源列表
二次B样条曲线的绘制
- 从用c语言编出程序要用文件输入数据。 绘制二次B样条曲线的表达式: P(0,2)(t)=P0*G(0,2)(t)+P1*G(1,2)(t)+P2*G(2,2)(t) 0<=t<=1-from using language out to document procedures with the input data. Drawing II B-spline curves of expression : P (0,2) (t) = P0 * G (0,2) (t) * G P1 (1,2
plot
- 因为本程序使用 C# 的反射功能动态生成数学表达式并计算其值,所以重画时有点慢,如果你的计算机的速度不是非常快的, 就不要在窗口改变大小时强制重绘,而是通过点击发“刷新”按钮重绘。 -Because this program uses C# reflection function dynamically generated mathematical expressions and calculates its value, so when you re-painting a bit slo