将与或表达式转化为异非或表达式简写
异或可以表示为:$(A\land\neg B)\lor(\neg A\land B)$
非可以表示为:$\neg A\equiv A\oplus 1$
因此,一个与或表达式可以转化为异非或表达式简写:
$A\lor B\equiv (A\land\neg B)\oplus B$
原文地址: https://www.cveoy.top/t/topic/hkRw 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
异或可以表示为:$(A\land\neg B)\lor(\neg A\land B)$
非可以表示为:$\neg A\equiv A\oplus 1$
因此,一个与或表达式可以转化为异非或表达式简写:
$A\lor B\equiv (A\land\neg B)\oplus B$
原文地址: https://www.cveoy.top/t/topic/hkRw 著作权归作者所有。请勿转载和采集!