搜索资源列表
MyLine
- java 线段类..判断线段相交
MyLine
- 输入两个点的坐标,可求出它们之间的距离,并判断它们是否在第一象限
Test3
- 定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法
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 background-color:#93BEE2 width:
2008010
- 编写一个线段类 MyLine,要求如下: 主要属性有: x ,y ;类型为Point (查看API) 编写构造方法,如 MyLine(Point p1 , Point p2) 编写5个成员方法。如: 检查线段是否位于第一象限check()… 求线段的长度 length() … 判断两条直线是否相交(另一线段作为参数)。 编写一点到该线段(或延长线)的距离 其他方法。 注:编写方法时,考虑利用Point类的方法 编写测试程序-Write a segment
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 line (straight line) distance
MyLine
- 编写一个线段类 MyLine,要求如下: 主要属性有: e1,e2 端点,类型为Point 编写构造方法,如(Point p1 , Point p2) 编写成员方法。如: 检查线段是否位于第一象限check… 求线段的长度 length() … 判断两条线段(非延长线)是否相交(另一线段作为参数)。 求一点到该线段(或延长线)的距离 编写测试程序 用户输入线段的两点坐标构造一个线段 用户选择需要执行已编写的哪种方法(判断是否相交) 根据用户选择的方法要
MyLine
- 设置两条线,程序会告诉你这两条线是否相交,在第一象限有什么特征之类的。-Set up two lines, the program will tell you whether the two lines intersect, in the first quadrant characteristics of class.
myline
- 一个线段的类,记录起点和重点,可以用于画线的程序-A segment of the class, record the starting point and focus of the program can be used to draw lines
myline
- 这是一个简单的JAVA小程序,使用函数来绘制直线-This is a simple JAVA applet, use the function to draw a straight line
Mypicture
- 定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法
myline
- JAVA入门学习小程序,可供初学者练习使用。-Learning portal JAVA applet, for beginners to practice use.
MyLine
- 给定两直线,判断直线的状态,是否有交点,无需调试,简单易懂。(Given two straight lines to determine the state of the line, whether there is intersection, without debugging, easy to understand.The stable marriage problem based on matching algorithm, without debugging.)
复数类和线段类
- 1.设计一个处理复数运算的类,该类中至少有两个成员方法:复数加法和复数减法运算。在上述类中添加两个静态方法:求一个复数的模和求一个复数的复角。 设计一个子类,该子类继承了上述的类,并且至少拥有自己的两个方法:复数乘法和复数除法。2.编写一个线段类 MyLine,要求如下:主要属性有: x ,y ;类型为Point (查看API)编写构造方法,如 MyLine(Point p1 , Point p2)编写5个成员方法。(1. design a class that handles compl