Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++.
- Host: GitHub
- URL: https://github.com/amirhaytham/logic-gates-circuits-simulation
- Owner: AmirHaytham
- Created: 2020-04-05T16:37:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T21:52:32.000Z (almost 4 years ago)
- Last Synced: 2024-11-17T16:34:11.973Z (3 months ago)
- Topics: 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
- Language: C++
- Homepage:
- Size: 720 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)