-
cloudsim_学习笔记
cloudsim实例解析。学习cloudsin时,下载的实例,本文将详细解释代码各部分功能。(cloudsim Case analysis)
- 2018-05-03 16:46:47下载
- 积分:1
-
GuessNumber
This is a game named guess number. Enjoy it
- 2009-10-15 04:27:38下载
- 积分: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
-
S2SM-Blank-Mysql
struts2+mybatis+spring开发用的空框架
(struts2+mybatis+spring empty frame used in the development)
- 2013-09-28 09:00:27下载
- 积分:1
-
socket
说明: socket 学习文件,供各位参考学习。(Socket learning file)
- 2020-06-20 11:00:02下载
- 积分:1
-
Candidate
JAVA程序设计导论 习题6。8
创造两个类,Vote and Candidate (the Vote and Candidate Classes)
- 2010-05-27 21:45:18下载
- 积分:1
-
ImmutableMultiset
An immutable hash-based multiset. Does not permit null elements.
- 2013-12-03 09:39:33下载
- 积分:1
-
shuzuchengji-
实现数组乘积,Java代码编写 方便 (Array of product realization)
- 2013-12-23 09:25:52下载
- 积分:1
-
dwrUtil
dwr工具类,属于对于dwr的封装,希望对大家有帮助,得到大家支持,谢谢(dwr tools, belonging to dwr package, we hope to help, to get everyone to support, thank you)
- 2013-10-28 10:40:39下载
- 积分: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