Location:
Search - jeromel
Search list
Description: 利用Hash技术统计单词的频度。扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的频度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41
-use statistical word frequency. Scanning a C source files, using the hash table storage procedures of the keyword statistics and the proceedings of the keyword frequency. Linear Hash detection solution for the conflict. Hash functions located : Hash (Key) = [(the first letters Key serial number) * 100 (Key tail alphabetical serial number)] Mo d 41
Platform: |
Size: 21297 |
Author: 芦林飞 |
Hits:
Description: 利用Hash技术统计单词的频度。扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的频度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41
-use statistical word frequency. Scanning a C source files, using the hash table storage procedures of the keyword statistics and the proceedings of the keyword frequency. Linear Hash detection solution for the conflict. Hash functions located : Hash (Key) = [(the first letters Key serial number)* 100 (Key tail alphabetical serial number)] Mo d 41
Platform: |
Size: 21504 |
Author: 芦林飞 |
Hits: