alireza-kavian's Stars
alirezakay/RISC-CPU
A multi-cycle RISC CPU (processor) like MIPS-CPU architecture in VHDL ( a hardware-side implementation )
brilacasck/BFS-DFS-java
A graphical BFS and DFS algorithm simulator in java and javafx language
brilacasck/java-language-parser
A simple compiler for parsing java codes and get syntax errors with CYK algorithm for context free grammars (CFG)
alireza-kavian/alireza-kavian.github.io
My github web-page
alirezakay/RegexToDFA
converting regex (regular expression) to DFA directly by creating syntax tree in java
alirezakay/AddRemoveBox-AngularJS
add or remove items from a box to other box with buttons
alirezakay/micro-acc-systemc
simulate microprocessor and accelerator communication in a bus context in SystemC language
alirezakay/alirezakay.github.io
my github web page
brilacasck/micro-acc-systemc
simulating connection of micro processor and accelerator on a bus context with systemc language
brilacasck/wumpus-prolog
Wumpus Implementation in Prolog Language
brilacasck/CPU-Scheduler
simulating scheduling algorithms of operating system for processes e.g. Priority Scheduling, Multi Level Scheduling, ...