文件名称:CodeBook
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-11-05
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
数字寻呼机用数字编码表示姓氏,例如101代表“李”、180代表“曾”、181代表“谢”等。试编写一个应用程序管理数字寻呼台的姓氏代码本,允许用户添加新的姓氏代码,删除无用的姓氏代码,浏览代码本或将用户输入的代码翻译为相应的姓氏。(提示:应将一个代码及其对应的姓氏抽象为一个类Item,而姓氏代码本CodeBook则由若干Item的对象实例组成。)
-Numerically coded representation of the numeric pager surname, for example 101 represents "Lee", 180 on behalf of "Yes", 181 means "thank" and so on. Try to write an application managing digital paging code for this surname, surname allow users to add new code, delete unwanted surnames code, browse the code of the code or to translate user input to the corresponding name. (Hint: should be a code name and its corresponding abstract as a class Item, and surnames code from the CodeBook certain Item object instances.)
-Numerically coded representation of the numeric pager surname, for example 101 represents "Lee", 180 on behalf of "Yes", 181 means "thank" and so on. Try to write an application managing digital paging code for this surname, surname allow users to add new code, delete unwanted surnames code, browse the code of the code or to translate user input to the corresponding name. (Hint: should be a code name and its corresponding abstract as a class Item, and surnames code from the CodeBook certain Item object instances.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CodeBook\CodeBook.class
........\CodeBook.java
........\Item.class
........\Item.java
........\code.txt
........\name.txt
CodeBook