文件名称:Lab-03
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-12-11
- 文件大小:
- 30kb
- 下载次数:
- 0次
- 提 供 者:
- 张**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
简单的自定义utility,能够实现数字abs、ceil、sum等基本功能,并能查找最大、最小、平均值-It s a utility class with two sub classes.
Each member function of the BookUtility and NumUtility will perform some certain utility action. As their name suggests, the BookUtility class will contain the utility methods for the book class and NumUtility class will contain general utility methods for performing different sort of mathematical manipulation on numerals. The use case of all the functions can be found after the class diagram.
Each member function of the BookUtility and NumUtility will perform some certain utility action. As their name suggests, the BookUtility class will contain the utility methods for the book class and NumUtility class will contain general utility methods for performing different sort of mathematical manipulation on numerals. The use case of all the functions can be found after the class diagram.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Lab 03
......\build
......\build.xml
......\.....\built-jar.properties
......\.....\classes
......\.....\.......\lab
......\.....\.......\...\pkg03
......\.....\.......\...\.....\Application.class
......\.....\.......\...\.....\Book.class
......\.....\.......\...\.....\Bookutility.class
......\.....\.......\...\.....\Numutility.class
......\.....\.......\...\.....\Utility.class
......\.....\empty
......\.....\generated-sources
......\.....\.................\ap-source-output
......\.....\test
......\.....\....\classes
......\.....\....\.......\BookutilityTest.class
......\.....\....\.......\NumutilityTest.class
......\manifest.mf
......\nbproject
......\.........\build-impl.xml
......\.........\genfiles.properties
......\.........\private
......\.........\.......\private.properties
......\.........\.......\private.xml
......\.........\project.properties
......\.........\project.xml
......\src
......\...\lab
......\...\...\pkg03
......\...\...\.....\Application.java
......\...\...\.....\Book.java
......\...\...\.....\Bookutility.java
......\...\...\.....\Numutility.java
......\...\...\.....\Utility.java
......\test
......\....\BookutilityTest.java
......\....\NumutilityTest.java