搜索资源列表
myline
- c语言实现DDA画线法。有详细注释!-DDA painting method. Detailed Notes!
MyLine
- java 线段类..判断线段相交
Hough
- Hough变换 BOOL Hough(HWND hWnd){ //定义一个自己的直线结构 typedef struct{ int topx //最高点的x坐标 int topy //最高点的y坐标 int botx //最低点的x坐标 int boty //最低点的y坐标 }MYLINE DWORD BufSize LPBITMAPINFOHEADER lpImgData
MyLine
- 输入两个点的坐标,可求出它们之间的距离,并判断它们是否在第一象限
MyLine
- 使用橡皮条实现画直线的功能。 还可以实现重绘的功能哦
myline
- c语言实现DDA画线法。有详细注释!-DDA painting method. Detailed Notes!
GraghicsEditor
- Java画版程序。......................要求变态。-Java painted version of the procedure. ...................... Request metamorphosis.
MyLine
- java 线段类..判断线段相交-java category .. judging line segment intersection
Hough
- Hough变换 BOOL Hough(HWND hWnd){ //定义一个自己的直线结构 typedef struct{ int topx //最高点的x坐标 int topy //最高点的y坐标 int botx //最低点的x坐标 int boty //最低点的y坐标 }MYLINE DWORD BufSize LPBITMAPINFOHEADER lpImgData
MyLine
- 输入两个点的坐标,可求出它们之间的距离,并判断它们是否在第一象限-Input the coordinates of two points can be calculated the distance between them and determine whether they are in the first quadrant
MyLine
- 使用橡皮条实现画直线的功能。 还可以实现重绘的功能哦-Be the realization of the use of rubber paint a straight line function. Can also achieve the function redraw Oh
ch01-05
- Java大学基础教程V6前五章源码,包括了书上所有的applet,均调试运行成功。-Java basic tutorial University V6 source code before the five chapters, including a book on all of the applet, the success of both the debug run.
AJAXxmlasp2009
- 一个asp编写的小型分页程序 面向对象程序可以很好的应用到他-.MsnTable{ behavior:url(MsnTable.htc) } .MyButton{ behavior:url(Mybutton.htc) } .MyLine{ behavior:url(MyLine.htc) } .Main{ border-right:1pt solid#454F4F backg
2008010
- 编写一个线段类 MyLine,要求如下: 主要属性有: x ,y ;类型为Point (查看API) 编写构造方法,如 MyLine(Point p1 , Point p2) 编写5个成员方法。如: 检查线段是否位于第一象限check()… 求线段的长度 length() … 判断两条直线是否相交(另一线段作为参数)。 编写一点到该线段(或延长线)的距离 其他方法。 注:编写方法时,考虑利用Point
MyLine
- 判断线段是否位于第一象限;计算线段长度;判断两条线段是否相交;计算点到线段(直线)的距离;用户交互给出线段和点的坐标-Determine whether the line in the first quadrant calculated length of the line to determine whether the intersection of two segments calculation points to the
MyLine
- 使用VC++语言编写的画线程序,适合入门者使用-Using the VC++ program draw lines written for beginners to use
Test3
- 定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的
MyLine
- 编写一个线段类 MyLine,要求如下: 主要属性有: e1,e2 端点,类型为Point 编写构造方法,如(Point p1 , Point p2) 编写成员方法。如: 检查线段是否位于第一象限check… 求线段的长度 length() … 判断两条线段(非延长线)是否相交(另一线段作为参数)。 求一点到该线段(或延长线)的距离 编写测试程序 用户输入线段的两点坐标构造一个线段 用户选择需要执
MyLine
- 能从控制台输入点,判断两直线是否相交,计算直线长度-From the console input to determine whether the two lines intersect,Calculate the line length
MyLine
- 判断两条线段的相关算法,相交、求一点到线段的距离、求线段的交点、求线段的斜率。(Judge the two line segment correlation algorithm, intersection, seek a point to the line distance, the intersection of the line segment, the slope of the line segment)