|
representable
|
|
a. 能被描绘的, 能上演的, 能被表现的, 能被代表的, 能被描述的
|
分类:
|
详细解释:
|
|
以下为句子列表:
英文: Given the same number of bits, unsigned integers usually represent twice the number of absolute values representable by signed integers.
中文: 给予相同的位元,无号整数通常能表示由有号整数所代表的值的绝对值的两倍数目.
更详细...
英文: Plain integer literals that are above the largest representable plain integer (e.g., 2147483647 when using 32-bit arithmetic) are accepted as if they were long integers instead.2.1 There is no limit for long integer literals apart from what can be stored
中文: 普通十进制整数最大可以为2147483647(也就是使用32位比特数字的最大值),普通的八进制和十六进制数可以4294967295,但大于2147483647的数就通过减4294967295变为负数了.长整数的大小是没有限制的,仅仅受制于可用的内存容量.
更详细...
英文: Round toward negative infinity means round the result of a floating-point operation to the representable value nearest to and no greater than the result.
中文: 四舍五入到负无限意思是调整浮点运算的结果成最接近结果并且不大于结果的最接近值.
更详细...
|
|
|
|