Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • SHA1.rar C#实现的SHA1可以对任意文件进行HASH
  • DSHashcode.rar create hash table .search...
  • RFID-y.rar A Security and Performance Evaluation of Hash-based RFID Protocols
  • 09353_aymila_hw6.rar measure and analyze the performance of hash-tables with linear probing
  • HashFile.zip 实现了文件系统--Hash结构文件,适合学习操作系统的初学者
  • md5.zip md5源码。根据md5算法,用C++实现对一个字符串的hash,输出32为十六进制字符。
  • hasFunction.zip 含有多个hash算法。包含各种主流的hash函数,都比较简单,种类较多。
  • DiskHashTable.rar 这是一个使用hash表散列的方法,将数据散列在不同的桶中,最后计算它的规模和冲突
  • Introduction-to-data-compression.zip ... is that the algorithms used in the real world make heavy use of a wide set of algorithmic tools, including sorting, hash tables, tries, and FFTs. Furthermore, algorithms with strong theoretical foundations play a critical role in real-world applications.
  • os.rar 网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。