|
|
|
|
| Simple local histogram | 1.3.2004 | Jozef Wagner |
|
Overview :
Local histogram is simple program for showing local histogram of loaded BMP pictures.
It is very simple and possible usage is for learning how to load BMP picture and compute local histogram
|
Features :
- supports BMP files
- global and local (selected area) histogram
- red, green, blue, and intensity histogram
- precise area selection with mouse
Status :
 | Finished |
 | Binary files avaiable for download |
 | Source code avaiable for download |
click here for more
|
|
|
| Branch and bound algorithm | 1.3.2004 | Jozef Wagner |
|
Overview :
Branch and bound is program for computing branch and bound algorithm. It is fully documented, is supports XML and logging. However, most things are done in Slovak language
|
Features :
- Computes Branch and bound algorithm
- Logging
- XML support
- Documentation (Slovak language)
Status :
 | Finished |
 | Binary files avaiable for download |
 | Source code avaiable for download |
click here for more
|
|
|
| Somehow complex multiprocess communication under UNIX platform | 1.3.2004 | Jozef Wagner |
|
Overview :
This program shows multiprocess comunication under UNIX systems (not only Linux)
Most things are in Slovak language and of course one have to compile source codes himself.
|
Features :
- 4 processes communicating
- Semafores
- Anonymous pipes
- Shared memory
- Messages
- should work under Linux :)
Status :
 | Finished |
 | Source code avaiable for download |
click here for more
|
|
|
| Console Letter replacements in JAVA | 1.3.2004 | Jozef Wagner |
|
Overview :
This very simple program demonstrates that I have some knowledge in JAVA.
idea for this program came from need to replace certain letters in files (my native language has several strange characters, which are not showing well on english OSes without central-european support)
|
Features :
- As simple as it gets
- external sets of letters from file
Status :
 | Finished |
 | Source code avaiable for download |
click here for more
|
|
|
| Cool expert system in LISP with Queries | 1.3.2004 | Jozef Wagner |
|
Overview :
My first bigger program in LISP. It is simulating expert systems.
I have 3 versions of it. First simpliest, second with very quickly implemented query system and third with somewhat less quicker improvement of this system
|
Features :
- Indepedent knowledge base
- AND, OR, NOT operators
- System asks questions if haven't found results
Status :
 | Finished |
 | Source code avaiable for download |
click here for more
|
|
|
| Simulation of LIFO stack | 1.3.2004 | Jozef Wagner |
|
Overview :
Stack simulator demonstrates usage of certain pointer list. It is very simple, only thing which can be of use is cool clean GDI graphics output.
|
Features :
- LIFO stack and 'registers'
- very simple program
Status :
 | Finished |
 | Binary files avaiable for download |
 | Source code avaiable for download |
click here for more
|
|
|
| Heap sort algorith and searching | 1.3.2004 | Jozef Wagner |
|
Overview :
CarBase was made to demonstrate heap sort slgorithm and some simple searching. It is very simple program.
|
Features :
Status :
 | Finished |
 | Binary files avaiable for download |
 | Source code avaiable for download |
click here for more
|
|