Skip to content

hmnhGeek/Coded-Decimals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Coded-Decimals

Coding decimals in BCD, XS3 and Gray.

Usage

:>>> python parser.py --digit 50 --bcd
01010000
:>>> python parser.py --digit 78 --xs3
10101011
:>>> python parser.py --digit 10237 --gray
11010000000011
:>>>

About

Coding decimals in BCD, XS3 and Gray.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages