搜索资源列表
Triangle
- 通过三点坐标判断能否构成三角形。是的话计算面积-By three coordinates to determine whether to form a triangle. Is calculated area
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
asasss
- 计算三角形的面积和周长。 通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积和周长。-Calculation of area and perimeter of the triangle. By entering the three-point method to determine the coordinates of a triangle, and the output of the area and perimeter of the triangle.
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.
Tangle
- 通过坐标计算三角形面积和周长的JAVA小程序-Coordinates calculated by the triangle area and perimeter of the JAVA applet
transformTriangle
- 输入三角形的三个顶点坐标,以及变换方式,通过矩阵的运算进行平移、旋转、缩放变换,结果显示原三角形和变换后的三角形。右击TestTrans_1_2_3运行-Enter the triangle s three vertex coordinates, and the way of transformation, then through matrix operations for translation, rotation, scale transformation, the result can
Triangle
- 计算三角形的面积和周长,要求如下: (1)设计出point类(点类) (2)设计出triangle类(三角形类),至少包括其构造方法,获取面积和周长的方法。 (3)通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积周长等内容。 -Calculate the area and perimeter of triangles, requirements are as follows: (1) design point class (point) (2) design trian
Test4
- 计算三角形的面积和周长,要求如下: (1)设计出point类(点类) (2)设计出triangle类,至少包括其构造方法,获取面积和周长的方法。 (3)通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积周长等内容。 -Calculate the area and perimeter of a triangle, the following: (1) design a point class (Point class) (2) design a triangle class
Triangle
- 给定四个点坐标 判定第一个点 是否在后三个点围成的三角形内部外部还是在三角形上-Determine whether the point is inside in the triangle
Graphics-editor-and-calculate
- 图形编辑与计算管理程序:1)利用菜单选择不同功能; 2)可利用字符绘制三角形、矩形、圆形和梯形,具体尺寸和坐标可由用户输入; 3)可计算各图形的面积; 4)可统计各图形个数及图形总数; 5)要求用到多态和接口等知识点; 6)要求有异常处理机制。 -Graphics editor and computation management procedures: 1) using the menu to different functions 2) availabl
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
