资源简介
SSD3答案完整版,本人提交的作业,高分
代码片段和文件信息
import java.io.*;
/**
* objects of this class store stock information for a company.
* The following information is stored.
*
* - the Dow Jones symbol for the company a
String
.
* - the name of the company a
String
.
* - the highest price reached during the course of the day
* a double
* - the lowest price reached during the course of the day
* a double
* - the last trading price recorded when the market closed on the day
* a double
*
*
* @author iCarnegie
* @version 1.0.0
*/
public class Stock {
/** Dow Jones symbol for the company */
private String symbol;
/** the name of the company */
private String name;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 40811 2008-10-21 22:32 Multiple-Choice.chm
文件 164864 2011-11-28 09:48 SSD3单选究极版.doc
目录 0 2012-04-26 09:56 SSD3答案\
目录 0 2012-04-26 09:55 SSD3答案\exam1\
文件 91629 2010-04-10 17:58 SSD3答案\exam1\EmployeeInformationSystem.jpg
目录 0 2012-04-26 09:55 SSD3答案\exam1\stock\
文件 3384 2010-04-10 17:58 SSD3答案\exam1\stock\Stock.java
文件 1878 2010-04-10 17:58 SSD3答案\exam1\stock\StockApplication.java
目录 0 2012-04-26 09:55 SSD3答案\exam1\weather方法1\
文件 2175 2010-04-10 17:58 SSD3答案\exam1\weather方法1\Weather.java
文件 2566 2010-04-10 17:58 SSD3答案\exam1\weather方法1\WeatherApplication.java
目录 0 2012-04-26 09:55 SSD3答案\exam1\weather方法2:数组解决\
文件 2681 2010-04-10 17:58 SSD3答案\exam1\weather方法2:数组解决\WeatherApplication.java
目录 0 2012-04-26 09:55 SSD3答案\exam2\
文件 543 2010-04-10 17:58 SSD3答案\exam2\AudioFile.java
文件 905 2010-04-10 17:58 SSD3答案\exam2\MediaDataba
文件 55 2010-04-10 17:58 SSD3答案\exam2\MediaFile.java
文件 4107 2010-04-10 17:58 SSD3答案\exam2\student-files.zip
目录 0 2012-04-26 09:55 SSD3答案\exercise1\
文件 934 2010-04-10 17:57 SSD3答案\exercise1\Product.class
文件 1135 2010-04-10 17:57 SSD3答案\exercise1\ShoppingCart.class
文件 2652 2010-04-10 17:57 SSD3答案\exercise1\ShoppingCartApplication.class
文件 2531 2010-04-10 17:57 SSD3答案\exercise1\ShoppingCartApplication.java
目录 0 2012-04-26 09:55 SSD3答案\exercise1\要求与所需文件\
文件 3435 2010-04-10 17:57 SSD3答案\exercise1\要求与所需文件\exe-shopping-cart.jar
文件 126561 2010-04-10 17:57 SSD3答案\exercise1\要求与所需文件\Exercise1.pdf
文件 934 2010-04-10 17:57 SSD3答案\exercise1\要求与所需文件\Product.class
文件 1135 2010-04-10 17:58 SSD3答案\exercise1\要求与所需文件\ShoppingCart.class
文件 2702 2010-04-10 17:58 SSD3答案\exercise1\要求与所需文件\ShoppingCartApplication.class
文件 6522 2010-04-10 17:58 SSD3答案\exercise1\要求与所需文件\student-files.zip
目录 0 2012-04-26 09:55 SSD3答案\exercise2\
............此处省略275个文件信息
- 上一篇:WuCAPS联合平差程序系统
- 下一篇:ssd9 无重复版选择题
评论
共有 条评论