Advertisement
Guest User

Untitled

a guest
May 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Equação A=B: A coincidência B
  2. Equação A=B(com carry):A’*B’*Carry+A*B*Carry
  3.  
  4. BCD:
  5. S(a)=A[2]’*A[0]’+A[2]*A[0]+A[3]*A[1]’+A[3]’*A[2]’*A[1]
  6.  
  7. S(b)=A[2]’+A[1]’*A[0]’+A[3]*A[1]’+A[3]*A[0]’+A[3]’*A[1]*A[0]
  8.  
  9. S(c)=A[0]+A[3]’*A[1]’+A[2]*A[1]+A[3]*A[2]’
  10.  
  11. S(d)=
  12. A[2]’*A[0]’+A[3]’*A[2]’*A[1]+A[3]’*A[1]*A[0]’+A[2]*A[1]’*A[0]+A[3]*A[1]’*A[0]’+A[3]*A[2]*A[0]
  13.  
  14.  
  15. S(e)=A[2]’*A[0]+A[3]’*A[1]*A[0]’+A[3]*A[1]’*A[0]’
  16.  
  17. S(f)=
  18. A[3]’*A[1]’*A[0]’+A[3]’*A[2]*A[1]’+A[3]’*A[2]*A[0]’+A[3]*A[2]’*A[1]’+A[3]*A[2]’*A[0]’+A[3]*A[2]*A[1]
  19.  
  20. S(g)=A[2]*A[1]’+A[2]*A[0]’+A[3]*A[1]’+A[3]*A[2]+A[3]’*A[2]’*A[1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement