您要查找的是不是:
- Extract a substring from a string based upon a pattern match. 基于模式匹配从字符串中提取子字符串。
- So the fine effects to reduce the pattern match search time in the cou... 该方法对复杂系统可靠性工程的深入研究及应用具有一定的参考价值。
- You can also use pattern matching with conditions. 还可以对条件使用模式匹配。
- Memory plays an enormous role in pattern matching. 记忆在模式的匹配中扮演了一个重要的角色。
- A programming language which is designed for string manipulation and pattern match comparison. 为串处理和模式匹配比较而设计的一种编程语言。
- In order to let the whole pattern match successfully, the reluctant pattern may match a few more times if it is required. 如果少匹配就会导致整个表达式匹配失败的时候,与贪婪模式类似,非贪婪模式会最小限度的再匹配一些,以使整个表达式匹配成功。
- Represents the attributes of a match made using text pattern matching. 表示使用文本样式匹配所进行的匹配的属性。
- When a process crashes (e.g. failure of a BIF or a pattern match) Exit Signals are sent to all processes to which the failing process is currently linked. 当一个进程挂掉了(例如BIF失败或者模式匹配失败),退出信号将发送给所有和该失效进程相关的其他进程。
- Likewise, complex computations such as pattern matching scale better. 同样,诸如图形匹配一类的复杂计算变得更好。
- Likewise,complex computations such as pattern matching scale better. 同样,诸如图形匹配一类的复杂计算变得更好。
- The Like operator is defined only for pattern matching of String operands. 仅为String操作数的模式匹配定义Like运算符。
- The most important sector in Misuse intrusion detection is pattern matching. 滥用入侵检测技术中最重要的一个环节是模式匹配,目前的模式匹配主要是对报文中特征字符串的匹配。
- Allows pattern matching to stop after processing the first successful match out of a number of alternatives. 允许模式匹配在处理大量替换选项中的第一个成功匹配后停止。
- It also confirms that variables are within the range of allowed values and that patterns match as they should. 它还要确认变量都在允许值的范围之内以及实际的模式按预期的匹配。
- The exclamation mark is used to separate sections of matched pattern. See “Pattern Match Results” below. 感叹号被用来分隔被匹配的部分.;请见下述的”模式匹配结果”一节
- According to adopt the two stages pattern match method, improving the recognition speed and accuracy with wiping off the error points in global pattern match by using area analysis method. 通过采用两步法的模板匹配方式,不仅提高了识别的速度,而且在全局匹配过程中通过区域分析的方法去除奇异点,提高了识别的准确性。
- Based on multiple patterns match algorithm-deterministic finite state automata (DFSA), a DFA has been designed, which can identify multiple kind numbers. 摘要基于有限自动机的多模式匹配算法(DFSA算法),设计出同时识别多种数的有限自动机。
- The built-in operators make text searching, replacing, and pattern matching effortless. 内置的操作符使得文本搜索、替换和模式匹配轻而易举。
- The processor hands control to a template when its pattern matches the current node. 当模式和当前节点匹配时,处理器就把控制交给模板。
- Characters, including underscore (_), percent (%), and brackets ([ ]), used with the LIKE keyword for pattern matching. 与LIKE关键字一起使用以进行模式匹配的字符,包括下划线(_)、百分号(%25)和方括号([])。