文件名称:PIMCollection class
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2018-06-06
- 文件大小:
- 4kb
- 下载次数:
- 1次
- 提 供 者:
- Don****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
使用JAVA编程语言实现PIM微型日期管理系统,对初学者的帮助很大。(This assignment involves the creation of simple Personal Information Management system that can deal with 4 kinds of items: todo items, notes, appointments and contacts. Each of these kinds of items is described in more detail below. The assignment requires that you create a class for each item type, and that each class extends an abstract base class provided for you. In addition to creating the four classes, you need to create a manager class that supports some simple text-based commands for creating and managing items.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
PIMCollection class\src\PIMAppointment.java | 675 | 2018-05-28 |
PIMCollection class\src\PIMCollection.java | 2174 | 2018-05-28 |
PIMCollection class\src\PIMContact.java | 430 | 2018-05-28 |
PIMCollection class\src\PIMEntity.java | 415 | 2018-05-28 |
PIMCollection class\src\PIMManager.java | 3129 | 2018-05-28 |
PIMCollection class\src\PIMNote.java | 390 | 2018-05-28 |
PIMCollection class\src\PIMTime.java | 651 | 2018-05-28 |
PIMCollection class\src\PIMTodo.java | 704 | 2018-05-28 |
PIMCollection class\src\Test.java | 1753 | 2018-05-28 |
PIMCollection class\src | 0 | 2018-05-28 |
PIMCollection class | 0 | 2018-05-27 |