文件名称:复数类和线段类
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2017-12-27
- 文件大小:
- 10kb
- 下载次数:
- 0次
- 提 供 者:
- Top***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
1.设计一个处理复数运算的类,该类中至少有两个成员方法:复数加法和复数减法运算。在上述类中添加两个静态方法:求一个复数的模和求一个复数的复角。
设计一个子类,该子类继承了上述的类,并且至少拥有自己的两个方法:复数乘法和复数除法。2.编写一个线段类 MyLine,要求如下:主要属性有: x ,y ;类型为Point (查看API)编写构造方法,如 MyLine(Point p1 , Point p2)编写5个成员方法。(1. design a class that handles complex numbers, with at least two member methods: complex plus and plural subtraction. Two static methods are added to the above class: the modulus of a complex number and the complex angle of a complex number.
Design a subclass that inherits the above class and has at least two methods of its own: plural multiplication and plural division. 2., write a line segment class MyLine. The following requirements are as follows: the main attributes are: X, y; type Point (view API) to write the construction method, such as MyLine (Point P1, Point P2) to write 5 member methods.)
设计一个子类,该子类继承了上述的类,并且至少拥有自己的两个方法:复数乘法和复数除法。2.编写一个线段类 MyLine,要求如下:主要属性有: x ,y ;类型为Point (查看API)编写构造方法,如 MyLine(Point p1 , Point p2)编写5个成员方法。(1. design a class that handles complex numbers, with at least two member methods: complex plus and plural subtraction. Two static methods are added to the above class: the modulus of a complex number and the complex angle of a complex number.
Design a subclass that inherits the above class and has at least two methods of its own: plural multiplication and plural division. 2., write a line segment class MyLine. The following requirements are as follows: the main attributes are: X, y; type Point (view API) to write the construction method, such as MyLine (Point P1, Point P2) to write 5 member methods.)
相关搜索: java
(系统自动生成,下载前可以参看下载内容)