加法:
0+0=0;
0+1=1;
1+1=10;
减法:
0-0=0;
1-0=1;
0-1=1;
1-1=0;
二进制运算法则
原文:https://www.cnblogs.com/sweet-ginger-candy/p/11604092.html