-
Faculty of Electrical Engineering
- Belgrade, Serbia
-
-
Intelligent-Systems Public
Three projects about Machine Learning (ML) and Artificial Intelligence (AI) written in Python programming language. There are two graphic simulations of game theory (sequential games) and search al…
-
GeoQuiz Public
This is a game for all geography lovers made in C# as Windows Form Application. The application has 4 different games in which you guess countries, capitals or flags of countries.
-
Tic-Tac-Toe Public
Simple Tic-Tac-Toe game in C# Windows Form Application. Game has 2 modes: vs CPU and 2 players. 2 player mode has 2 levels: easy and normal.
C# UpdatedOct 26, 2021 -
Encryption and decryption using symmetric-key substitution and transposition algorithms implemented as C# Windows Form application
-
The program allows solving polynomial nonlinear equations using several different methods and also compares their efficiency in solving a given problem by showing the time in microseconds spent for…
C++ UpdatedOct 7, 2021 -
The problem of the traveling salesman is a well-known problem in discrete mathematics and these are 2 methods of solving: D-algorithm and Heuristic method.
-
Catch-the-square-FPGA Public
The player needs to click on the square with a computer mouse before it disappears. The score is shown on the seven-segment FPGA board display.
VHDL UpdatedOct 7, 2021 -
JAVA-programs-and-games Public
The basics of Java are shown through short programs (first folder) and simple games (second folder)
Java UpdatedOct 6, 2021 -
Documentation (Project overview statement, budget plans, marketing plan, presentations...) and project prototype of a large and complex project eSchool Serbia. This project is part of the Horizon 2…
TypeScript UpdatedOct 6, 2021 -
The goal of this project is the realization of tools in the translation chain and interpretative emulator for an abstract computer system. The tools in the translation chain to be implemented inclu…
-
C implementation of buddy allocator and slab memory allocator for kernel objects
C UpdatedOct 5, 2021 -
Encryption and decryption using symmetric-key substitution algorithms implemented as console application
cryptography data-protection encryption-decryption substitution-cipher symmetric-key-cryptography cipher-algorithms transposition-cipherC++ UpdatedOct 5, 2021 -
Web application for renting and selling real estate. There are three types of users: administrator, registered users and employees of the agency. Guests can also access the system. The following we…
TypeScript UpdatedOct 5, 2021 -
CRC-algorithm Public
The program represents the implementation of the CRC algorithm and was done in Visual Studio 2019 as a console application. A cyclic redundancy check (CRC) is an error-detecting code commonly used …
C++ UpdatedOct 4, 2021 -
Multithread-operating-system Public
This operational system supports Thread, Semaphore, Event and message passing between threads (signal concept) It is made for 8086 architecture IDE is Eclipse and compiler is Borland C++ 3.1