术语 | literal |
释义 | literal 文字,直接量;[实字] 1. In a source program, an explicit representation of the value of an item, which value must be unaltered during any translation of the source program; for example the word “FAIL” in the instruction: “If X=0 print ‘FAIL'”. 源程序中一项值的一种显式表示,该值在源程序的翻译期间不会改变。 例如,指令“If X=0 print ‘FAIL' ”中的字“FAIL”。 2. A symbol or a quantity in source program that is itself data, rather than a reference to data. 源程序中的一个符号 或量,它本身是数据而不是对数据的引用。对照figurative statement。 3. A character string whose value is implicit in the characters themselves. The numeric literal 7 expresses the value 7and the numeric literal “CHARACTERS” expresses the value CHARACTERS. 一种字符串,其值是组成字符本身内含的值,如数值文字7表示值7,数值文字“CHARACTERS”表示 值CHARACTERS。 参阅explicit literal, system literal。 |
随便看 |
|
计算机英汉双解词典包含21137条计算机术语英汉翻译词条,基本涵盖了全部常用计算机术语的翻译及用法,是计算机学习及翻译工作的有利工具。