青年中文青年中文

constant folding的意思

constant folding中文翻譯:

常量合并

相似詞語短語

constant───adj.不變的;恒定的;經常的;n.(Constant)人名;(德)康斯坦特;n.[數]常數;恒量

folding───adj.可折疊的

folding bike───[車輛]折式自行車

folding tables───折疊桌

folding sock───折疊襪子

calorimeter constant───量熱計常數

folding drone───折疊無人機

folding wagon───折疊貨車

folding table───折疊式小桌;[家具]折疊桌;折布臺,折迭臺

雙語使用場景

However, constant folding will be unable to determine this fact.───然而,常數合并無法確定這個事實。

This is valuable information because you can construct expressions that can be optimized through constant folding.───這種信息非常有價值,因為可以構造出能夠通過常量疊算(constant folding)優化的表達式。

The example used above can be optimized by constant folding because the computation generating the constant is in the same control-flow block.───上面使用的那個例子能通過常數合并最優化,是因為生成常數的計算處在相同的控制流塊中。

Like constant folding, other optimization transformations, offer similar promises.───象常數合并一樣,其他最優化變換也提供類似的承諾。

Constant folding, common subexpression elimination are effective techniques in optimizing intermediate code.───常量合并、刪除公共子表達式是中間代碼優化時采用的有效技術。

It stands to reason that an anti-virus technology may use constant folding to undo the obfuscation created by constant unfolding.───順理成章地,反病毒技術可以使用常數合并來還原由常數展開造成的混淆。

The debugger applies constant folding to the expression by using the values obtained in the previous two steps.───通過使用在前兩個步驟中獲得的值,調試器將對表達式應用常量合并。

Troubleshooting Poor Query Performance: Constant Folding and Expression Evaluation During Cardinality Estimation───排除查詢性能不佳故障:基數估計過程中的常量折疊和表達式計算

英語使用場景

This is valuable information because you can construct expressions that can be optimized through constant folding.

The debugger applies constant folding to the expression by using the values obtained in the previous two steps.

The example used above can be optimized by constant folding because the computation generating the constant is in the same control-flow block.

Constant folding and constant unfolding are inverses.

Like constant folding, other optimization transformations, offer similar promises.

However, constant folding will be unable to determine this fact.

Constant folding, common subexpression elimination are effective techniques in optimizing intermediate code.

If a virus writer, or a metamorphic engine, attempts to obfuscate the computation of the port number, the anti-virus system may apply constant folding to de-obfuscate it.