 |
Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. Java is currently one of the most popular programming languages in use, particularly for client-server web applications.
|
| Parallel Determinant Calculator |
This application finds out the determinant of matrix using a fast optimized for asynchronous work algorithm. Both console line and graphical user interface is provided. The matrix could be generated on the fly or read from the graphical interface or external file. |
| Pascal Triangle Image Generator |
Powerful real-time image generating application, which uses the Pascal triangle to visualize a wide set of fractal images, including the Sierpinski Triangle. The generator engine is manipulated by a settings dialog, which is independent from the image visualization. |
| Fractal Image Generator |
Powerful real-time image generating application, which builds images of wide set of famous fractals – Box Fractal, Sierpinski Carpet, Hafferman Carpet, Kantor Dust, but also and custom Fractals. It provides also two ways of exploring the image – scaled and real-size formats. Saving of the image functionality is also provided |
| Shock Wave Scope |
Generates and visualizes at real-time model of waves based on advanced physical models. Using multiple threads, the wave logic and the manipulation of the graphical user interface (GUI) is divided. This provides real-time full control over the parameters of the wave. |
| Morse Code Translator |
Reads user input and translates it in and out to Morse code, using an external xml file to initialize the code table. The main goals, which were followed in the development, were the extensibility of the framework, process time scheduling and good hierarchy of the classes. |