@psc_readme_1065_3.txt
来自「找出输入txt文件中出现的不同词汇」· 文本 代码 · 共 8 行
TXT
8 行
Title: word counter
Description: This will extract words from a file and keep trackhow many times word occurs.After inputting all the words in decending order of their frequency and output the words and thier frequency.This also do rehashing ,every time program does a insertion it check to see whether the table is more than 50% full after the insertion and if it is ,it reallocate a table of approximately twice the table size as before.Each time it rehash it print out the table-size the average number of probes and max number of probes for that table.It uses Quick Sort.
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=1065&lngWId=3
The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?