文件名称:SCMSMY
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:4.99kb
-
已下载: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
SCMSMY/InventInfo.ser
SCMSMY/Inventory.java
SCMSMY/InventoryList.java
SCMSMY/Product.java
SCMSMY/ProductInfo.ser
SCMSMY/ProductList.java
SCMSMY/run.bat
SCMSMY/SCMSTest.java
SCMSMY
SCMSMY/InventInfo.ser
SCMSMY/Inventory.java
SCMSMY/InventoryList.java
SCMSMY/Product.java
SCMSMY/ProductInfo.ser
SCMSMY/ProductList.java
SCMSMY/run.bat
SCMSMY/SCMSTest.java
SCMSMY
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.