SHENZHEN I/O

SHENZHEN I/O

XOR GATE
3 条留言
Darkwolf 2020 年 9 月 25 日 下午 4:23 
I solved it using elements: not, bridge

considered that connected conductors works almost as OR gate

a xor b = (a ∧ ¬b) ∨ (¬a ∧ b) = ¬(¬a ∨ b) ∨ ¬(a ∨ ¬b)
Dragoon 2020 年 2 月 13 日 下午 7:20 
I give up, how.
Alpatron 2018 年 10 月 27 日 下午 12:01 
NOR and De Morgan.