Basic Encoding Rules: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Riga 188:
* complemento a 1: <math>01100100_2 -> 10011011_2</math>
* aggiungere <math>+ 1_2</math>. Si ottine <math>10011011_2 + 1_2 = 10011100_2</math></br>
Quindi <math>valore = -100 \to V = 10011100_2 =
Riga 195:
* complemento a 1: <math>0000000011111010_2 -> 1111111100000101_2</math>
* aggiungere <math>+ 1_2</math>. Si ottine <math>1111111100000101_2 + 1_2 = 1111111100000110_2</math></br>
Quindi <math>valore = -250 \to V = 1111111100000110_2 =
==== Codifica di ''OCTECT STRING'' ====
|