是否可以仅使用 XNOR 和 AND 门实现所有逻辑功能??(硬件)
Is it possible to implement alle logical functions only with XNOR and AND-gates??(Hardware)
i have to show, that it is possible to implement all logical functions
only with XNOR and AND-gates, if you take an extra argument, which is
wired to the logical wire(0 or 1).
我觉得跟他们所指的"extra argument",是一种否定。
很抱歉要求帮助你完成我的练习sheet,但这是我唯一不知道的事情。
如果你得到否定,你可以使用:
P NOR Q <-> P XNOR Q AND NOT P
众所周知,您可以使用 NOR 实现所有这些。
i have to show, that it is possible to implement all logical functions only with XNOR and AND-gates, if you take an extra argument, which is wired to the logical wire(0 or 1).
我觉得跟他们所指的"extra argument",是一种否定。
很抱歉要求帮助你完成我的练习sheet,但这是我唯一不知道的事情。
如果你得到否定,你可以使用:
P NOR Q <-> P XNOR Q AND NOT P
众所周知,您可以使用 NOR 实现所有这些。