-
PopupMenu.java
this is a module of my project that lists active ports ...
- 2012-12-28 20:49:21下载
- 积分:1
-
OV2710-Driver_20100413
@@ MIPI-10bit_1280x720_60fps
OmniVision Technologies Inc.
Sensor Setting Release Log
=============================================================
Sensor : OV2710
Sensor Rev : Rev1a
05/04/2009
R1.0
Initial Release for Rev 1A
05/08/2009
R1.1
- 2016-03-23 12:29:42下载
- 积分:1
-
CMPP_sms_board
中国移动CMPP短信开发平台,一个用JAVA程序编写的程序开发包,是一个事例,对手机通讯这块很有帮助。(CMPP China Mobile SMS platform, a Java programmers using the procedure development kits, it is an example of this helpful in mobile communications.)
- 2006-07-10 23:34:26下载
- 积分:1
-
语音呼叫客户端_1.0.0
基于windows系统的文字转语音的小程序,需要手动将jre包放到程序的exe文件同级目录才可运行(Voice Call Software Based on Windows System)
- 2020-06-25 00:20: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
-
new_Marcof
灰色马尔可夫java源码(侵删),开源中国下载分享(Markov MCMC Grey Predict)
- 2021-02-06 18:19:56下载
- 积分:1
-
totalExpensesProgram
total Expenses applet
- 2009-10-28 16:25:33下载
- 积分:1
-
restrant
这是一个校园的网页点餐系统,开发平台为J2EE.开发语言是Java,将项目部署至MyEclipse上即可。(This is a campus web ordering system, development platform for J2EE. Development language is Java, will deploy the project to the MyEclipse can.)
- 2020-12-21 18:09:08下载
- 积分:1
-
vivble-communication-control
这个也是java上课用的程序,适合于初学者,建议初学者下载看,()
- 2018-01-31 23:46:28下载
- 积分:1
-
NovelN
第一个项目:novel.spider(姑且叫他为spider吧)-jsoup,http-client
提供了三个最为底层的方法:
ChapterFactory.getChapterSpider(NovelSiteEnum novelSiteEnum).getChapters(NovelSpiderUtil.getRelativeUrl(NovelSiteEnum novelSiteEnum, url)) 获取一个爬取对应网站的章节的实体,并执行爬取任务
ContentFactory.getContentSpider(NovelSiteEnum novelSiteEnum).getContent(NovelSpiderUtil.getRelativeUrl(NovelSiteEnum novelSiteEnum,url)) 获取一个爬取对应网站的内容的实体,并执行爬取任务
NovelDownloaderObserver observer = new NovelDownloaderObserver(url) 下载小说...(ChapterFactory.getChapterSpider(NovelSiteEnum novelSiteEnum).getChapters(NovelSpiderUtil.getRelativeUrl(NovelSiteEnum novelSiteEnum, url))
ContentFactory.getContentSpider(NovelSiteEnum novelSiteEnum).getContent(NovelSpiderUtil.getRelativeUrl(NovelSiteEnum novelSiteEnum,url))
NovelDownloaderObserver observer = new NovelDownloaderObserver(url))
- 2020-06-18 13:40:02下载
- 积分:1