logicgate
There are 4 repositories under logicgate topic.
EslamAsHhraf/Logic-Circuit-Simulator
💥 we are required to implement a simple logic circuit designer/simulator. The implementation with c++ (OOP)
mshahriarnihal/Three-Bit-Multiplier-Logic-Circuit
I designed this logic circuit of a 3x3 Three Bit Multiplier as a project of my CSCI - 240 Computer Organization and Assembly Language Course at Queens College of the City University of New York. Here I am uploading the .circ file of the logic circuit that I designed with logisim.
zyrate/LogicCircuit
用原生Java模拟数字电路,提供了与或非门、导线等基础组件,和一些常用的触发器、寄存器等逻辑组件。可以自由拼接出现实生活中的几乎所有逻辑电路。