Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • H_a_s_h.rar hash表操作,提供表中查找插入操作,并比较相同关键字下HASH长度为多少时最好.
  • 11_SHA.rar 安全散列算法采用单向Hash函数将需加密的明文"摘要"成一串128bit的密文
  • CMd5_Unicode.rar 先前的md5_correct关于Unicode的说法不正确,此版本为验证过的真正支持Unicode的版本,修正了其他的小问题。注意文件格式仅支持ansi格式,其他格式的支持不是本类的重点。关键词:md5,CMd5,Unicode,hash
  • list_hash.rar hash表和单向链表的实现代码,相当实用.
  • 23952.zip My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash algorithm etc.
  • MD5hash.zip VB md5的HASH算法 适合与RSA一块使用
  • jeromel.rar 利用Hash技术统计单词的频度。扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的频度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41
  • hashfunction.rar 应用密码学中hash function的详细介绍
  • thexcs_src.zip Tiger Tree Hash is constructed from two parts, the Tiger Hash Algorithm and Merkle Tree. The original Tiger Hash code was taken from Tiger.Net which is written in Visual Basic. NET. Tiger Tree Hash算法的C#实现!
  • hashchar.rar 自己写的一个HASH算法小程序,基本的查找修改功能实现了。