| compute.cpp | Implementation of compute module |
| compute.h [code] | Recognition itself |
| config.h [code] | |
| db.cpp | Implementation of functions working with statistics database |
| db.h [code] | This file contains main database structures |
| evaluator.cpp | This module contains main logic behind expression evaluation |
| evaluator.h [code] | This module contains only one definition of function |
| functions.cpp | Implementation of methods |
| functions.h [code] | Module with methods definition |
| helper.cpp | Implementation of helper.h |
| helper.h [code] | Just some helper functions and macros |
| main.cpp | Main file with main function |
| threads.cpp | Adds structures and functions needed to support threads |
| threads.h [code] | Adds structures and functions needed to support threads |
1.5.7.1