-
DFA
DFA自动状态机的JAVa编程实现。程序调试成功/(DFA using by JAVA.)
- 2015-09-23 16:42:48下载
- 积分:1
-
Android_Teris
具有卓越的通用性、高效性、平台移植性和安全性,非常实用。(Excellent versatility, efficiency, platform portability, and security, very practical.)
- 2011-12-16 09:33:59下载
- 积分:1
-
sIGaRRAYtYPEdELTA
ClassObj extends Instance implements.
- 2014-01-08 00:29:32下载
- 积分:1
-
keshe
关于c语言课设的粮油公司进销存管理系统的课程设计
有货物管理(物资的添加,删除,修改)
有账目管理
可以查询账目清单
可以计算年度或月份或季度利润
(the program about visual c is that Warehouse Management System of company )
- 2014-06-29 00:07:56下载
- 积分:1
-
java飞行棋源码
java飞行棋代码,仅供学习,环境不同,请自行修改错误(Java flying chess code, for learning only)
- 2017-06-26 17:44:05下载
- 积分:1
-
jQuery.validate
jQuery.validate.js文件(jQuery.validate.js file)
- 2020-06-22 05:00:02下载
- 积分:1
-
universial-class
java常用类代码 String Buffer(universial class code)
- 2011-12-21 16:49:15下载
- 积分:1
-
jdk_chianese
JavaAPI中文
我看到许多论坛的朋友, 寻找 中文的javaAPI, 无奈sun没有提供中文的,这是SUN对中国程序员的轻视,有日文,为什么不能有中文,小日本为什么不用看英文。
我利用JavaWebStudio里提供的, 制作chm格式的, 希望对大家学习java提供方便。
Orient Software Company
cmh制作者 碧海蓝天
e_mail:uit3e@yahoo.com.cn
制作日期2004年7月23日
(I see many forum friends, looking for the English javaAPI, but the English did not provide sun, SUN This is to underestimate the Chinese programmer, there is Japanese, why should not there is English, why not look small in Japan in English. I use to provide the JavaWebStudio, production chm format, and they hope to facilitate the U.S. study java. Orient Software Company cmh producers of water, blue sky e_mail: uit3e@yahoo.com.cn production date of July 23, 2004)
- 2009-03-14 19:26:18下载
- 积分:1
-
philosopher(1.6)
哲学家进餐问题——Java语言实现
哲学家进餐问题是一个多线程运用的经典例子,涉及到线程同步/互斥,临界区访问问题以及一个避免死锁的解决方法。
有五个哲学家绕着圆桌坐,每个哲学家面前有一盘面,两人之间有一支筷子,这样每个哲学家左右各有一支筷子。
哲学家有2个状态,思考或者拿起筷子吃饭。如果哲学家拿到一只筷子,不能吃饭,直到拿到2只才能吃饭,并且一次只能拿起身边的一支筷子。一旦拿起便不会放下筷子直到把饭吃完,此时才把这双筷子放回原处。
如果,很不幸地,每个哲学家拿起他或她左边的筷子,那么就没有人可以吃到饭了。这就会造成死锁了。。这是需要坚决杜绝的,正如操作系统的死锁问题。()
- 2008-05-20 01:23:04下载
- 积分: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