释义 |
- 字面常量:在计算机编程中,字面常量是一种表示固定值的表达式,它的值在编译时就已经确定,而不是在运行时计算得出。
1 ?字面常数 ....0、 1.55、'a'、'b' 等, 都拥有自己的数值, 不能被 指定或者定义成其他数值, 我们将此类的常 数称为字面常数(Literal Constant)。 ? 另一种常数是被定义而成的常数, 如圆周率 π、万有引力常数G。 2 [计]?字面常量 24 常量和常量的定义 常量分为两种: 字面常量(literal constant ):数据的字面形式定义 它的数据类型和值. 3 [数]?文字常数 ... 温加吞公式 Weingarten formula 文字常数 literal constant 文字方程 literal equation ... 4 [统计 计]?文字常量 三、文字常量、常量、进制 当一个数值,例如 1,出现在程序中时,它被称为文字常量( literal constant):称为“文字”是因为我们只能以它的值的形式提起它;“常量”是因为它的值不能被改变。每个文字都有相应的类型。
- 1
To use, select the number or string literal in the editor, press Ctrl + 1 and select Extract to Constant. 要使用这个重构,请选择编辑器中的数字或字符串文字,然后按下Ctrl + 1并选择Extract to Constant。 - 2
Listing 2 shows an array constructor with four elements with values given by the NULL constant, a variable, a literal and a scalar sub-query, respectively. 清单2显示具有4个元素的阵列构造函数,其值分别由NULL常数、变量、文字和标量子查询提供。 - 3
An integer literal is a sequence of digits representing an integer constant.
|