单词 | Binary | |||||||||||||||
释义 | BinaryThe Base 2 method of counting in which only the digits 0 and 1 are used. In thisBase, the number 1011 equals
The number of times Unfortunately, the storage of binary numbers in computers is not entirely standardized. Because computers storeinformation in 8-bit bytes (where a bit is a single binary digit), depending on the ``word size'' of the machine, numbersrequiring more than 8 bits must be stored in multiple bytes. The usual FORTRAN77 integer size is 4 bytes long. However, a number represented as (byte1 byte2 byte3 byte4) in a VAX would be read and interpreted as (byte4 byte3 byte2byte1) on a Sun. The situation is even worse for floating point (real) numbers, which are represented in binary as aMantissa and Characteristic, and worse still for long (8-byte) reals! Binary multiplication of single bit numbers (0 or 1) is equivalent to the And operation, as can be seen in thefollowing Multiplication Table.
Lauwerier, H. Fractals: Endlessly Repeated Geometric Figures. Princeton, NJ: Princeton University Press, pp. 6-9, 1991. Pappas, T. ``Computers, Counting, & Electricity.'' The Joy of Mathematics. San Carlos, CA: Wide World Publ./Tetra, pp. 24-25, 1989. Press, W. H.; Flannery, B. P.; Teukolsky, S. A.; and Vetterling, W. T. ``Error, Accuracy, and Stability'' and ``Diagnosing Machine Parameters.'' §1.2 and §20.1 in Numerical Recipes in FORTRAN: The Art of Scientific Computing, 2nd ed. Cambridge, England: Cambridge University Press, pp. 18-21, 276, and 881-886, 1992. |
|||||||||||||||
随便看 |
|
数学辞典收录了8975条数学词条,基本涵盖了常用数学知识及数学英语单词词组的翻译及用法,是数学学习的有利工具。