What is the translation of " THE INTEGER " in Chinese?

[ðə 'intidʒər]
Noun
[ðə 'intidʒər]
整数
integer
number
a whole number
ints
positive

Examples of using The integer in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
The second gives the integer 17 to n;
第二次将整型数17赋给n;.
You have alreadyseen one example of a data type: the integer.
从前面的课程你应该已经了解到一种数据类型:整型
AnotherInteger- the Integer to be compared.
AnotherInteger-要比较的Integer
The integer(or int) data type indicates values that are whole numbers.
整型(或int)数据类型表明值是整数。
The following table lists these methods in the Integer class.
下表列出了Integer类中的这些方法。
Analysis: Define the integer variable a and assign it to 3, a+= 5;
分析:定义整型变量a并赋值为3,a+=5;
Notice in the above example we make use of variables andmethods in the Integer class without first instantiating it.
在上面的例子中,请注意我们利用了Integer类中变量和方法,而不是先实例化。
Suppose you want to store the integer 1 in a variable, but you also want to store 2 and 3, 4, 5….
假如你想要在一个变量里存储整数1,但是你也要存储2和3,4,5….
For example, this code uses the default constructor for Int32,so that you are assured that the integer is initialized.
例如,下面的代码使用Int32的默认构造函数,因此您可以确信整数已初始化:.
D, the variable i is first assigned the integer constant zero, so its type is set to int.
D中,变量i首先被赋值为整型常数零,因此其类型设置为int。
The integer in int_val must be discrete and between val_min and val_max(inclusive).
得到的标度值必须位于Integer.MIN_VAL和Integer.MAX_VAL(包括)之间。
If the value has too many digits in the integer part, it is too large and is handled as follows.
如果数值在其整数部分有过多位,数值过大,并将按下述方式处理:.
The integer part of a decimal can be divided into discharges as well as natural numbers: units, tens, hundreds, thousands, etc.
整数部分的一个小数可分为排放以及自然人的数字:单位,几十、几百、几千,等等。
Then you calculate the average of the elements in the integer list, i.e. reduce the list to a single outcome.
然后,您计算整数列表中元素的平均值,即将列表减少为单个结果。
This makes the program sleep for a random number of seconds between 0 and3(% returns the remainder of the integer division).
这会使进程挂起0到3之间的一个随机秒数(%返回整数除法的余数)。
The valueOf method of the Integer class, for example, caches the values between -128 and 127.
例如,Integer类的valueOf方法缓存了-128和127之间的值。
As you see in the table above, the variable“two” stores the integer 2, and“some_number” stores 10,000.
正如你从上面看到的那样,变量“two”存储整型变量2,变量“some_number”存储10000。
The Integer class has a private nested class named IntegerCache that contains Integer objects for the int values -127 to 128.
Integer类有一个私有嵌套类--IntegerCache,包含int值从-127到128的Integer对象。
The EC2 Compute Unit(ECU) provides the relative measure of the integer processing power of an Amazon EC2 instance.
EC2计算单位(ECU)可为AmazonEC2实例的整数处理能力提供相对的衡量标准。
In the transmitter to the integer frequency of the crystal,the frequency coefficient is generally taken 12, so 455kHz÷ 12≈ 37.9 kHz≈ 38kHz.
在发射端要对晶振进行整数分频,分频系数一般取12,所以455kHz÷12≈37.9kHz≈38kHz。
(make-rat n d)returns the rational number whose numerator is the integer n and whose denominator is the integer d.
(make-ratnd)返回一个有理数,其分子是整数n,分母是整数d.
When there is a numeric result and the integer integer-expression is a negative value,the precision is increased by one.
当结果为数字值并且整数integer-expression是负值时,精度将加一。
Now, there would not be any deadlock,because both methods are accessing a lock on the Integer and String class literal in the same order.
现在没有任何死锁,因为两种方法都按相同的顺序访问Integer和String类文本上的锁。
The number before the symbol indicates the integer resistance, and the following numbers represent the first decimal resistance and the second decimal resistance.
符号前面的数字表示整数阻值,后面的数字依次表示第一位小数阻值和第二小数阻值。
Float(floating point real values): Also called floats, they represent real numbers andare written with a decimal point dividing the integer and fractional parts.
Float(浮点实数值)-也称为浮点数,它们表示实数,并用小数点写成整数和小数部分。
Finally, the“return 0;” just means the program returns the integer 0(because the main function line said it would).
最后,“return0;”只是表示程序返回整数0(因为main函数那一行说它会返回一个整数)。
In the above example, the categoryIDs attribute must take an array value andeach array element will be validated by the integer validation rule.
在上面的例子中,categoryIDs属性必须是一个数组且每个元素将被使用integer验证器进行验证。
If precision is large enough to include all the digits of the integer part of number, the returned string uses fixed-point notation.
如果num足够大,能够包括NumberObject整数部分的所有数字,那么返回的字符串将采用定点计数法。
As you can see from the above,the variable” two” stores the integer variable 2, and the variable” some_number” stores 10000.
正如你从上面看到的那样,变量“two”存储整型变量2,变量“some_number”存储10000。
Static methods like compareUnsigned anddivideUnsigned have been added to the Integer class to support arithmetic operations for unsigned integers.1.
诸如compareUnsigned,divideUnsigned等的静态方法已经添加到Integer类中,以支持无符号整数的算术运算。
Results: 62, Time: 0.0408

Word-for-word translation

Top dictionary queries

English - Chinese