Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的猜测是 F(x,y,z,w) = ((x XOR y) XOR (z XOR w))'
这是正确的吗?
如果是这样,你能解释一下为什么吗?
如果没有,你怎么做?
要确定它是否是偶函数,请绘制一个真值表。如果当偶数个输入为 1 时输出为 1,则它是偶函数。否则这是一个奇怪的功能(因为这几乎可以肯定是家庭作业,我不会给出比这更直接的答案)。
如果它是一个奇函数,您通常可以通过补充最后一个门来获得一个偶函数,因此您的中间xor将更改为xnor.
xor
xnor