Binary Sum is a small utility for programmers which lists all the powers of 2 that add up to make any particular number.E.g. 7 = 20 + 21 + 22 = 1 + 2 + 4.
Binary Sum is a small utility for programmers which lists all the powers of 2 that add up to make any particular number.E.g. 7 = 20 + 21 + 22 = 1 + 2 + 4.
Скачать