文件名称:kwic_myhomework
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 12kb
- 下载次数:
- 0次
- 提 供 者:
- z**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于事件的图书索引java代码,由事件驱动每个模块的运行,KWIC 是一个经典的问题,可以用多种编程语言可以实现,在这里提供了JAVA对KWIC问题的实现-an Lib index base even writed with Java,The KWIC index system accepts an ordered set of lines each line is an ordered set of words, and each word is an ordered set of characters. Any line may be circularly shifted by repeatedly removing the first word and appending it at the end of the line. The KWIC index system outputs a listing of all circular shifts of all lines in alphabetical order.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
kwic_myhomework\es\Alphabetizer.java
...............\..\CircularShifter.java
...............\..\Input.java
...............\..\KWIC.java
...............\..\LineStorage.java
...............\..\LineStorageChangeEvent.java
...............\..\LineStorageWrapper.java
...............\..\Output.java
...............\es
kwic_myhomework
...............\..\CircularShifter.java
...............\..\Input.java
...............\..\KWIC.java
...............\..\LineStorage.java
...............\..\LineStorageChangeEvent.java
...............\..\LineStorageWrapper.java
...............\..\Output.java
...............\es
kwic_myhomework