Student in the faculty of Engineering Computer and Systems Engineering Department at Alexandria University
- 📫 How to reach me [email protected]
implementation of 4-bit BCD up/down counter. The counter work as follows: ● If input X = 0, the counter counts up. Otherwise, it counts down. ● If counting up, the counter’s value should be: 0000, …
VHDL 1
Application using implemented stack data structure to convert from infix to postfix notations. And evaluate the postfix expression
Java