Skip to content
王听正 edited this page Apr 23, 2019 · 8 revisions

欢迎访问数字电路API的wiki!

  • DescriptionForLogicFunction
    • Function.java
      • 初级逻辑门
        • int and(int a,int b)
        • int or(int a,int b)
        • int not(int a)
      • 初级组合逻辑门
    • Karnaugh.java
    • OperationSymbol.java
    • TrueList.java

目录

Clone this wiki locally