lookahead

先行智能
常用释义
n. (计算机的)先行智能

扩展信息

预测先行
软件开发常用名词中英文对照 - Leo Liu - 博客园 ... look up 查找 lookahead 预测先行 lookup 查找 ...
前瞻
正则表达式中有前瞻Lookahead)和后顾(Lookbehind)的概念,这两个术语非常形象的描述了正则引擎的匹配行为。需要 …
前瞻控制
• 运动前瞻控制lookahead)。• 独立的数字PID反馈滤波;• 速度前馈,加速度前馈,摩擦前馈;• 2路陷波滤波器;• 低通滤 …
前向匹配
Perl Regular Expression Syntax ... Any other escape 其它转义 Lookahead 前向匹配 Lookbehind 后向匹配 ...
断言
正则表达式的先行断言(lookahead)和后行断言(lookbehind) 查看评论 * 以上用户言论只代表其个人观点,不代表CSDN网站的观 …
正负预查
3.6 正负预查Lookahead)...... 733.7 访问后向引用...... 743.8 使用字符类...... 763.9 扩展正则表达式...... 773.10 使用点匹配...
环视
  一种类型的环视叫“顺序环视lookahead)”,作为表达式的一部分,顺序环视顺序(从左至右)查看文本,尝试匹配子表达式…
向前查找
向前查找Lookahead)是指你想搜索输入字符串中当前位置的右面部分。向后查找(Lookbehind)则是指搜索当前位置的左 …

例句

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

基于幂表的并行加法器的归纳验证