-
quaqua-3.6.11
这是一个仿MAC-X界面java SDK src包.(This is a fake MAC-X interface java SDK src package.)
- 2007-02-11 21:42:06下载
- 积分:1
-
ivmyyr
c3p0是一个jdbc开源的连接池,spring,hibernate等框架都在使用()
- 2017-10-11 20:03:43下载
- 积分:1
-
sip的jar包
SIP信令解析的jar包, 用于java语言的开发(There is a jar package of sip procotol, which is used in java development.)
- 2020-06-25 13:00:02下载
- 积分: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
-
jsi-master
JSI (Java Spatial Index) RTree Library 是一个RTree算法Java实现的开源库,理论来源是Guttman1984年的一篇论文"R-trees: A Dynamic Index Structure for Spatial Searching" by Antonin Guttman",论文可见(PDF on CiteSeerX).
这个开源项目的代码遵循 GNU Lesser General Public License
最新的代码可以在http://github.com/aled/jsi上找到
同时例子在https://github.com/aled/jsi-examples(The JSI (Java Spatial Index) RTree Library open source Java implementation library of a RTree algorithm theoretical source of the Guttman1984 paper R-trees: A the Dynamic the Index Structure for Spatial, Searching by Antonin Guttman, papers can be seen (PDF onCiteSeerX).
Follow the code of this open source project GNU Lesser General Public License
The latest code can be found in http://github.com/aled/jsi
At the same time example in https://github.com/aled/jsi-examples were)
- 2013-03-18 18:26:05下载
- 积分:1
-
src
SSD3 Exercise 6, FileCatalogLoader.java, GourmetCoffee.java
- 2013-11-24 14:46:24下载
- 积分:1
-
PerformanceTest
测试servicemix的jbi标准组件(test servicemix the jbi standard components)
- 2006-12-28 16:45:30下载
- 积分:1
-
J2MESMS
说明: SMS相关源码,使用J2ME收发短信SMS源代码(SMS related source code, using J2ME to send and receive SMS SMS source code)
- 2020-06-08 09:38:17下载
- 积分:1
-
ols-0.9.7-RC1-full.tar
OLS Client Software for 64bit Linux and open-jdk
- 2013-08-03 01:03:40下载
- 积分:1
-
五子棋java
说明: 基本算法:
采用博弈比较常用的策略。
计算机下子前,分别对玩家和电脑棋型进行评估,然后根据棋型对每一位置打分(玩家和电脑在同一点的分数不同),比如活三100分,冲四1000分等,然后根据每个落子点分数进行选择。采用极大极小值策略,进行多步计算。(Basic algorithm:
The game strategy is commonly used.
Before computer playing, players and computer chess models are evaluated separately, and then each position is scored according to the chess pattern (players and computers have different scores at the same point), such as live three hundred points, go four thousand points, and then choose according to the score of each falling point. Multi-step calculation is carried out by using the minimax strategy.)
- 2020-06-17 17:00:02下载
- 积分:1