文件名称:Triangle
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-12-23
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 徐*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
计算三角形的面积和周长,要求如下:
(1)设计出point类(点类)
(2)设计出triangle类(三角形类),至少包括其构造方法,获取面积和周长的方法。
(3)通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积周长等内容。
-Calculate the area and perimeter of triangles, requirements are as follows: (1) design point class (point) (2) design triangle class (triangle), including at least the constructor for area and perimeter. (3) Three-point coordinates to determine a triangle, and to output the contents of the area of the triangle perimeter.
(1)设计出point类(点类)
(2)设计出triangle类(三角形类),至少包括其构造方法,获取面积和周长的方法。
(3)通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积周长等内容。
-Calculate the area and perimeter of triangles, requirements are as follows: (1) design point class (point) (2) design triangle class (triangle), including at least the constructor for area and perimeter. (3) Three-point coordinates to determine a triangle, and to output the contents of the area of the triangle perimeter.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TestPoint.java
Triangle.java