Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • createdigest.rar hash function SHA-256
  • Hash_Table1616057162003.zip A hash table that stores key/pointer pairs. The table can handle either numbers or strings as keys, you specify which ... , such as in the data structure you re pointing to, because the hash table doesn t duplicate the key. For example: Create a struct person ...
  • tetris-1.2-src.zip Hash table example It is only a test code
  • HashDictionary.rar Simple Data Dictionary that implements Hash for course: Information retrieval and storage
  • md5.rar Hash 函數算法,輸出消息散列值,比MD4稍慢一些,但更位安全
  • HASHITABLE.rar hash表的算法,建立一个hash表用于存储信息,用c++编写。
  • Astar.rar A*算法实现的八数码问题,使用STL的优先队列及康拓展开的hash函数实现
  • sort.rar 排序算法集合,其中有快速排序、堆排序、hash排序、归并排序等
  • hashmap.rar 哈希表的实现 hashmap.h - declaration of class HashMap hashmap.cpp - definition of class HashMap hash-driver.cpp demonstrates use of class HashMap and its member functions.
  • 20033194.zip this source is a HASH algorithm.if hash function make the same key, it solve overflow by chain algorithm.