subexpressions
美
英 
例句
Do not use an increment or decrement operator on the same object in more than two subexpressions of the same expression.
一個表達式里,不要在兩個或更多的子表達式中對同一對象做自增或自減操作。
This optimization removes invariant subexpressions from the body of a loop.
此優化將不變量子表達式從循環體中移除。
When all parenthetical subexpressions have been evaluated, the rest of the expression is evaluated.
所有括號內的子表達式都求值完畢后,表達式的其它部分再求值。
The first of these "non-reference" child subexpressions just says "match something that looks like http or that looks like ftp or . . . " .
第一個“非引用”子表達式只表示“查找類似于http或ftp或其它值的字符串”。
The buffer numbers in which the sub matches are stored begin at 1 and continue up to a maximum of 99 subexpressions.
用于存儲子匹配項的緩沖區編號從1開始,最多可存儲99個子表達式。
Simplify expressions by assigning common subexpressions to temporary variables.
將普通的子表達式分配到臨時變量以簡化表達式。
For global common subexpression optimization, the compiler searches entire functions for common subexpressions.
對于全局公共子表達式優化,編譯器搜索全部函數中的公共子表達式。
For local common subexpression optimization, the compiler examines short sections of code for common subexpressions.
對于局部公共子表達式優化,編譯器檢查公共子表達式的一小部分代碼。
Sets of parentheses match "subexpressions" that can potentially make up part of the replacement pattern.
括號對與可能組成部分替換模式的“子表達式”匹配。
Provides information on grouping constructs that cause a regular expression to capture groups of subexpressions.
提供有關使正則表達式捕獲子表達式組的分組構造的信息。
The following table lists subexpressions that modify a regular expression.
下表列出了用于修改正則表達式的子表達式。
Subexpressions may be captured for later use.
可以捕獲子表達式以供以后使用。
It can be composed of multiple subexpressions that use the different relational operators supported in Python.
它可以包括多個使用Python中支持的不同關系運算符的子表達式。
And the subexpressions can be combined using the and, or, and not logical operators.
而子表達式又可使用and、or和not邏輯運算符組合起來。
This optimization allows the compiler to store frequently used variables and subexpressions in registers;
此優化允許編譯器將常用變量和子表達式存儲在寄存器中;
And the ability of regular expressions to capture subexpressions in order to move version numbers directly from the
以及正則表達式捕獲子表達式的能力,將版本號從