文件名称:HashString
介绍说明--下载内容均来自于网络,请自行研究使用
程序简单的实现了hash表的构建与查找,可以作为一个类在其他文件中调用。其中用的算法是MPQ中用的hash算法,最大可能的避免了冲突。-Program simple hash table and find, you can call as a class in the other documents. Algorithm hash algorithm used in the MPQ, the maximum possible to avoid conflict.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HashString.cpp
HashString.h
main.cpp