用C语言实现一个简单的哈希表(hash table)

时间:2013-05-27 08:57:07
【文件属性】:
文件名称:用C语言实现一个简单的哈希表(hash table)
文件大小:159KB
文件格式:RAR
更新时间:2013-05-27 08:57:07
哈希表 hash table C C++ 这个小程序实现了哈希表的主要内容。有哈希函数、冲突避免,实现了插入和查找。主要是作为一个教学的例子存在。 本程序用Visual Studio 2005实现。
【文件预览】:
hashtable1
----hashtable1.sln(895B)
----hashtable1.ncb(259KB)
----Readme Fisrt.txt(154B)
----hashtable1.suo(11KB)
----hashtable1()
--------hashtable1.vcproj.ZJU-ERIC.Admin.user(1KB)
--------Debug()
--------hashtable1.vcproj(4KB)
--------simplest.cpp(3KB)
----debug()
--------hashtable1.ilk(305KB)
--------hashtable1.exe(40KB)
--------hashtable1.pdb(307KB)

网友评论

  • 很不错对我有帮助
  • 非常感谢,十分好用
  • 很简单的hash例子。 可惜我更喜欢C++ 描述的数据结构。