【发布时间】:2016-05-24 19:19:11
【问题描述】:
我正在尝试查看 XOR 表达式的等价性,但我看不到。我正在尝试仅使用 NAND 来表达 XOR
A^B
=AB'+A'B
=(A+B)(AB)' <= This the transformation I don't understand.
=((A(AB)')'(B(AB)')')'
非常感谢您的帮助:)
【问题讨论】:
-
究竟是哪个?从第 2 行到第 3 行或从第 3 行到第 4 行?
标签: computer-science logical-operators cpu-architecture discrete-mathematics