文件名称:text
介绍说明--下载内容均来自于网络,请自行研究使用
编写多个Java接口和类,实现一个简易的计算器,可以让用户选择计算类型(最大公约数和最小公倍数)之后,输入两个整数,计算器自动调用相应的算子类计算结果并输出显示。-Write multiple Java interfaces and classes that implement a simple calculator that allows the user to the type of calculation (the greatest common divisor and least common multiple), the input two integers, the calculator automatically call the appropriate operator class calculations and output display .
(系统自动生成,下载前可以参看下载内容)
下载文件列表
报告_2
......\.classpath
......\.project
......\.settings
......\.........\org.eclipse.jdt.core.prefs
......\bin
......\...\qtech
......\...\.....\edu
......\...\.....\...\cn
......\...\.....\...\..\text1
......\...\.....\...\..\.....\Computer1.class
......\...\.....\...\..\.....\Digital.class
......\...\.....\...\..\.....\Main.class
......\...\.....\...\..\util1
......\...\.....\...\..\.....\GCD.class
......\...\.....\...\..\.....\LCM1.class
......\...\.....\...\..\.....\Operate1.class
......\src
......\...\qtech
......\...\.....\edu
......\...\.....\...\cn
......\...\.....\...\..\text1
......\...\.....\...\..\.....\Computer1.java
......\...\.....\...\..\.....\Digital.java
......\...\.....\...\..\.....\Main.java
......\...\.....\...\..\util1
......\...\.....\...\..\.....\GCD.java
......\...\.....\...\..\.....\LCM1.java
......\...\.....\...\..\.....\Operate1.java