全局常量英文解释翻译、全局常量的近义词、反义词、例句
英语翻译:
【计】 global constant
分词翻译:
全的英语翻译:
complete; entirely; full; whole
【医】 pan-; pant-; panto-
局的英语翻译:
bureau; game; chessboad; limit; office; station
【经】 bureau
常量的英语翻译:
【计】 constant; constants
【化】 constant
网络扩展解释
全局常量
Quánjú chángliàng
Global Constants
[ˈɡloʊbəl kənˈstænts]
英文用法:全局常量是程序中定义的常量,它们的值在整个程序中都是不变的。
English Usage: Global constants are constants defined in a program whose values do not change throughout the program.
例句:全局常量可以用于定义程序中需要重复使用的常量值,例如圆周率π。
Example Sentence: Global constants can be used to define constant values that are repeatedly used in a program, such as the value of pi (π).
英文近义词:Constant, Variable
English Synonyms: Constant, Variable
英文反义词:Mutable
English Antonyms: Mutable
英文单词常用度:中
English Word Frequency: Medium
总结:全局常量是程序中用于定义不变量的常量,而且是整个程序范围内都不会改变的。在程序设计中常用于定义需多次重复调用的数值或字符串,以提高程序效率。
Summary: Global Constants are constants used in a program to define invariants that do not change throughout the program. They are often used to define numerical or string values that are repeatedly called in order to increase efficiency in program design.