Esercitazioni pratiche di elettronica/Logica Combinatoria/Il Sommatore completo o Full-Adder: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Rdgmus (discussione | contributi)
Nessun oggetto della modifica
Rdgmus (discussione | contributi)
Nessun oggetto della modifica
Riga 83:
 
**'''Funzione CYOUT'''
 
***<math>CyOut = \overline {CyIn}BA+ CyIn * \bar B A + CyIn* B \bar A+ CyIn * B A</math>
 
***<math>CyOut = \overline {CyIn}BA+ CyIn * (B \oplus A)+ CyIn * B A</math>
 
***<math>CyOut = (\overline {CyIn}+CyIn)BA+ CyIn * (B \oplus A)</math>
 
***<math>CyOut = (1)BA+ CyIn * (B \oplus A)</math>
 
***<math>CyOut = BA+ CyIn * (B \oplus A)</math>
 
*'''Utilizzare due semisommatori in cascata'''