文件名称:ArcChaBu
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- guo****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
任意三次曲线插补
任意三次曲线方程:y=(1/9)*Math.pow(x, 3)+(1/3)*Math.pow(x, 2)+(5/6)*x
设置起点坐标和终点坐标。
在面板上画出插补算法直线。
F>=0,x向+x方向前进一步,J7--
F<0,y向+y方向前进一步,J7--
直到J7<0
J7=|xe-x0|+|ye-y0|
-Any arbitrary cubic curve cubic interpolation equation: y = (1/9)* Math.pow (x, 3)+ (1/3)* Math.pow (x, 2)+ (5/6)* x Set the starting point coordinates and end coordinates. Interpolation algorithm on the panel to draw a straight line. F> = 0, x to+ x direction of further, J7- F < 0, y+ y to the direction of further, J7- until J7 < 0 J7 = | xe-x0 |+ | ye-y0 |
任意三次曲线方程:y=(1/9)*Math.pow(x, 3)+(1/3)*Math.pow(x, 2)+(5/6)*x
设置起点坐标和终点坐标。
在面板上画出插补算法直线。
F>=0,x向+x方向前进一步,J7--
F<0,y向+y方向前进一步,J7--
直到J7<0
J7=|xe-x0|+|ye-y0|
-Any arbitrary cubic curve cubic interpolation equation: y = (1/9)* Math.pow (x, 3)+ (1/3)* Math.pow (x, 2)+ (5/6)* x Set the starting point coordinates and end coordinates. Interpolation algorithm on the panel to draw a straight line. F> = 0, x to+ x direction of further, J7- F < 0, y+ y to the direction of further, J7- until J7 < 0 J7 = | xe-x0 |+ | ye-y0 |
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ArcChaBu.java