-
-
-
src.rar
utilisation d un hash set et le tree set exemple
-
IP-packet-restructuring.rar
IP报文的重组:
a)将IP报文存入临时的HASH链表中,这个HASH链表中是等待合并的报文队列头
b)判断当这一个IP报文分片加入后是否可以构造出一个完整的IP报文,如果可以的话,分配一个新的帧缓冲区,将数据复制入新的帧缓冲区,返回该报文。
-
-
-
RK.rar
实验RK算法,即利用Hash方法和素数理论,首先定义一个Hash函数(hash (r) = r mod q),然后将模式串P和文本串T中长度为m的子串利用Hash函数转换成数值。显然只需比较那些与模式串具有相同Hash函数值的子串。
当然因为Hash冲突的存在,还要进一步进行字符串比较,但只要选择适当的素数q, Hash冲突的概率就会很小
-
wenjianxitong.rar
参考教程中HASH文件的构造算法,设计一组HASH文件函数,包括HASH文件创建、打开、关闭、读、写等。
编写一个测试文件,通过记录保存、查找、删除等操作,检查上述HASH文件是否实现相关功能。
-
-
symbol_table.gz
This is a simple symbol table written in C using hash tables in one version, and linked lists in the other. Compile it with gcc under unix.
-
MD5.rar
In cryptography, MD5 (Message-Digest algorithm 5) is a widely used cryptographic hash function with a 128-bit
-