-
javaInterance
java接口方面的,感兴趣的朋友可以下载下来看看(java interface, interested friends can download them to see)
- 2012-12-03 15:19:22下载
- 积分:1
-
BluetoothClass
Represents a Bluetooth class, which describes general characteristics and capabilities of a device.
- 2013-11-07 11:51:29下载
- 积分:1
-
student
java一个简单的完整程序有数据库的,自己加载后就可以用了。(a simple java complete program)
- 2013-04-07 20:40:29下载
- 积分:1
-
SinTest
实时正弦曲线演示,是用mian作主方法的,符合编程规则(Real-time sine curve shows)
- 2011-12-07 00:48:33下载
- 积分:1
-
Mybaties 的基础入门
说明: Mybaties 的基础入门1,
开发工具 IDEA, TomCat,SQL(Introduction to Mybaties 1,
Development tools IDEA, TomCat, SQL)
- 2020-06-20 00:20:02下载
- 积分:1
-
LLK
连连看简单javafx代码,适合javafx的初学者
(Of Lianliankan simple javafx code, suitable for javafx for beginners)
- 2012-11-15 19:27:38下载
- 积分:1
-
apache-tomcat-7.0.57
说明: apache-tomcat-7.0.57
- 2020-06-20 19:40:02下载
- 积分:1
-
day01
java教学实例1,适合新手学习使用的简单范例(java example 1)
- 2016-04-22 17:39:26下载
- 积分:1
-
Think-In-Java-4
Think in Java该书曾获1995 年SoftwareDevelopment Jolt Award 最佳书
籍大奖。作为一名有20 经验的编程专家,曾教授过世界上许多地区的人进行对象编程。最开始涉及的领域是
C++,现在也进军Java。他是C++标准协会有表决权的成员之一,曾就面向对象程序设计这一主题写过其他5
本书,发表过150 多篇文章,并是多家计算机杂志的专栏作家,其中包括《Web Techniques》的Java 专栏。
曾出席过C++和Java 的“软件开发者会议”,并分获“应用物理”与“计算机工程”的学士和硕士学位。(Think in Java)
- 2016-03-14 15:25:05下载
- 积分: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