文件名称:hush
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2015-11-19
- 文件大小:
- 169kb
- 下载次数:
- 0次
- 提 供 者:
- y***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
若输入的关键字在哈希表中已存在,则输出该关键字在哈希表中的位置,继续等待输入下一个关键字。
若输入的关键字在哈希表中不存在,则判断当前哈希表中关键字的个数是否等于m-1,若相等,则输出“Table full!”,程序结束;否则将关键字插入哈希表,并输出该关键字插入在在哈希表中的位置,继续等待输入下一个关键字。-If keywords entered in the hash table already exists, then the output of the key positions in the hash table, continue to wait for the next key input.
If keywords entered does not exist in the hash table, determine the number of current keyword hash table is equal to m-1, if equal, then the output end of the program Table full! Otherwise, Keyword Insertion hash table, and outputs the key inserted in position in the hash table, continue to wait for the next key input.
若输入的关键字在哈希表中不存在,则判断当前哈希表中关键字的个数是否等于m-1,若相等,则输出“Table full!”,程序结束;否则将关键字插入哈希表,并输出该关键字插入在在哈希表中的位置,继续等待输入下一个关键字。-If keywords entered in the hash table already exists, then the output of the key positions in the hash table, continue to wait for the next key input.
If keywords entered does not exist in the hash table, determine the number of current keyword hash table is equal to m-1, if equal, then the output end of the program Table full! Otherwise, Keyword Insertion hash table, and outputs the key inserted in position in the hash table, continue to wait for the next key input.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
哈希表程序\Debug\hashTable.exe
..........\.....\hashTable.ilk
..........\.....\hashTable.obj
..........\.....\hashTable.pch
..........\.....\hashTable.pdb
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\hashTable.cpp
..........\hashTable.dsp
..........\hashTable.dsw
..........\hashTable.ncb
..........\hashTable.opt
..........\hashTable.plg
..........\~$哈希表.doc
..........\哈希表.doc
..........\Debug
哈希表程序