Home > Software engineering >  Given A number A, how to reverse that digital A addend what are they?
Given A number A, how to reverse that digital A addend what are they?

Time:12-10

X1=1;
2 x2=
The x3=4
X4=8
X5=16
X6=32
X7=64
By 8=128
X9=256
X10=512
X11=1024
X12=2048
X13=4096
Random now give A number A, how do I know that A is determined by A number of x addition results? (once each x only addition)
Such as the given number is 3, then know that are the result of x1 and x2 addition,

CodePudding user response:

X is not 2 base a weight? A corresponding 1 0, 1 corresponding 2, 3 corresponding 4, 4 corresponding to 8,,,,,,, random Numbers to watch the bit is 1, there is changed to the corresponding X

CodePudding user response:

Binary, which position is 1, corresponds to a few X

CodePudding user response:

5 turn binary for 0101, for example, will know have x1 x3
  • Related