1·The octdec function converts an octal number to a decimal number.
函数的作用是:将一个八进制数转换为十进制。
2·The process of converting an octal number into its binary equivalent.
制数转换成等值的二进制数的过程。
3·Master the stack to achieve a decimal number converted to octal number of operation.
掌握利用栈实现十进制数转换成八进制数的运算。
4·Note that you probably want to specify the mode as an octal number, which means it should have a leading zero.
注意也许你想用八进制数指定模式,也就是说该数应以零打头。
5·Hexadecimal number number 79 corresponding octal for 144.
十六进制数79对应的八进制数为144。
6·If an invalid digit is passed to octal integer (I. E. 8 or 9), the rest of the number is ignored.
如果向八进制数传递了一个非法数字(即8或9),则后面其余数字会被忽略。
7·Function to return the octal value of a number.
函数返回某个数字的八进制值。
8·Returns the octal value of a specified number.
返回表示数字八进制值的字符串。
9·Hex converter: enter a binary, octal, decimal, hexadecimal number the number has been entered into the rest of hexadecimal Numbers with input and output interface.
进制转换器:可输入二进制、八进制、十进制、十六进制数;将已输入的数转换成其余进制的数;具有输入输出界面。
10·Returns a string representing the octal value of a number.
传回代表数值的八进位值的字串。