文件名称:SA

  • 所属分类:
  • 数据结构常用算法
  • 资源属性:
  • [Java] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 38kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 杨**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

压缩包中的工程包含了三种风格。adtstyle文件夹对应的是抽象数据风格,invretstyle文件夹对应的是调用返回风格,pipestyle文件夹对应的是管道过滤器风格。源代码是用MyEclipse 6.5写的。可直接将工程导入MyEclipse中即可运行,也可以运行SA文件夹里面的start.bat选择某个风格运行。



抽象数据风格的按字母排序算法用的是快速排序算法,代码位于SA\src\adtstyle\impl.AlphabetizerImpl.java,调用返回风格用的是插入排序算法,代码位于SA\src\invretstyle\Alphabetizer.java,管道过滤器风格用的是堆排序算法,代码位于SA\src\pipestyle\Alphabetizer.java。三种风格都对一些噪音词汇进行过滤,private static final String ignore = "a#$an#$and#$as#$is#$the#$of#$",上面语句中由"#$"间隔开的就是噪音词汇。SA\input.txt是输入文件,可对其进行配置来解析不同的文本。-The compression works package includes three different styles. adtstyle folder corresponding abstract data style, invretstyle folder corresponding to the call returns the style, pipestyle folder corresponding to the pipe filter style. The source code is written using MyEclipse 6.5. Directly to the project into MyEclipse to run can run SA folder inside the start.bat select a style run. Abstract data-style alphabetical sorting algorithm is quick sort algorithm, the code is located in SA, \ src \ adtstyle \ impl.AlphabetizerImpl.java, call return style is the insertion sort algorithm, the code in SA \ src \ invretstyle \ Alphabetizer.java pipe filter style using a heap sort algorithm, the code is located in SA, \ the src the \ pipestyle \ Alphabetizer.java. Three styles of some noise words filter private static final String ignore = " a# $ an# $ and# $ as# $ is# $# $ of# $" , " # $" in the above statement spaced noise words. SA, \ input.txt yes the input file can be confi
(系统自动生成,下载前可以参看下载内容)

下载文件列表

SA\.classpath

..\.project

..\bin\adtstyle\ADTKwic.class

..\...\........\Alphabetizer.class

..\...\........\Characters.class

..\...\........\CircularShift.class

..\...\........\impl\AlphabetizerImpl$1.class

..\...\........\....\AlphabetizerImpl.class

..\...\........\....\CharactersImpl.class

..\...\........\....\CircularShiftImpl.class

..\...\........\....\LineStorageImpl.class

..\...\........\Input.class

..\...\........\LineStorage.class

..\...\........\Output.class

..\...\input.txt

..\...\..vretstyle\Alphabetizer.class

..\...\...........\CircularShift.class

..\...\...........\Input.class

..\...\...........\InvRetKwic.class

..\...\...........\Output.class

..\...\...........\Pair.class

..\...\output.txt

..\...\pipestyle\Alphabetizer.class

..\...\.........\CircularShift.class

..\...\.........\Filter.class

..\...\.........\Input.class

..\...\.........\Output.class

..\...\.........\Pipe.class

..\...\.........\PipeKwic.class

..\input.txt

..\output.txt

..\readme.txt

..\src\adtstyle\ADTKwic.java

..\...\........\Alphabetizer.java

..\...\........\Characters.java

..\...\........\CircularShift.java

..\...\........\impl\AlphabetizerImpl.java

..\...\........\....\CharactersImpl.java

..\...\........\....\CircularShiftImpl.java

..\...\........\....\LineStorageImpl.java

..\...\........\Input.java

..\...\........\LineStorage.java

..\...\........\Output.java

..\...\invretstyle\Alphabetizer.java

..\...\...........\CircularShift.java

..\...\...........\Input.java

..\...\...........\InvRetKwic.java

..\...\...........\Output.java

..\...\...........\Pair.java

..\...\pipestyle\Alphabetizer.java

..\...\.........\CircularShift.java

..\...\.........\Filter.java

..\...\.........\Input.java

..\...\.........\Output.java

..\...\.........\Pipe.java

..\...\.........\PipeKwic.java

..\start.bat

..\bin\adtstyle\impl

..\src\adtstyle\impl

..\bin\adtstyle

..\...\invretstyle

..\...\pipestyle

..\src\adtstyle

..\...\invretstyle

..\...\pipestyle

..\bin

..\src

SA

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org