文件名称:hash_project
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
哈希表的设计与实现问题:给定一个字字典“dict.txt”,给出一个单词列表“testing.txt”,翻译名单,并输出它们的含义所有的字 采用不同的哈希技术分析成功的搜索 分析不成功的搜索使用不同的散列技术-Given a word dictionary “dict.txt” given a word list “testin.txt”, translate all the words in the list and output their meanings ;Analyzing the successful search using different hash techniques;Analyzing the unsuccessful search using different hashing techniques
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hash_project
............\dict.txt
............\successful.txt
............\testin.txt
............\testout.txt
............\unsuccessful.txt
............\word_Dictionary_Open_Addressing.cpp
............\word_Dictionary_Open_Addressing.exe
............\word_Dictionary_chaining.cpp
............\word_Dictionary_chaining.exe
............\哈希表的设计与实现问题.pdf