常用二进制计算(不定时更新)

###A - Anding an integer with 0xFF leaves only the least significant byte.

    // 21845 & 0xFF
    0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
 &  0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
    -------------------------------
    0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1
关于作者
一名软件工程师,热爱运动、英语和美食。希望大家在这里可以享用我的发现!