含有 ‘Logic’標籤(tag)的文章們

XOR運算

True xor True = False
True xor False = True
False xor True = True
False xor False = False

Continue reading »