Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amirhaytham/logic-gates-circuits-simulation

Simple Implementation for Logic Gates Project represented in Physics (BS221) Course. Implemented with C++.
https://github.com/amirhaytham/logic-gates-circuits-simulation

1-s-complement 2-s-complement and bases-conversions buffer c cpp gate logic-gates-circuits logicgates nand nor not or physics truth-table xnor xor

Last synced: 24 days ago
JSON representation

Simple Implementation for Logic Gates Project represented in Physics (BS221) Course. Implemented with C++.

Awesome Lists containing this project

README

        

# Logic Gates Circuits Simulation Operations
Simple Implementation for some of Logic Gates Circuits. Project presented in Physics (BS221) Course. Implemented with C++.

# The Operations
* OR gate and show truth table
* AND gate and show truth table
* NOT gate and show truth table
* Buffer gate and show truth table
* XOR gate and show truth table
* XNOR gate and show truth table
* NOR gate and show truth table
* NAND gate and show truth table
* 1's complement
* 2's complement
* Adding two numbers as a binary. Also, as a decimal and display it in binary
* Bases conversions

# Screen Shot

![image](https://user-images.githubusercontent.com/63167915/108272503-fd076080-717a-11eb-85c2-23e09f9391f1.png)