文件名称:HashTable
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 28kb
- 下载次数:
- 1次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实现Hash的基本功能,类实现一个哈希表,该哈希表将键映射到相应的值。任何非 null 对象都可以用作键或值。为了成功地在哈希表中存储和获取对象,用作键的对象必须实现 hashCode 方法和 equals 方法。
-Hash achieve the basic functions of class implements a hash table, hash table that maps keys to values. Any non-null object can be used as keys or values. To be successful in the hash table to store and retrieve objects, objects used as keys must implement the hashCode method and the equals method.
-Hash achieve the basic functions of class implements a hash table, hash table that maps keys to values. Any non-null object can be used as keys or values. To be successful in the hash table to store and retrieve objects, objects used as keys must implement the hashCode method and the equals method.
相关搜索: hashtable
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HashTable\HashTable.ncb
.........\Debug\vc60.idb
.........\.....\vc60.pdb
.........\main.cpp
.........\HashTable1.cpp
.........\HashTable2.cpp
.........\HashTableFramework.cpp
.........\Tester.cpp
.........\HashTable1.h
.........\HashTable2.h
.........\HashTableFramework.h
.........\Tester.h
.........\HashTable.plg
.........\HashTable.opt
.........\HashTable.dsp
.........\HashTable.dsw
.........\Debug
HashTable
.........\Debug\vc60.idb
.........\.....\vc60.pdb
.........\main.cpp
.........\HashTable1.cpp
.........\HashTable2.cpp
.........\HashTableFramework.cpp
.........\Tester.cpp
.........\HashTable1.h
.........\HashTable2.h
.........\HashTableFramework.h
.........\Tester.h
.........\HashTable.plg
.........\HashTable.opt
.........\HashTable.dsp
.........\HashTable.dsw
.........\Debug
HashTable