Matcher also offers a group that retrieves the string matching a given group.
Matcher还提供了group来检索与给定组相匹配的字符串。
Intrusion Detection System (IDS) often relies on string matching techniques.
网络入侵检测依赖于字符串匹配技术。
Contains extensive discussions on string matching, data structures, and finite precision.
包含在字符串匹配,数据结构和有限的精密上的广泛的讨论。
For the problem of Chinese string matching, a fast multiple pattern matching algorithm was provided.
针对中文字串匹配问题,提出一种快速多模式匹配算法。
In the intrusion detection systems, matching speed of the string matching algorithm is very important.
入侵检测系统当中,匹配算法运行的速度是至关重要的。
I used fuzzy string matching, FreeDB searches, ID3 versions 1 and 2, and lots of text-mode user interactions.
我用到了模糊字符串匹配、FreeDB检索、ID3版本1和2,以及许多文本模式用户交互。
For the problem of Chinese string matching, an improved multiple pattern matching algorithm is provided.
针对中文字串匹配问题,提出了一种改进的多模式匹配算法。
I tried using modules for approximate (fuzzy) string matching to narrow the selection of disks that are interesting.
我尝试用近似的(模糊的)字符串匹配模块来限制对感兴趣唱片的选择。
In the Service URL field, enter the text string matching the URL contained in the certificate used to secure connections.
在ServiceUR l字段中,输入与用于确保连接安全的凭证中所包含的URL匹配的文本字符串。
The string matching is important subject in computer science, is an bottleneck problem of information searching field.
字符串匹配是计算机科学的重要组成部分,是信息检索领域的瓶颈技术。
As previously mentioned, the contains function implements sub-string matching and therefore returns the value true for the above query.
如前所述,contains函数实现子字符串匹配,因此对于以上查询返回true。
With respect to dynamic string matching, classic algorithms are extended to provide the ability of inserting and deleting a keyword.
在动态串匹配方面,本文对经典的串匹配算法进行了扩展,提供动态增删关键词的能力。
It has very important theoretical value and practical meaning to research and design very fast approximate string matching algorithms.
因此,研究(设计)高效的近似字符串匹配算法具有重要的理论价值和实际意义。
String matching is a classic research area in computer science and plays an important role in different kinds of network security systems.
串匹配是计算机研究领域的一个经典问题,是众多网络安全系统中的关键技术之一。
BF algorithm is the basic algorithm in string matching field. But it is not paralleled, and does not match the system architecture of the GPU.
适合GPU的串匹配算法的设计与实现:BF算法是串匹配算法中最基础的算法,但它是串行算法,不适合GPU的体系结构。
With CA-signed certificates, the MQ administrator controls only the string matching template for Distinguished Names (DN) that are allowed to connect.
使用由CA签名的证书时,MQ管理员只控制允许连接的DistinguishedNames (DN)的字符串匹配模板。
It addresses the method of identifying the accurate tandem repeat in detail after analyzing suffix tree and suffix array algorithms of string matching.
在分析了后缀树和后缀数组字符串匹配算法的基础上,详细阐述了基于后缀数组的精确串联重复序列识别方法。
Rather than sequentially searching through the text data using string matching, as done with the XQuery contains function, Net search Extender USES a text index.
NetSearchExtender并不使用字符串匹配连续地搜索文本数据(就像XQuerycontains函数所做的那样),而是使用文本索引。
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.
使用文本索引使文档搜索的效率大大提高,因为不需要像进行子字符串匹配时那样在查询时检查文本数据。
Misuse intrusion testing technology is the most important link in a pattern matching the current model of matching reported mainly on the text of character string matching.
误用入侵检测技术中最重要的一个环节是模式匹配,目前的模式匹配主要是对报文中特征字符串的匹配。
NET to connect the webpage to the database, make use of match of the word section to realize the log-in, detect the upload documents based on the methods of string matching.
NET组件实现网页与数据库之间的连接,采用字段的匹配实现登陆功能,基于字符串匹配的方法实现对上传文档的检测。
First, classic string matching algorithms and regular expression matching algorithms are studied; second a binary sort tree string matching algorithm is proposed and realized.
终结符号处理过程中,深入地研究了字符串匹配算法和正则表达式匹配算法,并实现了二叉排序树字符串匹配算法。
Experiments demonstrate that the algorithm can solve such approximate string matching problem, and it can be used in the filed of sentence pattern matching and skip word matching.
实验结果表明,该算法的确能解决字符串有序跳跃模式匹配问题,完全可以适用于句型匹配与主题词跳词匹配。
The structure in Listing 4 is used by the mimeokay function for one purpose: to set the global string pointer fstr to the appropriate MIME type string matching the file's extension: fext.
清单4中所示的结构由mimeokay函数使用,用来实现以下用途:将全局字符串指针fstr 设置为与文件扩展名 fext 相匹配的合适的MIME类型。
The experiments show that this method can solve the problem of the false detection rate caused by using only string matching method, thereby achieving better results of lens switching detection.
实验显示,这种方法解决了单独用字符串匹配算法造成的误检问题,取得了较好的镜头切变检测效果。
The purposes of it were to improve the efficiency of searching a string in a large-scale database by the means of approximate string matching and to provide a means to search a string with wildcards.
其目的在于提高基于相似字符串匹配的查询在大规模字符串数据库中的查询效率,并且提供带通配符的字符串查询方式。
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.
该命令的关键部分是能够识别正在运行的进程,提取与给定字符串匹配的进程,并使用kill 命令将 KILL信号发送到每个匹配进程。
If you omit this parameter or pass an empty string, the default matching modes are used.
如果您忽略了此参数或传递空字符串,则将使用默认匹配模式。
Elements not matching the text string will be filtered out.
不匹配文本字符串的元素将会被过滤掉。
It is a formal pattern that a specific program looks for in text or a string of characters using a recognition process called pattern matching.
它是一种形式模式,一个特定程序使用名为模式匹配的识别流程在文本或字符串中进行查找。
应用推荐