8-Bit Binary, Hexadecimal, and Decimal Conversions
a) C3 | 5F:
'Binary: 11000011 | 01011111 = 11011111' 'Hexadecimal: C3 | 5F = DF' 'Decimal: 195 | 95 = 223'
b) DE << 3:
'Binary: 11011110 << 3 = 11110000' 'Hexadecimal: DE << 3 = F0' 'Decimal: 222 << 3 = 1792'
原文地址: https://www.cveoy.top/t/topic/pdch 著作权归作者所有。请勿转载和采集!