SHENZHEN I/O

SHENZHEN I/O

评价数不足
XOR GATE
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
5.393 KB
2018 年 7 月 4 日 下午 2:27
1 项改动说明 ( 查看 )

订阅以下载
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.