|
Miscellaneous Programs (MISC)
Miscellaneous Programs (MISC)
Dmitry V. Khmelev
These programs are some simple utilities I programmed when
needed. Some of them might be useful for you.
- template program in C:
template,
- constructing HTML descriptions of program from CVS-project:
cvswork,
- Constructing LCP array:
lcp.
- Finding histogram of letters in a text:
histogram.
- locating maximal lcp and doing little compression:
maxlcp.
- splitting items into groups:
ppmcluster.
All these programs are under GNU GPL v2 or higher.
When you use these programs, please refer to the author:
D. Khmelev, Miscellaneous programs (MISC)
http://www.math.toronto.edu/dkhmelev/PROGS/
|