Implement an AND gate using mux?
MUX(A, B, S) = A*S + B*S' AND(A, B) = A*B = MUX(A, B, B) = A*B + B*B' =AB
版权所有 © 非是非, 2007~2015