- 8
- 0
- 约5.16千字
- 约 22页
- 2018-10-18 发布于江苏
- 举报
实验五散列表应用
实验五:散列表应用 Spellchecking Background Any word processing application will typically contain a spell check feature. Not only does this feature point out potentially misspelled words; it also suggests possible corrections. Description open the specified word list text file(wordlist.txt), then stores each word into a hash table. opens a file (test.txt)to spell check. The program considers a word to be misspelled if the word does not exist in the hash table. When this occurs, the program displays the line number the word appeared in, the word, and a list of possible corrections. 目标: 存储方案 Hash ta
原创力文档

文档评论(0)