LITERALS in Chinese translation

['litərəlz]
['litərəlz]
文字
字面量
字面值

Examples of using Literals in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Values of type long that exceed the range of int can be created from long literals.
类型long的值超过int的范围可以从long字面值创建。
Note A more thorough discussion of literal support for JavaScript can be found in the Core JavaScript 1.5 Guide under the Literals section.
注意在核心JavaScript1.5指南中的文字部分可找到对JavaScript文字支持的进一步讨论。
Case sensitivity also applies to the JSON null, true, and false literals, which always must be written in lowercase.
区分大小写也适用于JSONnull,true和false文字,他们必须始终以小写形式写入。
All the expressions in an initializer for an object that has static storage duration shall be constant expressions or string literals.
具有静态存储持续时间的对象的初始化器中的所有expression式应该是常量expression式或string文字
Literals are distinguished from Resources in that the RDF model does not permit literals to be the subject of a statement.
文字与资源是有所区别的,RDF模型并不允许文字为一份声明的主题。
The scope of precision math for exact-value operations includes the exact-value data types(integer and DECIMAL types) and exact-value numeric literals.
对于准确值操作,精度数学的范围包括准确值的数据类型(DECIMAL和整数类型)以及准确值数值文字
Only ASCII characters are permitted in bytes literals(regardless of the declared source code encoding).
Bytes字面值中只允许ASCII字符(无论源代码声明的编码为何)。
Numeric literals in Java 7 can include the underscore character(), which can be used to separate groups of digits.
最后一个麻烦,Java7数值文本可以包含下划线(“_”),可以用于分隔数字进行分组。
The literals true and false can be converted to type int by promotion, with true converting to 1 and false to 0.
字面值true和false都可以通过提升转换为int类型,true被转换为1,而false被转换为0:.
In ECMAScript 5 and earlier, object literals were simply collections of name-value pairs.
在ECMAScript5及之前的版本中,象字面量是简单的键值对的集合。
Arithmetic operators take numerical values(either literals or variables) as their operands and return a single numerical value.
算术运算符(Arithmeticoperators)以数值(字面量或变量)作为其操作数,并返回一个单个数值。
Two string literals next to each other are automatically concatenated; the first line above could also have been written word='Help''A';
相邻的两个字符串文本自动连接在一起,前面那行代码也可以写为word='Help''A';
The third arm doesn't specify any literals, so it matches any other Point and creates variables for both the x and y fields.
第三个分支没有指定任何字面值,所以其会匹配任何其他的Point并为x和y两个字段创建变量。
ToString() instance method Notice in particular that integer literals are values of type int, and therefore also values of the System.
ToString()instancemethod注意,整数文字上是int类型数据,并且同时也是System.
Literals, lengths, and a symbol to indicate the end of the current block of data are all placed together into one alphabet.
字面符号、长度以及用于指示当前数据块结束的符号都放到一个字母表中。
If the sentence contains complementary literals, it is discarded(as a tautology).
如果句子包含互补的文字,则(作为重言式)丢弃它。
Objective-C itself has evolved to support blocks, collection literals, and modules, enabling framework adoption of modern language technologies without disruption.
Objective-C语言本身已经进化到了对blocks、collectionliterals和modules的支持,使得框架在不遭到任何破坏的情况下实现对现代语言技术的过度。
Direct constants, also known as literals, are quantities that can be used directly, without explanation, such as.
直接常量也称为字面量,是可以直接拿来使用,无需说明的量,比如:.
As with other literals in JavaScript, when foo is called, the number x is copied into foo as its argument x.
与JavaScript中的其他文字一样,当调用foo时,将数字x复制到foo作为其参数x。
Thus, use Int literals when possible, with Rational{Int} for literal non-integer numbers, in order to make it easier to use your code.
所以,可能时尽量使用Int字面量,对非整数字面量使用Rational{Int},这样可以让代码变得更容易使用。
Results: 129, Time: 0.0288

Top dictionary queries

English - Chinese