您要查找的是不是:
- an octal number system. 以八为基准的数字系统
- octal number system 八进位数制
- The decoct() function converts a decimal number to an octal number. 函数的作用是:将一个十进制数字转换为八进制。
- The octdec() function converts an octal number to a decimal number. 函数的作用是:将一个八进制数转换为十进制。
- A number system written to the base two notation. 一种使用以2为基数的记数法的数制。
- We say that the real number system is a continuum. 我们讲,实数系是一个连续集。
- This address can be specified as a decimal, hexadecimal, or octal number. 可以将该地址指定为十进制、十六进制或八进制数。
- The binary number system has two as its base. 二进制数字系统是以2为基数的。
- The process of converting an octal number into its binary equivalent. 八进制数转换成等值的二进制数的过程。
- octal numbering system 以8为基数的数制
- Octal numbers are identified by a trailing 8 subscript. 八进制数由一个附加的下标8来识别。
- Contains number system convertor, so you can easily convert between decimal, hexadecimal, octal and binary numbers. 包含数制转换器,这样您可以轻松地转换之间的十进制,十六进制,八进制和二进制数字。
- The number that is raised to various powers to generate the principal counting units of a number system. 乘方数被提升到各种乘方上,产生数字系统内基本计算规则的数字
- The next page will describe the Base 10 number system. 下一页将描述以10为基底的数字系统。
- Note that you probably want to specify the mode as an octal number, which means it should have a leading zero. 注意也许你想用八进制数指定模式,也就是说该数应以零打头。
- By the conclusions above, we can go to another number system. 用以上的结论,我们可以学习另一个数字系统。
- You can choose your own numbering system. 您可以选择自己的编号系统。
- The digits following the prefix must be appropriate for the number system. 跟在前缀后面的数字必须适合于数制。
- All the computers now being used are based on the binary number system. 现在所使用的一切计算机都以二进制为基础。
- The process of converting an octal number into its binary equivalent. The procedure is simple : Step 1 : Write out the octal number. Step 2 : Replace each octal dig it with its binary equivalence. 八进制数转换成等值的二进制数的过程。这个过程很简单:第一步,写出八进制数;第二步,把每位八进制数用它的等值二进制数代替。