冗余表达式消除英文解释翻译、冗余表达式消除的近义词、反义词、例句
英语翻译:
【计】 redundant expression elimination
分词翻译:
冗余表达式的英语翻译:
【计】 redundant expression消除的英语翻译:
eliminate; banish; put out; relieve of; remove; resolve; slake; wipe【计】 blanking; edulcorate
【经】 wipe-out; wipes-out
网络扩展解释
冗余表达式消除
冗余表达式消除是指在程序执行中消除多余的表达式,从而提高程序的效率。这是计算机编程中的一种常见优化技术。
中文拼音
Róngyù biǎodá shì xiāochú
英语解释翻译
Redundant expression elimination
英文读音
rɪˈdʌndənt ɪkˈsprɛʃən ɪˌlɪmɪˈneɪʃən
英文的用法(中文解释)
Redundant expression elimination is a technique used in computer programming that involves removing unnecessary expressions to improve program efficiency.
英文例句(包含中文解释)
Before optimizing the code, the programmer must perform redundant expression elimination.
在优化代码之前,程序员必须执行冗余表达式消除。
英文近义词(包含中文解释)
Constant folding - 在编译器优化中,常量折叠是指在编译器中将已知值的表达式计算为一个常量。
Dead code elimination - 死代码消除是指在程序中移除不再执行的代码,从而提高程序效率。
英文反义词(包含中文解释)
Redundant expression insertion - 冗余表达式插入是指向程序中添加无用的,重复的表达式。
英文单词常用度
Redundant expression elimination在计算机编程领域是一个常见的术语,因此在相关文献和讨论中被广泛使用。