1.八的,第八的
2.【无线】八面的,八边的;八管脚的,八进制的
1.using or having a number system based on eight instead of ten
1.a number with eight as its base
1.Numbers in these other bases must be preceded by the character # followed by b, o, or h for binary, octal, or hexadecimal, respectively.
这些以其它计数制计数的数必须以#开头,并紧跟b、o或者h来分别表示二进制、八进制或十六进制。
2.With one function, numbers can be converted between decimal, binary, octal and hexadecimal .
使用这一个函数,能在十进制,二进制,八进制和十六进制之间互相转换数字。
3.Appending a 0 (zero) to a literal integer constant causes it to be interpreted as octal .
在整型文字常量前面加一个0,该值将被解释成一个八进制数。
4.As in Standard C, up to three octal digits are accepted.
与C标准相同,最多只接受三个八进制数字。
5.This address can be specified as a decimal, hexadecimal, or octal number.
可以将该地址指定为十进制、十六进制或八进制数。
6.Put two thirds of a cup octal chile peppers or jalapeno peppers in a 1 pint jar, and fill with fish sauce.
放两三分之二杯泰国智利辣椒1品脱或墨西哥胡椒罐中,并填写鱼露。
7.The Oct function returns a string that represents the octal value of a specified number .
返回表示数字的八进制值的字符串。
8.The radix may be specified as o, (octal, the default), d (decimal), x (hexadecimal), or n (no offsets displayed).
可以将基数指定为o(默认的八进制)、d(十进制)、x(十六进制)或n(未显示偏移)。
9.The program supports fractions, decimal, hexadecimal, octal and binary numbers.
软件支持小数,十六进制,八进制和二进制的数字。
10.Returns a string containing an octal representation of the given number argument.
返回一字符串,包含有给定number参数的八进制表示。