文件名称:javatext2
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-12-30
- 文件大小:
- 27kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实验2 Java继承与接口
编写多个Java接口和类,实现一个简易的计算器,可以让用户选择计算类型(最大公约数和最小公倍数)之后,输入两个整数,计算器自动调用相应的算子类计算结果并输出显示。-After the experiment 2 Java inheritance and interfaces written several Java interfaces and classes that implement a simple calculator that allows the user to select the type of calculation (greatest common divisor and least common multiple), enter two integers, the calculator automatically call the appropriate operator class calculations and output display.
编写多个Java接口和类,实现一个简易的计算器,可以让用户选择计算类型(最大公约数和最小公倍数)之后,输入两个整数,计算器自动调用相应的算子类计算结果并输出显示。-After the experiment 2 Java inheritance and interfaces written several Java interfaces and classes that implement a simple calculator that allows the user to select the type of calculation (greatest common divisor and least common multiple), enter two integers, the calculator automatically call the appropriate operator class calculations and output display.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验2
.....\Java_实验二.doc
.....\text
.....\....\.classpath
.....\....\.project
.....\....\.settings
.....\....\.........\org.eclipse.core.resources.prefs
.....\....\.........\org.eclipse.jdt.core.prefs
.....\....\bin
.....\....\...\qtech
.....\....\...\.....\edu
.....\....\...\.....\...\cn
.....\....\...\.....\...\..\test
.....\....\...\.....\...\..\....\Client.class
.....\....\...\.....\...\..\....\Computer.class
.....\....\...\.....\...\..\....\DigitComputer.class
.....\....\...\.....\...\..\util
.....\....\...\.....\...\..\....\GCD.class
.....\....\...\.....\...\..\....\LCM.class
.....\....\...\.....\...\..\....\Operator.class
.....\....\src
.....\....\...\Calenda
.....\....\...\.......\Calenda.java
.....\....\...\.......\CalendaBean.java
.....\....\...\cn
.....\....\...\..\edu
.....\....\...\..\...\qtech
.....\....\...\..\...\.....\app
.....\....\...\..\...\.....\...\HuiWenTest.java
.....\....\...\..\...\.....\util
.....\....\...\..\...\.....\....\HuiwenEstimator.java
.....\....\...\..\...\.....\....\huiwenhh.java
.....\....\...\qtech
.....\....\...\.....\edu
.....\....\...\.....\...\cn
.....\....\...\.....\...\..\test
.....\....\...\.....\...\..\....\Client.java
.....\....\...\.....\...\..\....\Computer.java
.....\....\...\.....\...\..\....\DigitComputer.java
.....\....\...\.....\...\..\util
.....\....\...\.....\...\..\....\GCD.java
.....\....\...\.....\...\..\....\LCM.java
.....\....\...\.....\...\..\....\Operator.java
.....\....\...\text
.....\....\...\....\Example12_7.java
.....\....\...\....\text.java