资源列表
OuShu
- 计算一定区间的偶数之和。http://itzone.xsblog.com-calculation of a certain interval even together. Http://itzone.xsblog.com
objecttest
- 关于流java的简单示例仅供初学者学习使用-flow java on the simple example is for beginners learning to use
DB2Populator
- DB2Populator is the Demo which using the class of DriverManagerConnectionProvider to connect DB2 /SQLServer and call the related SQL.
browser
- 简略的浏览器
BinaryTree
- 用Java实现的求哈夫曼树算法,包括生成哈夫曼树的详细过程。
SingleSpace
- multiple spaces should be compressed, even trailing spaces <eof> Should appear as follows multiple spaces should be compressed, even trailing spaces<eof>
vod
- 关于将vlc嵌入到web中的html页面,可以作为web服务器-About the vlc embedded in the html web page, can be used as web server
Maxcms-fortudou
- 马克斯cms+采集规则(土豆),动漫类的,很简单,复制到规则里保存就行-Max cms 4.0 for tudou,so easy
helloevo
- 简单的JXTA源码,实现了服务通告的使用与一些简单服务的应用。
Player
- 播放FLASH影片,可以隨選來播放,並且同時播放影片跟音樂-Play FLASH movie, you can demand to play, and simultaneously play the movie with music
method-to-get-the-data
- 用于在Java编程中来获取数据的工具类,可以使用在Android编程中。-Used to get the data in the Java programming tools, can be used in the Android programming.
myLevenshtein
- java实现莱文斯坦算法,计算相似度.莱文斯坦距离(LD)用于衡量两个字符串之间的相似度。 以下我们称这两个字符串分别为 s (原字符串) 和 t (目标字符串)。莱文斯坦距离被定义为 将字符串 s 变换为字符串 t 所需的删除、插入、替换操作的次数 。-java achieve Levenshtein algorithm to calculate the similarity. Levenshtein distance (LD) is used to measure the similarit