搜索资源列表
FAVAsample
- JAVA小程序,分别是建立文本编辑器,EDIT的显示输入和非显示输入,设置字体及颜色,菜单设计,建立象限小程序,在小程序中引入多媒体,建立电话号码簿编辑器,建立时钟应用程序,编写自己的软件包,建立控制台应用程序,建立调色板应用程序,建立数据库应用程序,建立霓虹灯动画小程序。-JAVA small program is the establishment of a text editor, EDIT shows the input and display of non-importation, i
2008010
- 编写一个线段类 MyLine,要求如下: 主要属性有: x ,y ;类型为Point (查看API) 编写构造方法,如 MyLine(Point p1 , Point p2) 编写5个成员方法。如: 检查线段是否位于第一象限check()… 求线段的长度 length() … 判断两条直线是否相交(另一线段作为参数)。 编写一点到该线段(或延长线)的距离 其他方法。 注:编写方法时,考虑利用Point类的方法 编写测试程序-Write a segment
AssignmentSharp1
- Write a program that takes the x-y coordinates of a point in the Cartesian plan and print a message in a message dialog box telling either an axis in which the point lies or the quadrant in which it is found. Sample line of output: (-1.0, -2.5)
MyLine
- 编写一个线段类 MyLine,要求如下: 主要属性有: e1,e2 端点,类型为Point 编写构造方法,如(Point p1 , Point p2) 编写成员方法。如: 检查线段是否位于第一象限check… 求线段的长度 length() … 判断两条线段(非延长线)是否相交(另一线段作为参数)。 求一点到该线段(或延长线)的距离 编写测试程序 用户输入线段的两点坐标构造一个线段 用户选择需要执行已编写的哪种方法(判断是否相交) 根据用户选择的方法要
My-Line
- 编写线段类,判断其是否在第一象限,求长度,中点坐标,绘制直线-Writing class Line, to determine whether in the first quadrant, find the length of the mid-point coordinates, draw a straight line