For example, if the number of digits reaches 10, the number will move forward by 1 to become a ten.
In the decimal algorithm, if every digit is full ten, add1to the decimal digit; When there are ten people to ten, add one to a hundred.
In the binary algorithm, every bit is full two, and ten bits are added1; Ten people reach two, and one is added to a hundred.