Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以检查这是否是图表的正确方程式:
C =(不是 A)和 B
替代文字 http://img34.imageshack.us/img34/3572/111dfh.jpg
现在您实际上已经发布了图表,不,这不是正确的等式。您错过了否定最终结果的第二个逆变器。所以它应该是与德摩根定律C = NOT ((NOT A) AND B)等价C = A OR (NOT B)的
C = NOT ((NOT A) AND B)
C = A OR (NOT B)