文件名称:dictionarytree
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2.98mb
- 下载次数:
- 0次
- 提 供 者:
- 曹*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
又称单词查找树,Trie树,是一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串),所以经常被搜索引擎系统用于文本词频统计-Also known as word search tree, the trie is a tree structure, which is a variant of the hash tree. Typical applications are used for statistical, sort and save a lot of strings (but not limited to the string), so often the search engines for text word frequency statistics
(系统自动生成,下载前可以参看下载内容)
下载文件列表
字典树\1.c
......\1.dsp
......\1.dsw
......\1.ncb
......\1.opt
......\1.plg
......\Debug\1.exe
......\.....\1.ilk
......\.....\1.obj
......\.....\1.pch
......\.....\1.pdb
......\.....\vc60.idb
......\.....\vc60.pdb
......\.....\大作业.pch
......\MostFrequenceWord.txt
......\PrefixFrequence.txt
......\PrefixFrequence_Result.txt
......\SearchWordInVocabulary.txt
......\SearchWordInVocabulary_Result.txt
......\TotPrefixWord.txt
......\TotPrefixWord_Result.txt
......\vocabulary.txt
......\大作业.dsp
......\大作业.dsw
......\大作业.ncb
......\大作业.opt
......\大作业.plg
......\Debug
字典树
......\1.dsp
......\1.dsw
......\1.ncb
......\1.opt
......\1.plg
......\Debug\1.exe
......\.....\1.ilk
......\.....\1.obj
......\.....\1.pch
......\.....\1.pdb
......\.....\vc60.idb
......\.....\vc60.pdb
......\.....\大作业.pch
......\MostFrequenceWord.txt
......\PrefixFrequence.txt
......\PrefixFrequence_Result.txt
......\SearchWordInVocabulary.txt
......\SearchWordInVocabulary_Result.txt
......\TotPrefixWord.txt
......\TotPrefixWord_Result.txt
......\vocabulary.txt
......\大作业.dsp
......\大作业.dsw
......\大作业.ncb
......\大作业.opt
......\大作业.plg
......\Debug
字典树