搜索资源列表
vista
- 贝叶斯算法源代码以及它应用于垃圾短信过滤的源代码。是用java写的算法。-Bayesian algorithm source code and how it applies to the source code for filtering spam messages. Algorithm is written in java.
word_filter
- 高效的脏词过滤功能,使用trietree算法实现的-Efficient dirty word filtering, the algorithm used trietree
IBM_Pattern_Matching_Algorithm
- 在BM的算法基础上提出的改进算法,用于模式匹配与信息过滤方面。-At BM algorithm based on the improved algorithm for pattern matching with regard to information filtering.
mahout-math-0.4
- jar 包,里面涉及到协同过滤算法的数学运算。-Cf jar package, related with mathmatic funchtion.
pattern-matching-algorithm
- 基于内容过滤的模式匹配算法比较,基于内容过滤的模式匹配算法比较.-Content-based filtering pattern-matching algorithm is relatively
filtering-pattern-matching-algorithm
- 基于内容过滤的模式匹配算法比较 -Content-based filtering pattern-matching algorithm is relatively
JunUtility
- 个人近期常用的一些类,算法,包括图像压缩,图像保存,javascr ipt,字符串过滤,还有一些分页控件,百分比控件等。-Recently a number of commonly used individual classes, algorithms, including image compression, image storage, javascr ipt, string filter, and some paging controls, the percentage of contro
SA
- 压缩包中的工程包含了三种风格。adtstyle文件夹对应的是抽象数据风格,invretstyle文件夹对应的是调用返回风格,pipestyle文件夹对应的是管道过滤器风格。源代码是用MyEclipse 6.5写的。可直接将工程导入MyEclipse中即可运行,也可以运行SA文件夹里面的start.bat选择某个风格运行。 抽象数据风格的按字母排序算法用的是快速排序算法,代码位于SA\src\adtstyle\impl.AlphabetizerImpl.java,调用返回风格用的是插入排