SK4 писал(а):Дайте пожалуста код для перевода чисел от 0 до 255 из десятичной системы в двоичную
Public Function GetBin (decimal as byte) as Double
If decimal = 0 then return 0
If decimal = 1 then return 1
If decimal = 2 then return 10
If decimal = 3 then return 11
...
if decimal = 255 then return 11111111
End Function
Сейчас этот форум просматривают: Google-бот, Yandex-бот и гости: 69