大家帮忙看看这道题

Problem  : 3-Inverter
Assume that a logical blackbox has three Boolean inputs x, y, z and
three Boolean outputs X, Y, Z where the outputs are defined as

X = ~x

Y = ~y

Z = ~z

Note that ~ stands for a NOT gate. Please realize this blackbox using
only two NOT gates, and as many as possible AND and OR gates.
我也来说两句 查看全部回复

最新回复

  • duyaya (2008-9-28 21:40:41)

    没有人会 ?