• [^] # Re: Deformation professionnel

    Posté par . En réponse au journal Deformation professionnel. Évalué à 1.

    si l'on nomme l'opération "+" comme étant l'opération :
    a + b = ( a et b ) ou ( non a et non b )
    on obtient :
    1 +たす 1 = 0 +たす 0 = 1
    0 + 1 = 1 + 0 = 0


    Je n'ai pas tout compris à ton histoire (et même à ton commentaire :^) mais ton opération est équivalente à un NOT XOR (la négation d'un "ou exclusif"). Du coup ça me donne une idée de définition du XOR, pas compliquée du tout :

    a XOR b = non [ ( a et b ) ou ( non a et non b ) ]

    (équivalent à : (non a ou non b) et (a ou b) )