-
CellSpanTest
setup to exercise tables in which cells use spanning.
- 2013-12-02 15:39:46下载
- 积分:1
-
array-sort
Test counter-intuitive default number sorting for Java Script.
- 2013-12-27 00:20:16下载
- 积分:1
-
Hibernate-3.1.2-reference-guide
很经典的hibernate开发过程的参考手册,值得收藏(Hibernate 3.1.2 reference guide)
- 2011-07-30 16:52:40下载
- 积分:1
-
triangle
jsp文件,三角形的三边关系,三条边各自的长度,组成三角形的三边的条件,各种情况的分析(Triangle Success)
- 2012-04-24 23:47:18下载
- 积分:1
-
hades-0.97-doc
Hades (HAmburg DEsign System) is a pure-Java framework for interactive
simulation, especially for digital system simulation. It includes
a graphical schematics editor, several simulation engines, and a
library of simulation models.
- 2019-01-07 14:52:08下载
- 积分:1
-
apache-tomcat-9.0.4-src
apache-tomcat-9.0.4-src
- 2018-02-25 22:28:41下载
- 积分:1
-
mystruts
java实现超市货品管理系统,设计数据库,JDBC,JSP等技术(Java to achieve supermarket goods management system, design , JDBC, JSP and other technologies)
- 2015-05-24 15:52:46下载
- 积分:1
-
Mybaties1
Mybaties 的基础入门1,
开发工具 IDEA, TomCat,SQL(Introduction to Mybaties 1,
Development tools IDEA, TomCat, SQL)
- 2020-06-20 00:20:02下载
- 积分:1
-
thinking_in_java
说明: 作为java教学的经典教材之一。本版是第二版,中文描述(java)
- 2010-04-20 15:06:22下载
- 积分:1
-
AIWordSplit
直接运行compile.bat和run.bat即可
使用了3种分词方法:
1.正向最大匹配(ForwardMatch.java)
2.逆向最大匹配(ForwardMatch.java)
3.最大频率匹配(FrequencyMatch.java)(默认)
取频率最高的词,然后两端递归,构建二杈树存储句子中的词语,显示的时候使用中序遍历二杈树
由于极有可能单个字的使用频率比整个词还高,筛选的时候进行了处理
若单个字不处于当前句子开头,先忽略,
若单个的字处在开头,临时mostFrequency仍为0,且单词长度为1,则加入到二杈树中(Can be run directly compile.bat and run.bat used three kinds of segmentation methods: 1. Being the biggest match (ForwardMatch.java) 2. Reverse maximum matching (ForwardMatch.java) 3. Maximum frequency matching (FrequencyMatch.java) ( default) to take the highest frequency words, and then both ends of the recursive construct two Cha tree storage sentence terms, when used in the sequence shows two Cha tree traversal is very likely because the use of a single word frequency is higher than the whole word, screening If the time were dealing with a single word is not in the beginning of the current sentence, first ignored, if a single word at the beginning of the temporary mostFrequency still 0, and the word length of 1, to 2 Cha tree)
- 2010-05-28 10:23:21下载
- 积分:1