-
split_words
分词程序,正向最大匹配法,JAVA语言。核心思想是从句子最左端开始,单字节扫描匹配,直至句末(Segmentation procedure, forward maximum matching, JAVA language. Core idea is to start from the leftmost sentence, single-byte scan match until end of the sentence)
- 2013-11-04 19:29:54下载
- 积分:1
-
dx
说明: 《域名版》手机远控客户端v8.0 自己免杀 (Mobile phone remote control client)
- 2015-11-13 15:23:19下载
- 积分:1
-
1-JSP+JDBC_virture_cutPage
说明: JSP假分页技术,内含详细代码以及学习笔记,相信对你的学习有所帮助!(JSP false paging technology, includes detailed code as well as the study notes, I believe that learning to your help!)
- 2008-10-04 10:59:57下载
- 积分:1
-
PinYinHelper
1 取字符串所有汉字首字母
2 取汉字字符串的首字母(A string of all the characters take the first letter of two characters to take the first letter of a string)
- 2013-08-14 08:53:18下载
- 积分:1
-
Java-mid-term-test
(1)某邮局对邮寄包裹有如下规定:若包裹的长宽高任一尺寸超过1米或重量超过30千克,不予邮寄;对可以邮寄的包裹每件收取手续费0.5元,再加上根据下表按重量weight计算的邮资,请编写程序计算某包裹的邮寄资费。
重量(千克) 收费标准(元)
weight<=10 1.00
10<weigh<=20 0.90
20<weigh<=30 0.80
(2)设计一个Rectangle(矩形)类,数据成员包括length(长)、width(宽)。要求成员方法实现以下功能:
①由键盘输入长和宽
②计算面积
③计算周长
④输出面积和周长
(3)一辆卡车违反交通规则,撞人后逃跑。现场有3人目击事件,但都没记住车号,只记下车号的一些特征。甲说:牌照的前两位数字式相同的;乙说:牌照的后两位数字是相同的,但与前两位不同;丙是数学家,他说:4位的车牌号刚好是一个整数的平方。请根据以上线索求出车号。(Java mid-term test)
- 2011-06-19 18:49:56下载
- 积分:1
-
phonegap-2.9.0
phonegap-2.9.0.zip,最新phonegap(phonegap-2.9.0.zip, latest phonegap)
- 2013-10-15 10:36:28下载
- 积分:1
-
Myframe
五子棋 Java版,带规则
.java文件,可直接查看,已经测试(Java version of backgammon with the rules. Java files, you can directly view, has been tested)
- 2011-11-24 20:22:02下载
- 积分:1
-
HouseRent
北大青鸟使用MVC开发租房系统Struts + servlet +jsp(Beida Jade Bird rent system developed using the MVC Struts+ servlet+ jsp)
- 2011-08-11 17:28:56下载
- 积分:1
-
手机传感器
采集运动过程中三轴加速度,数据可用于简单的人体行为识别(APP can collect three-axis acceleration in motion process, and the data can be used for simple human behavior recognition.)
- 2019-02-27 16:03:23下载
- 积分:1
-
FileReadUtil.java.txt
一个读写文本文件的java类,传入strbuf,传出按照回车分割的字符串。用于读写小size(<=10M)的文本文件。(read text file class)
- 2013-08-30 09:35:09下载
- 积分:1