搜索资源列表
MyLine
- 输入两个点的坐标,可求出它们之间的距离,并判断它们是否在第一象限
LVQUEEN
- 运行环境: JDK1.4以上 程序编写软件:JCreator Application1.java为主类,如果装有JCreator,直接用JCreator打开Application1.java 程序就可以运行。 点击‘八皇后演示’ 会跳出个Frame,可以输入第一行起点的坐标比如‘3’的话,第一行会从第三个开始演示。 点击‘快速排序’会把TARRAY.DAT文件里面的数据用快速排序的方法进行排序 注意:在程序编写时候 TARRAY.DAT 是放在 D:\\
Triangle
- 我自己写的java程序,实现输入三个点的坐标,输出能否构成三角形并输出面积和周长-I wrote it myself java process, input the coordinates of three points, the output can constitute a triangle and the output area and perimeter
Count
- 计算三角形的面积和周长,要求设计出点数,通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积,周长等。-Calculate triangle area and perimeter, to design the points, by entering the three methods to determine the coordinates of a triangle, and the output of the triangle area and perimeter.
siyoubianliang
- 说明其它类引用一个类中的私有变量的方法,在屏幕上输出起点和移动后的点的坐标。-Help Others refer to a class of private variables by way of the output from the screen and the coordinates of the point after moving.
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
src
- 6. 编程创建一个Point类,在其中定义两个变量表示一个点的坐标值,再定义构造函数初始化为坐标原点,然后定义一个方法实现点的移动,再定义一个方法打印当前点的坐标。并创建一个对象验证。
ScaleToPng
- 用于生成带坐标点的参考图例,用于将实物与数字图案大小对应.当然也可用去其他需要标尺的地方.Java代码带注释.-Used to generate a reference point with the coordinates of the legend, used to the size of the corresponding physical and digital design course also available to other needs of the local ruler.
java
- 修改实验7中定义的Rectangle类,使之拥有两个构造方法。其中一个是默认的,它使两点的坐标都为(0,0) 另一个带有4个参数,求出左上角和右下角点坐标为(2.1,3.2)、(5.2,6.3)的矩形的周长及面积,再利用带参数的构造方法创建Rectangle对象,求出左上角和右下角点坐标为(1,2)、(6.8,10.5)的矩形的周长及面积.-Modify the definition of experiment 7 Rectangle class, so that it has two cons
mouse
- 编写应用程序,当鼠标进入窗口时,用一个文本框给出鼠标进入或离开的信息,当鼠标左键按下拖拽时,文本框给出鼠标所在点的坐标-Written application, when the mouse enters the window, a text box with the mouse enters or leaves given the information, press the left mouse button when dragging, the text box where the poi
aaa
- 1) 在图形界面中绘制二维的坐标系统,其中x轴位于绘图区正中,y轴位于绘图区的最左边。 2) 根据下面试验数据,在1)题的坐标系统中绘制数据点,每个数据点用一个小叉号表示,并在叉号边以(x,y)的格式标示出数据点的坐标数值,最后用折线连接相邻的数据点。 数据点序号 x坐标 y坐标 1 0 20 2 50 -30 3 100 16 3 150 126 5 200 164 3) 在2)题的基础上设计界面接收用户输入的实验数据,绘制数据点和实验曲线。
CoordinatesTest
- 个人原创代码:编写Java Application程序,定义一个类Point,代表一个点,public属性有x和y,方法有显示点坐标show(),构造函数有两个参数分别给x,y赋值,在main方法中构造两个对象,再创建一方法(getMiddle)为取两个点构成线段的中点的坐标,参数为2个点对象,调用此方法后得到一个新的点,编写Application,显示该对象的坐标值。-Personal original code: using java application program, define
PointTest
- 个人原创代码:编写Java Application程序,构造一个类来描述屏幕上的一个点,该类的构成包括点的x和y两个坐标,以及一些对点进行的操作,包括:取得点的坐标值,对点的坐标进行赋值,编写应用程序生成该类的对象并对其进行操作。-Personal original code: java application program, to construct a class to describe a point on the screen, the composition of the class
MyLine
- 编写一个线段类 MyLine,要求如下: 主要属性有: e1,e2 端点,类型为Point 编写构造方法,如(Point p1 , Point p2) 编写成员方法。如: 检查线段是否位于第一象限check… 求线段的长度 length() … 判断两条线段(非延长线)是否相交(另一线段作为参数)。 求一点到该线段(或延长线)的距离 编写测试程序 用户输入线段的两点坐标构造一个线段 用户选择需要执行已编写的哪种方法(判断是否相交) 根据用户选择的方法要
dian
- 2. 定义一个类Point,代表一个点,public属性有x和y,方法有显示点坐标 show(),构造函数有两个参数分别给x,y赋值,在main方法中构造两个对象,再创建一方法(getMiddle)为取两个点构成线段的中点的坐标,参数为2个点对象,调用此方法后得到一个新的点,编写Application,显示该对象的坐标值。- A class definition Point, represents a Point, public property have x and y, a method
K_means
- 平面坐标轴里面实现点的划分 用网格布局管理器,里面填充按钮,用按钮去模拟坐标; 划分后同一个簇中的点(即按钮),用同一种颜色给按钮着色 -Plane axis point division inside the grid layout manager, which fill the button with a button to simulate coordinates divided in the same cluster point (button), with the sam
nearestpoint
- 随机在二维平面上生成一千个点,再利用分治算法计算这一千个点中的最近点对,并返回这两个点的距离和坐标-Randomly generated on a two-dimensional plane a thousand points, and then use divide and conquer algorithm to calculate these thousand points of the nearest point on, and return from, and coordinate t
CPoint
- 创建一个三维的点,及实现输出、修改点的坐标和求点与坐标原点的距离-Create a 3 d point, and realize the output, modify, and beg the coordinates of points and the distance of the origin of coordinates
Triangle2D
- 定义一个三角形的类Triangle2D,包含设置和获取三个点的坐标、创建三角形的对象的构造方法。可以计算三角形的面积和周长以及给定点,判断该点和三角形之间的关系(在三角形内、三角形重叠、三角形外)。请编写该测试程序。-Define a triangle class Triangle2D, contains set and get the three coordinates of the point, to create a triangular object constructor. You c
Point
- 点的坐标平移,输出平移前的坐标和平移后的坐标(Translation of points)