Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -9,7 +9,7 @@ F gray_decode(=n)
|
|||
R n
|
||||
|
||||
print(‘DEC, BIN => GRAY => DEC’)
|
||||
L(i) 32
|
||||
L(i) 0.<32
|
||||
V gray = gray_encode(i)
|
||||
V dec = gray_decode(gray)
|
||||
print(‘ #2, #. => #. => #2’.format(i, bin(i).zfill(5), bin(gray).zfill(5), dec))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue