lookahead

先行智能

常用释义

词性释义

n.

(计算机的)先行智能
例句
  • 全部
There's no need for a tokenization phase, and lookahead assertions can be used for a limited degree of context-sensitivity.
没有必要再进行符号化解析,或者用于有限度上下文敏感的前向断言。
Each time the regex finds an intermediate tag and exits a lookahead, it throws away all backtracking positions from within the lookahead.
正则表达式每次找到一个中间标签就退出一个前瞻,它在前瞻过程中丢弃所有回溯位置。
Assertions do not change: lookahead looks to the right; lookbehind looks to the left.
断言不改变:预测先行向右搜索;回顾后发向左搜索。
The prefix tree adder is useful in compound adder implementation. It is preferred over the ripple carry adder and the carry lookahead adder.
该加法器适用于复合型加法运算,优于脉动进位加法器和超前进位加法器。
积极的预测先行和追溯不回溯。
提供关于正则表达式预测先行和追溯行为的信息。
Backtracking only happens when something is unambiguously wrong in a lookahead.
只有当向前查找过程中发生明显错误时,才会进行回溯。
Lookahead search is a well-known technique for improving greedy algorithms.
对于贪婪算法的改进,前向搜索是一种众所周知的技术。
因为预测先行表达式不是回溯的,所以匹配引擎不会重试具有较少的“a”的组1。
This provides infinite lookahead for all rules. Parsing is slower with this on.
对所有的规则提供无限前看。开启后解析速度会变慢。
最大的局限在于,yacc被限定为一个预读标记。
There are two forms of these; one for positive forward lookahead asserts, and one for negative lookahead asserts
有两种方式:一是正向先行预测断言,另一种是反向预测断言。
新世纪企业人力资源开发展望
超前进位加法器混合模块延迟公式及优化序列
混合模块无等待时间序列超前进位加法器设计
并行分布仿真中前瞻量问题的研究
Negative lookahead matches the search string at any point where a string not matching pattern
负向预查,在任何不匹配的字符串开始处匹配查找字符串
超前进位加法器的延迟时间公式与优化设计
时延Petri网分布式模拟的先行值研究
Inductive Verification of Powerlist-Based Carry Lookahead Adders
基于幂表的并行加法器的归纳验证