文件名称:RabinHashTest
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 9kb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个检索URL的算法,该算法通过调用拉宾指纹算法为URL库中的每个URL生成一个32位的指纹。来一个URL时,检索URL库,通过拉宾指纹算法来判别是否存在,时间为O(1),还使用了二叉检索树来存储URL。主程序为RabintestDisk.java。
-This is a URL retrieval algorithm by calling Rabin fingerprint algorithm for the URL database for each URL to generate a 32-bit fingerprint. To a URL, the URL retrieval library, through the Rabin fingerprinting algorithm to determine whether there is time for the O (1), also used the binary search tree to store the URL. Main program for RabintestDisk.java.
-This is a URL retrieval algorithm by calling Rabin fingerprint algorithm for the URL database for each URL to generate a 32-bit fingerprint. To a URL, the URL retrieval library, through the Rabin fingerprinting algorithm to determine whether there is time for the O (1), also used the binary search tree to store the URL. Main program for RabintestDisk.java.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
classes
.......\MyRabin.class
.......\Rabintest.class
.......\RabintestMemory.class
MyRabin.java
RabinHashTest.jcp
RabinHashTest.jcw
RabinHashTest2.jcw
RabintestDisk.java
RabintestMemory.java
.......\MyRabin.class
.......\Rabintest.class
.......\RabintestMemory.class
MyRabin.java
RabinHashTest.jcp
RabinHashTest.jcw
RabinHashTest2.jcw
RabintestDisk.java
RabintestMemory.java