文件名称:3
-
所属分类:
- 标签属性:
- 上传时间:2015-04-21
-
文件大小:542byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
设集合S由若干单词(英文)组成,给定字符串K,在S中查找与K最佳匹配的结果。最佳匹配的结果定义为:与K有最长共同前缀的字符串。
例:S={abc, bdef, zhen, zhao, abdd},K1=zhao,K2=abdf,K3=cheng,则与K1最匹配的结果是zhao,与K2最匹配的结果是abdd,与K3最匹配的结果是ε(空串)。
-Set the set S consists of several words (in English), with the given string K, and K to find the best match results in S. The results define the best match for: longest string and K have a common prefix. Example: S = {abc, bdef, zhen, zhao, abdd}, K1 = zhao, K2 = abdf, K3 = cheng, K1 is the best match and the result is zhao, and K2 is the best match abdd, and K3 most result of the matching is ε (the empty string).
例:S={abc, bdef, zhen, zhao, abdd},K1=zhao,K2=abdf,K3=cheng,则与K1最匹配的结果是zhao,与K2最匹配的结果是abdd,与K3最匹配的结果是ε(空串)。
-Set the set S consists of several words (in English), with the given string K, and K to find the best match results in S. The results define the best match for: longest string and K have a common prefix. Example: S = {abc, bdef, zhen, zhao, abdd}, K1 = zhao, K2 = abdf, K3 = cheng, K1 is the best match and the result is zhao, and K2 is the best match abdd, and K3 most result of the matching is ε (the empty string).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.