单词 | pattern matching |
释义 | 例句释义: 图案匹配,图像匹配,模式匹配,模式比对,模式匹配识别法 1. Pattern matching enables you to specify a pattern that the transport rule uses to dynamically match strings in an e-mail message. 通过模式匹配,您可以指定一个模式,传输规则将使用该模式来动态地匹配电子邮件中的字符串。 technet.microsoft.com 2. Pattern matching plays a central role in functional programming just as polymorphism plays a central role in object-oriented programming. 模式匹配在函数式编程中扮演了中心角色,就好像多态在面向对象编程中扮演着中心角色一样。 www.bing.com 3. Anonymous functions, regular expression support and pattern matching are only the beginning. 其优点远远不止匿名函数、正则表达式支持、模式匹配这几样。 www.infoq.com 4. Scala's case classes and its built-in support for pattern matching model algebraic types used in many functional programming languages. Scala的case类及其内置支持的模式匹配模型代数类型在许多函数式编程语言中都被使用。 www.infoq.com 5. Class performs pattern matching using regular expressions to find Web method return values in text encoded in the body of an HTTP response. 类使用正则表达式执行模式匹配,以便在编码在HTTP响应正文中的文本中查找Web方法的返回值。 msdn2.microsoft.com 6. The pattern matching chapter is sufficient for learning about this fascinating side of Perl. 模式匹配这章足以让您掌握Perl的这一令人心醉的特性。 www.ibm.com 7. CONCLUSION: A low-level simple pattern-matching application can prove to be a useful tool in many research settings. 结论:一个低水平的、简单的模式匹配应用程序能够被证明在许多研究环境中是一个有用的工具。 chinapubmed.net 8. The idea of active patterns is to enable you to use the pattern matching syntax with other data structures. 活动模式的思想就是让你能把模式匹配语法用于其他数据结构。 www.infoq.com 9. The performance of a signature-matching-based network intrusion detection system (NIDS) is dominated by pattern matching algorithm. 基于特征匹配的网络入侵检测系统的性能主要受模式匹配算法的影响。 www.magsci.org 10. Errors in BIFs or pattern matching errors send automatic exit signals to the link set of the process where the error occurred. 在BIF或者模式匹配中发生的错误将自动发送退出信号到该出错进程的链接进程集合。 hi.baidu.com 1. This can be used to achieve case insensitive pattern matching in products which support only case sensitive regular expressions. 可以用于在仅支持区分大小写正则表达式的产品中完成不区分大小写的模式匹配。 dk2.php.net 2. Armed with that admittedly brief rundown of case classes and pattern matching, let's return to the task of creating the calculator AST. 简要了解了case类和模式匹配之后,接下来让我们回到创建计算器AST的任务上。 www.ibm.com 3. Indicates that the subsequent character string is to be used with pattern matching. For more information, see LIKE (Transact-SQL). 指示后续字符串使用时要进行模式匹配。有关详细信息,请参阅LIKE(Transact-SQL)。 technet.microsoft.com 4. There are a number of algorithms used for pattern matching by rules engines. 规则引擎可以使用多种算法执行模式匹配。 www.ibm.com 5. To improve the accuracy of such quantitative analysis as image measuring and pattern matching, it must be corrected. 为了提高图像检测、模式匹配等定量分析的准确性,必须对这一类畸变进行修正。 cjig.cn 6. This article has been a quick tour of pattern matching in F# and introduced its new active patterns feature. 这篇文章是F#中模式匹配的一个快速浏览,并介绍了它的新活动模式的特性。 www.infoq.com 7. More importantly, you've seen how case classes work well with pattern matching to make it almost trivial to create this AST and evaluate it. 更重要的是,您已经看到了case类是如何与模式匹配合作,使得创建AST并对其求值变得轻而易举。 www.ibm.com 8. The process of matching the new or existing facts against production rules is called pattern matching. 根据生产规则匹配新的或现有的事实称为模式匹配。 www.ibm.com 9. In that example, pattern matching was used to extract both the head and the tail of the list. 在这个示例中,使用模式匹配提取列表的开头和结尾部分。 www.ibm.com 10. The reaction methods are executed via pattern matching between the When clauses and the size of the queues. 执行相关的React方法则是通过对When子句与队列大小进行模式匹配。 www.infoq.com 1. The performance of the Network Intrusion Detections Systems (NIDS) often relies on exact and fast pattern matching techniques. 网络入侵检测系统的性能一定程度依赖于精确、快速的模式匹配技术。 stae.com.cn 2. Matching modes, which describe the different types of pattern matching that can be specified through the function's parameter MODE. 匹配模式,描述了可以通过函数的参数MODE指定的模式匹配的不同类型。 www.ibm.com 3. Combined with the emotion recognition results, results of speech recognition using DTW and pattern matching arithmetic are improved. 结合情感识别结果,使用DTW算法通过模式匹配进行小词汇表的语音识别,提高语音识别正确率; www.ceps.com.tw 4. Pattern matching is a powerful and elegant way of extracting information from objects, when used appropriately. 模式匹配在使用恰当时是一个强大的,优雅的从对象中抽取信息的方式。 www.bing.com 5. In XML database, twig pattern matching is the core of XML query processing and is important for improving the query efficiency. 在XML数据库中,小枝模式查询是XML查询处理的核心操作,它对于提高查询效率是很有意义的。 www.fabiao.net 6. Considering the efficiency problem of the BM pattern matching algorithm, this paper proposes an improved BM pattern matching algorithm. 针对BM模式匹配算法的效率问题,提出其改进算法。 www.ecice06.com 7. This tutorial also assumes that you understand the value of developer testing and are familiar with basic pattern matching. 本教程也假设您理解开发人员测试的价值,并熟悉基本模式匹配。 www.ibm.com 8. of range expressions, equivalence classes, and collating sequences within file name expansion and pattern matching. 这个变量决定在文件名展开和模板匹配里字符的解释和字符集的行为。 www.smth.org 9. Pattern matching is eager; we have to put this case clause at the end, so it doesn't consume the messages we are expecting! 模式匹配是头饥饿的怪兽,我们必须把这个case块放在最后,这样它才不会把我们需要的消息也都吃掉! www.bing.com 10. Point pattern matching is an essential step in many image processing applications. 点模式匹配是图像应用中的关键技术。 www.opticsjournal.net 1. MySQL uses the extended version to support pattern-matching operations performed with the REGEXP operator in SQL statements. MySQL采用了扩展的版本,以支持在SQL语句中与REGEXP操作符一起使用的模式匹配操作。 mysql.crihan.fr 2. It is not hard to integrate a pattern-matching library with the tree visitor to get to a point where visitors can leverage tree patterns. 您可以轻松集成模式匹配库与树访问者,使访问者能够利用树模型。 www.ibm.com 3. Pattern matching algorithm is an important algorithm, used by most of Intrusion Detection System. 模式匹配算法是入侵检测系统中使用较多的一种重要算法。 ceaj.org 4. With Scala's pattern matching, your cases can include types, wild-cards, sequences, and even deep inspections of an object's variables. 而有了Scala的模式匹配,你的case可以包含类型,通配符,序列,甚至是对象变量的深度检查。 www.bing.com 5. further , it is hard to use and customize , and certain types of pattern matching are prohibitively difficult to do in procmail. 另外,使用和定制很困难,而且某些类型的模式匹配是惊人地困难。 www.ichacha.net 6. To understand the motivation for active patterns it's we need to first understand pattern matching in F#. 为了理解本文讲解活动模式的动机,我们需要首先理解F#中的模式匹配。 www.infoq.com 7. Finally, the different iris patterns are sorted by auto accommodated pattern matching method and the recognition results are achieved. 最后,采用自适应的模式匹配方法对不同的虹膜模式进行分类,给出识别结果。 www.ceps.com.tw 8. We experimented with different uses for pattern matching, a powerful improvement on the familiar case-switch statement. 我们实验了不同的模式匹配,作为对我们熟悉的case-switch指令的一种强大增强。 www.bing.com 9. These two classes -- Pattern and Matcher -- are the whole pattern-matching library. 这两个类(Pattern与Matcher)就是整个模式匹配库。 www.ibm.com 10. Pattern recognition was conducted through one-order matching analysis in the pattern matching dictionary. 将待识别信号在模式匹配库上进行一阶匹配分析,实现轴承故障的模式识别。 www.ceps.com.tw 1. Pattern matching technology is commonly used in the detection engine. 在检测引擎中常用的是模式匹配技术。 www.zidir.com 2. Locating data in the document is an exercise of pattern matching using XPath expressions. 定位文档中的数据是一个使用XPath进行模式匹配的过程。 www.ibm.com 3. At the first stage, the test confirms that the pattern matching index is the optimal screen index tested in this study. 在第一阶段,证实了模式匹配指标是最佳筛选指标。 www.qqgxqm8.com 4. Field constraints can be used together with variables and other literal values to provide powerful pattern-matching capabilities. 领域限制可以同时多元化使用去提供更强大的形式配对能力。 el.mdu.edu.tw 5. Instead, consider using pattern matching for those "rare" times when you need to extract information in a controlled way. 相反地,在你需要通过可控方式获取信息的时候,考虑使用模式匹配。 www.bing.com 6. Fundamentally, pattern matching declares blocks of code that are evaluated against a value. 幸运的是,模式匹配会声明对某个值进行计算的代码块。 www.ibm.com 7. Symptom Editor creates custom symptom definitions using pattern matching for Log Analyzer to analyze. SymptomEditor使用模式匹配创建自定义症状定义,以供LogAnalyzer进行分析。 www.ibm.com 8. There are a number of ways to do this, but you will demonstrate how you can once again use pattern matching for this. 实现上述操作有许多方法,但我们将演示如何再一次使用模式匹配方法。 www.ibm.com 9. Finally, when designing pattern matching statements, be wary of relying on a default case clause. 最后,当设计模式匹配指令时,对于默认case的依赖要小心。 www.bing.com 10. Download core. match: An optimized pattern-matching and predicate-dispatch library for Clojure. 下载core.match:经过优化的Clojure模式匹配和预测分派库。 www.ibm.com 1. Recall from Chapter 1, Zero to Sixty: Introducing Scala that we highlighted the synergy between pattern matching and polymorphism. 回顾《第1章-从0分到60分:Scala介绍》中,我们强调了模式匹配和多态之间的协作。 www.bing.com 2. For the problem of Chinese string matching, an improved multiple pattern matching algorithm is provided. 针对中文字串匹配问题,提出了一种改进的多模式匹配算法。 www.dictall.com 3. The current XSL standard uses the XPath technology to perform all of its pattern matching. 当前的XSL标准使用XPath技术来执行它所有的模式匹配。 www-128.ibm.com 4. The effect of these IDS is dominated by pattern matching algorithm used. 模式匹配的效率决定了入侵检测系统的性能。 blog.sina.com.cn 5. The main part of pattern matching is coming up with the expression to use. 模式匹配的主要部分是关于要使用什么样的表达式。 www.ibm.com 6. Intuition and pattern matching replace explicit knowledge. 直觉和模式匹配能力超载了显性知识。 blog.sina.com.cn 7. An IP address matches a netmask based on precise bit pattern matching rules (beyond the scope of this article). 基于精确的位模式匹配规则(超出本文范围),IP地址与网络掩码相匹配。 www.ibm.com 8. Pattern matching is also useful for the design problem where you need to get at data inside an object, but only in special circumstances. 在你遇到需要从对象内部提取数据的设计问题时,模式匹配也有用,但是仅限一些特殊的情况。 www.bing.com 9. However, in many cases simple pattern-matching searches can reveal a wealth of information. 但是,在许多情况下,简单的模式匹配搜索能够揭示大量的信息。 chinapubmed.net 10. Returns the nine most-recently memorized portions found during pattern matching. 返回在模式匹配期间找到的,所存储的最近的九个部分。 msdn2.microsoft.com 1. For the problem of Chinese string matching, a fast multiple pattern matching algorithm was provided. 针对中文字串匹配问题,提出一种快速多模式匹配算法。 www.dictall.com 2. I also often hear the claim that while XQuery syntax looks nicer, it lacks XSLT's template style pattern matching. 我也常常听到这样的说法,虽然XQuery的语法看起来更好,但是缺少XSLT模板风格的模式匹配。 www.ibm.com 3. To ensure internal validity, pattern-matching data analysis was conducted. 为了保证内部有效性,模式匹配的数据进行分析。 wenwen.soso.com 4. While XPath provides a compact and elegant way of traversing an XML tree, its pattern matching functions have a rather limited capability. 尽管XPath提供了一种紧凑和优雅的方式来遍历XML树,但其模式匹配函数的能力相当有限。 www.ibm.com 5. In the method, the data were fused in the feature layers after extraction and in the decision-making level after pattern matching. 该算法在特征提取后进行了特征层的数据融合以及在模式匹配后又进行决策层的数据融合。 www.fabiao.net 6. The XML data should be structured to make that pattern matching as easy as possible. 应该构造XML数据,使模式匹配尽可能简单。 www.ibm.com 7. Third, utilizes this pattern matching drive way, promotes the staff job motivation. 运用此模式搭配激励方式,提升员工工作动机及留职意愿。 www.cetd.com.tw 8. This structure is then fed into the Concept Modeling engine for pattern matching. 然后,将这个结构送入概念建模引擎进行模式匹配。 www.ibm.com 9. It is now using the ICU framework instead of Oniguruma for regular expression compilation and pattern matching. 它现在是基于ICU架构而不是Oniguruma的正则表达式编译和模式匹配架构。 www.infoq.com 10. Given that both weigh in at about the same number of lines of code, where is the value of using pattern matching? 考虑到相同的代码量,使用模式匹配的价值体现在哪里? www.ibm.com 1. The pattern matching operation is potentially expensive, so it is vital to focus the search intelligently. 模式匹配操作可能是非常昂贵的,因此智能地集中搜索是非常重要的。 www.ibm.com 2. In CSS, pattern matching rules determine which style rules apply to elements in the document tree. 匹配模式的规则决定了那个样式会被应用到文档树中的元素上面。 donse.org 3. In this paper we introduce two phases modeling and fuzzy profile tree pattern matching method. 针对这种现象,文中提出了一种两阶段模式建立方法和基于模糊轮廓树的模式匹配方法。 www.dictall.com 4. The basics of pattern matching is therefore: Pattern = Expression. 模式匹配的基本形式是:模式=表达式。 www.ibm.com 5. Delta Path Join algorithm can generate final query results of tree pattern matching. DeltaPathJoin算法能以递增的方式生成最终的模式树查询匹配结果。 www.juhe8.com 6. Transact-SQL LIKE expression pattern-matching characters can be used. 可以使用Transact-SQLLIKE表达式模式匹配字符。 msdn2.microsoft.com 7. Another characteristic of graph transformation is that pattern matching method can be used in the source models. 图形转换方法的另一个特性是能够在源模型元素中使用模式匹配的能力。 www.juhe8.com 8. These techniques are based on pattern matching and event definitions and can be spatial or temporal. 这些技术都是基于模式匹配和事件定义的,可以是空间上的或时间上的。 www.ibm.com 9. The first element does the pattern-matching business of recognising a face, the second provides the more emotional buzz of familiarity. 第一个要素进行人脸识别过程中的模式匹配工作,第二个要素提供更为感性的熟悉信号。 www.ftchinese.com 10. For more information, see Pattern Matching in Search Conditions. 有关详细信息,请参阅搜索条件中的模式匹配。 technet.microsoft.com 1. Assigning values to variables is actually a special type of pattern matching. 为变量赋值实际上就是一种特殊的模式匹配。 www.ibm.com 2. Moreover, for PCB Marker registration, the thesis introduced a pattern matching method based on gray projection features. 最后,应用基于灰度投影差分特征的模板匹配方法,实现了PCB板的定位即标志点Mark的检测。 www.juhe8.com 3. We'll revisit this topic in the section called "Enumerations vs. Pattern Matching" in Chapter 13, Application Design. 我们会在《第13章-应用程序设计》的“枚举vs.模式匹配”章节重温这个话题。 www.bing.com 4. This article is the analysis of network intrusion BM pattern-matching algorithms based on the BM rules to improve the matching algorithm. 本文在分析现有网络入侵模式匹配BM算法的基础上,提出了改进BM规则匹配算法。 www.elecfans.com 5. Rules to pattern matching in both these files will control what gets denied or allowed. 这两个文件中的模式匹配规则控制拒绝或允许什么。 www.ibm.com 6. The Like operator is defined only for pattern matching of String operands. 仅为String操作数的模式匹配定义Like运算符。 msdn2.microsoft.com 7. A regular expression library for pattern matching. 模式匹配的表达式库。 www-128.ibm.com 8. Wildcard pattern matching is supported. 支持通配符模式匹配。 msdn2.microsoft.com 9. Our brains are just pattern matching machines, so we tend to notice patterns like that. 我们大脑是模式匹配机器,因此我们更容易注意到这样的模式。 edu.sina.com.cn 10. This dissertation discusses the key technology of XML query pattern matching based on structural joins. 这篇论文主要讨论了基于结构化联接的XML查询模式匹配的相关关键技术。 www.lw23.com 1. The while loop has three major pattern-matching sections. 白色的环有三个主要的模板匹配部分。 www.ibm.com 2. Listing 11 shows some basic usage of the pattern matching expansions. 清单11给出了模式匹配扩展的一些基本用法。 www.ibm.com 3. Detecting engine is core of PNIDS, pattern matching is being apply ed in intrusion detection. 检测引擎是PNIDS系统核心,其中检测技术采用了模式匹配方法。 www.fabiao.net 4. Shows how to use regular expressions in LINQ queries for complex pattern matching on filtered query results. 演示如何在LINQ查询中使用正则表达式来对筛选的查询结果执行复杂模式匹配。 technet.microsoft.com 5. A dual-core string pattern matching processor is designed based on the ABNF pattern matching processor. 在字符串模式匹配专用处理器的基础上,设计了一种双核构架的ABNF字符串模式匹配处理器。 www.ceps.com.tw 6. Routes make use of regular expressions for pattern matching, and are expressed using XML. 路由在模式匹配时使用正则表达式,并且使用XML表示。 www.ibm.com 7. The way that Rich elected to de-couple destructuring bind from pattern matching was brilliant. Rich选择从模式匹配中解耦destructuringbind的方法非常聪明。 www.infoq.com 8. Records can be used with pattern matching. 记录可以与模式匹配一起使用。 technet.microsoft.com 9. An objects counting algorithm based on pattern matching was developed in this paper. 设计了一种基于模式匹配的目标点识别算法。 www.ceps.com.tw 10. The key is pattern matching, as in Figure 1. Instead of coding commands, you code patterns. 其中的关键就是模式匹配,如图1所示。您不需要编写命令,需要编写的是模式。 www.ibm.com 1. We will examine Scala's support for pattern matching in more detail in Chapter 8, Functional Programming in Scala. 我们会在《第8章-Scala函数式编程》了解更多Scala对于模式匹配支持的细节。 www.bing.com 2. I am sure that sometime soon we will have ML style pattern matching in Clojure, people have already been working on implementations. 我相信很快在Clojure里就会有ML风格的模式匹配,这一切正在实现中。 www.infoq.com 3. As with conditions, you can also use pattern matching with exceptions. 对于条件,也可以对异常使用模式匹配。 technet.microsoft.com 4. An object counting algorithm based on pattern matching is developed in this paper. 开发了基于模式匹配的目标点数算法。 www.ceps.com.tw 5. Finally, we can use pattern matching to pull out the elements from a list or tuple using the construct notation mentioned earlier. 最后,可以按前面提到的构造表示方法,使用模式匹配从列表或元组中提取元素。 www.ibm.com 6. BM algorithm is a better pattern matching algorithm. BM算法是一个较优的模式匹配算法。 enpudn.com 7. The chapter on pattern matching is new. 模式匹配这一章是新添的。 www.ibm.com 8. This works because of a system in Erlang called pattern matching, which we will look at in more detail later. 可以这样做是因为在Erlang中有一个称为模式匹配的系统,后面会详细讨论这个系统。 www.ibm.com 9. You can also use pattern matching with conditions. 还可以对条件使用模式匹配。 technet.microsoft.com 10. The paper also brings a new pattern matching method which is based on the frequency of character appearing. 同时,本文也提出了一种基于字符出现概率进行优先匹配的方法。 www.edu-hb.com 1. Editors such as vi and Emacs combine pattern matching and substitution to find and replace text in one fell swoop. 类似于vi和Emacs的编辑器将模式匹配与替换组合,从而将查找和替换文本组合成一步操作。 www.ibm.com 2. This is what is known as Pattern Matching. 这就是众所周知的模式匹配。 www.infoq.com 3. You can use the pattern matching in Erlang so that a path on one side triggers a specific response. 您可以使用Erlang中的模式匹配,因此一端的路径可触发特定响应。 www.ibm.com 4. The key to coding XSLT is to think in terms of pattern matching rather than calling functions. Two key questions must be answered 编写XSLT考虑的重点是模式匹配,而不是函数调用。 www.ibm.com 5. For example, we can assign values to two variables simultaneously with one pattern matching (see Listing 31). 例如,可以使用一个模式匹配同时为两个变量赋值(参见清单31)。 www.ibm.com 6. These simple examples don't even begin to scratch the surface of Scala's pattern matching features. Let's try matching based on type 这些例子甚至还没有开始接触到Scala的模式匹配特性的最表面。 www.bing.com 7. As well as matching strings exactly, udev allows you to use shell-style pattern matching. There are 3 patterns supported 不仅有字符串精确匹配,udev也允许你使用shell风格的模式匹配。 blog.sina.com.cn 8. An Improved Algorithm for Pattern Matching and Its Application in Intrusion Detection System 改进的模式匹配算法及在入侵检测中的应用 www.ilib.cn 9. Firewall; Intrusion detection system; Intrusion prevention system; Pattern matching; AC-BM algorithm; 防火墙;入侵检测系统;入侵防御系统;模式匹配;AC-BM改善算法; www.zidir.com 10. Study of Pattern Matching Algorithms in Intrusion Detection System 入侵检测系统中模式匹配算法的研究 alicanteinfo.cn 1. A Scene Fingerprint Classification and Point Pattern Matching Algorithm Research in Police Identification 警用辨识系统现场指纹分类与点模式匹配算法研究 www.ilib.cn 2. The performance of multiple-keyword pattern matching algorithms of information content security 面向内容安全的多模精确匹配算法性能分析 www.ilib.cn 3. Efficient Skip-Pattern Matching Algorithm for Approximate String Sequential Problem 一种有效的字符串有序跳跃模式近似匹配算法 www.ilib.com.cn 4. Constructing Pattern-Matching Automaton for Intrusion Detection System 一种构造入侵检测系统模式匹配自动机的方法 scholar.ilib.cn 5. An analysis of the efficiency of pattern matching algorithm and suggested improvements 模式匹配算法的效率分析与改进 www.ilib.cn 6. Fingerprint Identification Using Point Pattern Matching 一种基于点模式匹配的指纹识别方法 service.ilib.cn 7. Research of a high performance pattern matching algorithm 高效的模式匹配算法研究 www.ilib.cn 8. Multi-Pattern Matching Algorithms and Hardware Based Implementation 多模式匹配算法及硬件实现 www.ilib.cn 9. Study of Single Pattern Matching Algorithms 单模式匹配算法研究 www.ilib.cn 10. Design and implement of a new pattern matching arithmetic 一种新的模式匹配算法的设计与实现 www.ilib.cn 1. Error-tolerant multi-pattern matching algorithms for intrusion detection 入侵检测中一类允许误差的多模式匹配算法 www.ilib.cn 2. A Neural Network Algorithm for Deciding Radar Tracks Correlation by Graphic Pattern Matching 用图形匹配判航迹相关的神经网络算法实现 service.ilib.cn 3. The Performance Analysis of Pattern Matching Algorithms For Net Intrusion Detection Sys tem 网络入侵检测系统模式匹配算法性能分析 www.ilib.cn 4. The Research of Multi-pattern Matching Algorithm in Network Intrusion Detection System 网络入侵检测系统中多模式匹配算法的研究 www.ilib.cn 5. Method of corrected the initial localization and orientation of missile with star pattern matching 基于星图匹配的导弹初始定位定向方法研究 service.ilib.cn 6. Analysis on pattern matching algorithm for intrusion detection 入侵检测系统中模式匹配算法探讨 service.ilib.cn 7. Design of a Processor for ABNF Pattern Matching 一种面向ABNF模式匹配的处理器设计 www.ilib.cn 8. Speckle noise pre-processing technology on image captured at night for pattern matching 夜间图像匹配中的斑状噪声预处理 www.ilib.cn 9. First, this thesis introduces and analyzes the traditional point pattern matching algorithm based on minutiae information; 本文头后闭于传统的基于粗节信做的里模式指纹迟婚配算法入行了阐述和剖析; www.qk114.net 10. Research and Improvement of Pattern Matching Algorithms 模式匹配算法的研究与改进 www.ilib.cn 1. Research on Optimizing Multi-Pattern Matching Algorithm 多模式匹配算法的优化研究 service.ilib.cn 2. The Application of a Pattern Matching Model Based on Protocol Analysis in Snort System 协议分析的模式匹配模型在Snort系统中的应用 www.ilib.cn 3. Research on Pattern Matching Algorithm of Fault Dictionaries 用于故障字典的图形匹配算法研究 www.ilib.cn 4. Analysis on the Efficiency of Several Pattern Matching Algorithms 几种模式匹配算法的效率分析 www.ilib.cn 5. Researches on Large Scale Corpus-Based Syntactic Pattern Matching 基于大规模语料库的句法模式匹配研究 www.ilib.cn 6. Application of Point-Pattern Matching in Camber Measurement of Feather 点模式匹配在羽毛弯度测量中的应用 www.ilib.cn 7. Application of Clustering and Pattern Matching to Area Traffic Control 聚类与模式匹配方法在区域交通控制中的应用 www.ilib.cn 8. Performance Test of String Pattern Matching Algorithms 字符串模式匹配算法性能测试 www.ilib.cn 9. Simple Analysis of KMP Algorithm and Application of Pattern Matching in String 浅析串模式匹配算法KMP及应用 www.ilib.cn 10. Point-Pattern Matching Using Genetic Algorithm 基于遗传算法的点模式匹配方法 ilib.cn 1. Simultaneous binding in pattern matching 模式匹配中的同时约束 www.sinobay.com 2. The Compression Scheme and Pattern Matching for Chinese Text 中文全文检索系统中的压缩模型和模式匹配技术 scholar.ilib.cn 3. A Fewer Comparisons Algorithm for Pattern Matching in String 一种较少比较的串匹配新算法 service.ilib.cn 4. A New pattern matching algorithm and parallelization design in IDS IDS中一种新的模式匹配算法及其并行化 www.ilib.cn 5. A New Multi-pattern Matching Algorithm of Intrusion Detection 入侵检测多模式匹配算法 www.ilib.cn 6. Study of Parameterized Dimensioning System Based on Pattern Matching 基于模式匹配的参数化尺寸标注机理研究 scholar.ilib.cn 7. Faster Algorithm for Single Pattern Matching 一种快速单模式准确匹配算法 service.ilib.cn 8. Star Pattern Matching for Celestial Guidance 星图匹配制导中的关键技术 ilib.cn 9. A Structural Index Based XML Pattern Matching Approach 一种基于结构索引的XML模式匹配方法 www.ilib.cn 10. Research on pattern matching and protocol analysis in NIDS NIDS中协议分析和模式匹配的研究 www.ilib.cn 1. The algorithm of template localization based on point pattern matching and energy minimization 基于点模式匹配和能量最小化的模板定位算法 www.ilib.cn 2. Vision Detection and Locating Algorithm and Realization of BGA Package Based on Point Pattern Matching 基于点模式匹配的BGA芯片视觉检测与定位算法及其实现 www.ilib.cn 3. Method of Quickly Recognizing Vehicle Plate Based on Pattern Matching and Characteristic Dot Matching 基于模板匹配和特征点匹配相结合的快速车牌识别方法 service.ilib.cn 4. Automatic Recognition of Chinese Synonyms Based on Pattern Matching Algorithm 基于模式匹配的汉语同义词自动识别 service.ilib.cn 5. A Fast Improved Algorithm for Pattern Matching in String 一个快速的字符串模式匹配改进算法 www.ilib.cn 6. A fast improved BM algorithm for pattern matching in strings 一种快速的BM模式匹配改进算法 ilib.cn 7. Pattern Matching Based on Fingerprint Classification 基于指纹分类的模式匹配 www.ilib.cn 8. Vehicle Type Identification Based on Pattern Matching Algorithms 基于模式匹配算法的车型识别研究 service.ilib.cn 9. A point pattern matching algorithm based on probabilistic relaxation 点模式的概率松弛匹配法 www.ilib.cn 10. Improved pattern matching algorithm of BM 一种改进的BM模式匹配算法 www.ilib.cn 1. Bounds on the Variance in the Pattern Matching Criteria 图形匹配标准变化界限 library.cma.gov.cn 2. Combined Resolution Enhancement and Pattern Matching in Image Sequence Based on MAP Frame 基于MAP框架的图像序列超分辨率和模板匹配 www.ilib.cn 3. Time series pattern matching based on alternative covering algorithm 基于交叉覆盖算法的时间序列模式匹配 ilib.cn 4. A New Fast Multiple Pattern Matching Algorithm 一种新的多模式快速匹配算法 www.ilib.cn 5. Anatomy of BM pattern matching algorithm BM模式匹配算法剖析 www.ilib.cn 6. A Fast Algorithm on String Cross Pattern Matching 一种快速的字串交叉模式匹配算法 www.ilib.cn 7. Analysis on BM Algorithm of Pattern Matching 模式匹配问题BM算法探讨 www.ilib.cn 8. Multi-pattern Matching Algorithm Based on Eigenvalue and Realized by Hardware 基于特征值的多模式匹配算法及硬件实现 www.ilib.cn 9. Operator is defined only for pattern matching of 操作数的模式匹配定义 msdn2.microsoft.com 10. Study on checking technology of online objects'veracity based on pattern matching 基于模式匹配的零件在线合格度检验技术研究 ilib.cn 1. On-line Steel Tube Length Measuring System Based on Computer Vision and Edge Pattern Matching 基于边缘模式比对的钢管在线视觉测长系统 www.ilib.cn 2. A Point-pattern Matching Method of the Seed Images Based on the Genetic Algorithm 基于遗传算法的种子图象目标点模式匹配 service.ilib.cn 3. A Multiple Pattern Matching Algorithm Based on Sequential Binary Tree 基于有序二叉树的多模式匹配算法 www.ilib.cn 4. Design and implementation of pattern matching algorithm based on FPGA 模式匹配算法在FPGA芯片上的设计与实现 www.ilib.cn 5. Time series similar pattern matching based on wavelet and dynamic time warping 基于小波和动态时间弯曲的时间序列相似匹配 www.ilib.cn 6. Time Series Similar Pattern Matching Based on Wavelet Transform 基于小波变换的时间序列相似模式匹配 www.ilib.cn 7. Improved Algorithm of Huffman Coding Based on Tree Pattern Matching 哈夫曼编码的一种基于树型模式匹配的改进型算法 www.ilib.cn 8. Object Counting Algorithm Based on Pattern Matching 基于模式匹配的目标点数算法 www.ilib.cn 9. A target recognition algorithm based on pattern matching 一种基于模式匹配的目标点识别算法 www.ilib.cn 10. A New Pattern Matching Algorithm Based on Adjusting the Template Image Size 模板图像尺寸可变的相关跟踪方法 www.ilib.cn 1. A Single Pattern Matching Algorithm Based on Character Frequency 基于字频的单模式匹配算法 www.ilib.cn 2. Grading-Detection Model Based on Fast Pattern Matching 基于快速模式匹配的分级检测模型 www.ilib.cn 3. A Hypermedia Retrieval Model Based on Pattern Matching 一种基于模式匹配的超媒体查询模型 service.ilib.cn 4. Fuzzy control algorithm based on pattern-matching 基于模式匹配的模糊控制算法 service.ilib.cn 5. Multi-angle Face Detection Based on Fuzzy Pattern Matching 基于模糊模式匹配的多角度人脸检测 www.ilib.cn 6. A Chinese question answer system based on pattern matching 基于模式匹配的中文问答系统 service.ilib.cn 7. A Logic Cell Mapping Algorithm Based on Graph Pattern-Matching 一种基于图模式匹配的逻辑单元映射算法 service.ilib.cn 8. The Study of Cab Signal Fault Diagnosis Based on Pattern Matching Algorithm 基于模式匹配算法的机车信号故障诊断的研究 www.ilib.cn 9. The application of parts measurement using pattern matching based on IMAQ 基于IMAQ的模式识别在零件检测中的应用 ilib.cn 10. Chinese QA System Based on Pattern Matching 模式匹配在中文问答系统中的应用研究 www.ilib.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。