扩展字典文件来识别成百上千的单词将大大降低简单数字和字符匹配的效率。
Expanding the dictionary file to recognize hundreds of thousands of words will drastically reduce the effectiveness of the simple number and letter matching.
如果第一个字符匹配3类应该显示类第一第二和最后发生的发生等。
If first 3 chars matches from category it should display that category first then second occurrence and last occurrence so on.
NetSearchExtender支持两种用于通配符搜索的字符匹配。
Net search Extender supports two kinds of character masking for wildcard search.
最后一个映射传递第三个参数,使得 “boxing”字符匹配它的注释导入器。
The final mapping also passes a third argument, to make the "boxing" character match its comment introducer.
由于正则表达式常用于字符串操作,那我们就从最常见的任务:字符匹配下手。
Since regular expressions are used to operate on strings, we'll begin with the most common task: matching characters.
第二个子表达式 (\s)只表示“查找与任何空格字符匹配的字符串,让我们回过来看什么与之匹配”。
The second subexpression, (\s), just means "match any whitespace character and let us refer back to what was matched.
因此,正则表达式 A*B将与字符串AB 、AAB 、AAAB或任何其它以 A 开头并以单个 B 为结尾的字符串相匹配。
Therefore the regular expression A*B will match the strings AB, AAB, AAAB, or any other string starting with an A and ending with a single B.
具体而言,此表达式为每个名称长度超过15 个字符的产品匹配类别值。
Specifically, this expression matches the category value for every product that has a name over 15 characters in length.
此模式与任何不包含逗号的字符组匹配。
The pattern matches any group of characters not containing a comma.
开始和结束属性表示按照字符数匹配的术语的开始和结束部分。
The begin and end attributes denote the beginning and end of the matching term by means of number of characters.
程序将不断循环,直至输入匹配字符的有效密码和总输入时间。
The program will loop continuously until a valid password in character matching and total time of entry is entered.
字符表示匹配前面模式元素的零个或一个实例,* 字符表示匹配前面元素的零个或多个实例。
The ? character means to match zero or one instance of the previous pattern element; the * character means to match zero or more of the previous element.
可能返回的文档不会与指定的字符精确匹配,如表1所示。
Documents might be returned that do not exactly match the specified characters, as shown in Table 1.
其次,因为这个上下文中uri是标识符,应用程序必须逐字符地匹配该uri。
Secondly, because in this context URIs are identifiers, your application must match the URI letter-for-letter.
前面的星号表示匹配任何字符串。
大部分字符与自身匹配,大部分元字符必须使用反斜杠(\)进行转义。
Most characters match themselves, and most metacharacters must be escaped using a backslash (\). The fundamental operations are.
如果为每个匹配字符一分,一个空格扣两分,一个不匹配字符扣一分,那么下面的比对就是全局最优比对。
If you award matches one point, penalize Spaces by two points, and penalize mismatches by one point, the following is an optimal global alignment.
您可以在过滤器字符串的任何位置使用该通配符,以匹配未知字符的数量。
You can use that wildcard at any location of the filter string to match any number of unknown characters.
如果要更正式些,您可以确定一个分数,为匹配的字符添加分数、为空格和不匹配的字符减去分数。
More formally, you can determine a score for each possible alignment by adding points for matching characters and subtracting points for Spaces and mismatches.
该命令的关键部分是能够识别正在运行的进程,提取与给定字符串匹配的进程,并使用kill 命令将 KILL 信号发送到每个匹配进程。
The key component to the command is the ability to identify running processes, extract the ones matching a given string, and use the kill command to send the KILL signal to each matching process.
我尝试用近似的(模糊的)字符串匹配模块来限制对感兴趣唱片的选择。
I tried using modules for approximate (fuzzy) string matching to narrow the selection of disks that are interesting.
清单20展示了处理事件以及搜索与用户输入文本字符串相匹配的记录的代码。
Listing 20 shows the code to process events and search records for a match against a user-entered text string.
如果客户机的加密过的返回字符串与本地加密的字符串匹配,则运行关闭命令。
If the client's encrypted return string and the locally encrypted string match, the shutdown command is run.
因此搜索结果只包含所匹配的字符,如清单20 所示。
The search results therefore only contain entries with the matching character, as shown in Listing 20.
开始和结束标记带有下划线用于阻止意外的字符串匹配。
Start and end each token with an underscore to prevent accidental string matches.
虽然这个局部比对恰好没有不匹配字符或空格,但是一般情况下,局部比对可能存在不匹配字符或空格。
This local alignment doesn't happen to have any mismatches or spaces, although, in general, local alignments can have them.
修改字符串以匹配您为组件生成的字符串。
Change the strings to match those you created for your component.
使用文本索引使文档搜索的效率大大提高,因为不需要像进行子字符串匹配时那样在查询时检查文本数据。
Using a text index makes document search much more efficient, as the text data does not need to be examined at query time like it is done with sub-string matching.
如果字符串匹配,则执行适当的计算,并返回格式化的字符串,以供显示。
The string is matched, the appropriate calculation is performed, and a formatted string is returned to be displayed.
按照这种方式,如果以后决定修改php后端,那么只要“处理作业类型”字符串匹配,系统就仍然可以工作。
In this way, if, at a later date, you decide to change the PHP back end for something else, it will still work if the "processing job type" strings match.
应用推荐