计算机进制算法(Computer algorithm)
计算机进制算法(Computer algorithm)
In we want to learn more knowledge about computer is that would inevitably encounter on a variety of mechanisms of calculation and the transformation between them, so I am here to share this knowledge, I hope it can help you.
The decimal number
The decimal number is the most widely used system in daily life. The symbols that make up the decimal number are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, and so on. We call these symbols digital.
In the decimal system, each of the ten digit Numbers in the decimal system is 10, so the counting base is 10. More than 9 must be represented by multiple digits. The operation of the decimal number follows: add: "every ten to one"; Subtract: "borrow one ten".
In the decimal number, the position of the digit is different, and the value expressed is different.
In the formula, each corresponding digit has a coefficient of 1000,100,101 corresponding to it, and this coefficient is called right or position. The digit of the decimal number is generally expressed as: 10n - 1
In the formula, 10 is the decimal base; The I times of 10 is the right of the I th; N represents the position of the decimal point, the integer; When n is at the left of the decimal point, take n = 1, 2, 3... N. At the right of the decimal point, take n = -1, -2, -3... So 634.27 can be written as:
634.27 = 6 + 3 + 4 x 100 x 101 x 102 + 2 x 10-1 + 7 x 10-2
In normal writing, the digits of each digit are embedded in the digits, i.e. ones, tens, hundreds, etc.
Binary binary
The information processed by the electronic computer is the information that is represented by the simple digits of "0" and "1", or the encoded information is encoded with this number. This is called binary. To understand the computer, first understand the number of representations in the computer.
To distinguish different system said the number of, usually expressed in right around another subscript Numbers or letters system, decimal number with D said that binary expressed with B, hexa
本文探讨了日常生活中的十进制系统及其特点,以及电子计算机中广泛应用的二进制,包括数字表示、计数原理和转换规则。理解计算机首先要掌握不同进制表示,如二进制用B表示。通过实例展示了数字634.27在两种进制下的表达方式。
6万+

被折叠的 条评论
为什么被折叠?



