- Category:
- Games
- Tags:
-
[Java]
[源码]
- File Size:
- 4kb
- Update:
- 2012-11-29
- Downloads:
- 0 Times
- Uploaded by:
- 酥酥念
Description: Create a complex (Complex), two the class variable realPart and imaginaryPart
At least write two constructors writing three methods complex addition and subtraction, multiplication
(A, b)+ (c, d) (a+ c, b+ d)
(A, b)- (c, d) (a-c, b-d)
(A, b)* (c, d) = (ac-bd, ad+ bc)
Write a method that the complex (a, b) is displayed
Write a test class TestComplex, defined two complex numbers x, y achieve add, subtract, multiply and displays the results
To Search:
File list (Check if you may need any files):
Complex\.classpath
.......\.project
.......\.settings\org.eclipse.jdt.core.prefs
.......\bin\Complex.class
.......\...\TextComplex.class
.......\src\Complex.java
.......\...\TextComplex.java
.......\.settings
.......\bin
.......\src
Complex