文件名称:zi-dian
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2015-05-22
- 文件大小:
- 669kb
- 下载次数:
- 0次
- 提 供 者:
- y**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
字典树设集合S由若干单词(英文)组成,给定字符串K,在S中查找与K最佳匹配的结果。最佳匹配的结果定义为:与K有最长共同前缀的字符串。
例:S={abc, bdef, zhen, zhao, abdd},K1=zhao,K2=abdf,K3=cheng,则与K1最匹配的结果是zhao,与K2最匹配的结果是abdd,与K3最匹配的结果是ε(空串)。
-Dictionary tree set S by a number of words (English), given the string K, in the S to find the best match results K. The result of the best matching is defined as the string of the longest common prefix with K.
Cases: S={abc, bdef, Zhen, Zhao, abdd}, K1=zhao, K2=abdf, K3=cheng, and K1 the matching result is Zhao, K2 and the matching result is abdd, K3 and the matching result is epsilon (empty string).
例:S={abc, bdef, zhen, zhao, abdd},K1=zhao,K2=abdf,K3=cheng,则与K1最匹配的结果是zhao,与K2最匹配的结果是abdd,与K3最匹配的结果是ε(空串)。
-Dictionary tree set S by a number of words (English), given the string K, in the S to find the best match results K. The result of the best matching is defined as the string of the longest common prefix with K.
Cases: S={abc, bdef, Zhen, Zhao, abdd}, K1=zhao, K2=abdf, K3=cheng, and K1 the matching result is Zhao, K2 and the matching result is abdd, K3 and the matching result is epsilon (empty string).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Trie tree
.........\Debug
.........\.....\Trie tree.exe
.........\.....\Trie tree.ilk
.........\.....\Trie tree.pdb
.........\Trie tree
.........\Trie tree.sln
.........\Trie tree.suo
.........\.........\Debug
.........\.........\.....\CL.read.1.tlog
.........\.........\.....\CL.write.1.tlog
.........\.........\.....\link-cvtres.read.1.tlog
.........\.........\.....\link-cvtres.write.1.tlog
.........\.........\.....\link.20736-cvtres.read.1.tlog
.........\.........\.....\link.20736-cvtres.write.1.tlog
.........\.........\.....\link.20736.read.1.tlog
.........\.........\.....\link.20736.write.1.tlog
.........\.........\.....\link.read.1.tlog
.........\.........\.....\link.write.1.tlog
.........\.........\.....\mt.read.1.tlog
.........\.........\.....\mt.write.1.tlog
.........\.........\.....\rc.read.1.tlog
.........\.........\.....\rc.write.1.tlog
.........\.........\.....\Trie tree.exe.embed.manifest
.........\.........\.....\Trie tree.exe.embed.manifest.res
.........\.........\.....\Trie tree.exe.intermediate.manifest
.........\.........\.....\Trie tree.lastbuildstate
.........\.........\.....\Trie tree.log
.........\.........\.....\Trie tree.obj
.........\.........\.....\Trie tree_manifest.rc
.........\.........\.....\vc100.idb
.........\.........\.....\vc100.pdb
.........\.........\inputfile.txt
.........\.........\Trie tree.cpp
.........\.........\Trie tree.vcxproj
.........\.........\Trie tree.vcxproj.filters
.........\.........\Trie tree.vcxproj.user
trietree.docx