BCDClock uses handy binary notation: Binary-Coded Decimal, or BCD. Each decimal digit is represented by the binary number from 0 to 1001. This notation is often used for binary displays of decimal data. It is very easy for calculation – as only addition within numbers 0..9 used.
What's new in version 1.0
BCDClock uses handy binary notation: Binary-Coded Decimal, or BCD. Each decimal digit is represented by the binary number from 0 to 1001. This notation is often used for binary displays of decimal dat
BCDClock uses handy binary notation: Binary-Coded Decimal, or BCD. Each decimal digit is represented by the binary number from 0 to 1001. This notation is often used for binary displays of decimal data. It is very easy for calculation - as only addition within numbers 0..9 used.