电路或非门公式化简与程序逻辑

mac2022-06-30  120

Y=(A+B)'=A'*B' Y=(A*B)'=A'+B' Y=AB+BC=(A+C)*B 等等,例子:if((A&&B)||(B&&C))=if((A||C)&&B)

转载于:https://www.cnblogs.com/softcreator/articles/softcreator_8627557.html

相关资源:CMOS与非或非门版图设计
最新回复(0)