文件名称:SCMSMY
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
java库存程序
1.显示命令执行菜单
2.显示制造商名称
3.显示可以得到的存货量
4.至少五个产品
-CP2004:03 Object-Oriented Programming with Java Marking Criteria Sheets
CPC
2James Cook University 3
demonstrate your continuous effort during the weeks leading to the
submission. It is not sufficient to make a single import of your final version. [-
3]
Learning Achievement
6.1, 2.4,
3.4 Programming style as per http://java.sun.com/docs/codeconv/ , see example
http://java.sun.com/docs/codeconv/html/CodeConventions.doc10.html#182 .
Three or more java source files will be inspected at random [-1 marks for
each violation of the following rules]:
1. Class names: SomeClass variables: classVar1
2. No magic numbers. All constants are final, e.g. final SIZE = 10 (not
arr[10])
3. all class variables/attributes are private
4. space after java keywords since keywords are not functions, e.g. if (…)
[not if(…)]. No spaces after method names
5. if statements always use braces {}, see
http://java.sun.com/docs/codeconv/html/CodeConventions.doc6.html#449
1.显示命令执行菜单
2.显示制造商名称
3.显示可以得到的存货量
4.至少五个产品
-CP2004:03 Object-Oriented Programming with Java Marking Criteria Sheets
CPC
2James Cook University 3
demonstrate your continuous effort during the weeks leading to the
submission. It is not sufficient to make a single import of your final version. [-
3]
Learning Achievement
6.1, 2.4,
3.4 Programming style as per http://java.sun.com/docs/codeconv/ , see example
http://java.sun.com/docs/codeconv/html/CodeConventions.doc10.html#182 .
Three or more java source files will be inspected at random [-1 marks for
each violation of the following rules]:
1. Class names: SomeClass variables: classVar1
2. No magic numbers. All constants are final, e.g. final SIZE = 10 (not
arr[10])
3. all class variables/attributes are private
4. space after java keywords since keywords are not functions, e.g. if (…)
[not if(…)]. No spaces after method names
5. if statements always use braces {}, see
http://java.sun.com/docs/codeconv/html/CodeConventions.doc6.html#449
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SCMSMY\build.bat
......\InventInfo.ser
......\Inventory.java
......\InventoryList.java
......\Product.java
......\ProductInfo.ser
......\ProductList.java
......\run.bat
......\SCMSTest.java
SCMSMY
......\InventInfo.ser
......\Inventory.java
......\InventoryList.java
......\Product.java
......\ProductInfo.ser
......\ProductList.java
......\run.bat
......\SCMSTest.java
SCMSMY