资源简介
这是卡耐基梅隆大学的SSD指定教学体系,其中为SSD3 exercise6 的答案
代码片段和文件信息
import java.io.*;
/**
* This interface declares a method for obtaining a products catalog.
*
* @author iCarnegie
* @version 1.1.0
* @see Catalog
*/
public interface CatalogLoader {
/*
* Loads the product catalog with the data in the specified file.
*
* @param filename The name of a file that contains catalog
* information.
* @return the product catalog.
* @throws FileNotFoundException if the specified file does not
* exist.
* @throws IOException if there is an error reading the
* information in the specified file.
* @throws DataFormatException if the file contains
* badly-formed data.
*/
Catalog loadCatalog(String fileName)
throws FileNotFoundException IOException DataFormatException;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 295 2008-12-12 19:35 exercise6\EX6\.classpath
文件 379 2008-12-12 19:18 exercise6\EX6\.project
文件 2135 2008-12-12 21:45 exercise6\EX6\catalog.dat
文件 273 2008-12-12 19:35 exercise6\EX6\CatalogLoader.class
文件 868 2008-12-12 19:34 exercise6\EX6\CatalogLoader.java
文件 430 2008-12-12 19:35 exercise6\EX6\DataFormatException.class
文件 560 2008-12-12 19:33 exercise6\EX6\DataFormatException.java
文件 0 2008-12-12 21:42 exercise6\EX6\empty.dat
文件 2959 2008-12-12 21:48 exercise6\EX6\FileCatalogLoader.class
文件 3571 2008-12-12 21:48 exercise6\EX6\FileCatalogLoader.java
文件 4756 2008-12-12 21:46 exercise6\EX6\GourmetCoffee.class
文件 5907 2008-12-13 00:10 exercise6\EX6\GourmetCoffee.java
文件 4538 2008-12-12 20:16 exercise6\EX6\TestFileCatalogLoader.class
文件 5379 2008-12-12 19:33 exercise6\EX6\TestFileCatalogLoader.java
文件 188416 2008-12-05 12:17 exercise6\ex6.doc
文件 35598 2008-12-05 12:17 exercise6\student-files.zip
目录 0 2008-12-12 23:56 exercise6\EX6
目录 0 2008-12-12 23:56 exercise6
----------- --------- ---------- ----- ----
256064 18
- 上一篇:HTTP请求提交工具
- 下一篇:突破UDP包大小限制
相关资源
- Caffe-ssd的宽高比聚类
- 卡耐基 SSD8答案(全 exam+qiuz+excerise)
- 卡耐基 SSD7答案(全 exam+qiuz+excerise)
- SSD抽取权重
- tochastic Calculus for Finance金融随机过程
- SSD3 所有练习答案
- processdemo.rar
- STM32F103驱动SSD1353主控OLED程序 使用硬
- ddo放大教程+脚本-ssdp
- 64位驱动SSDTHOOK教程
- win7 64位 ssdthook
- 易语言源码编写驱动加载SSDT内核
- SSD-Z V15.03.22 汉化版(固态硬盘检测使
- SSD1306OLED驱动芯片中文手册.pdf
- res10_300x300_ssd_iter_140000.caffemodel与dep
- SSD规范SOLID-STATE DRIVE (SSD) ENDURANCE
- SSD3-Exercise7
- VGG_ILSVRC2016_SSD_300x300_iter_440000.txt
- 完整版 NVMeExpressDxE.ffs.ffs
- HI3559V100SDK.rar
- 群联ssd工具箱PhisonSATAToolboxV1.18绿色免
- 中景园电子0.91寸OLED模块资料
-
GaussDB_100_1.0.1-DATAba
se-REDHAT-64bit.tar - AS_SSD_Benchmark 2018-02-09
- AS SSD Benchmark 汉化版
- Windows版 SSD 擦除工具,Intel_SSD_Toolbo
- SSD_print_AP
- wordpressD8主题5.1
- 计算机网络Ethereal实验答案
- ssd3 exercise+quiz+选择题答案全集
评论
共有 条评论