libDSP is C class library of common digital signal processing functions. There is also a wrapper for the C language. Current (vector) functions: - Float to integer conversion with rounding - Addition (real, complex) - Subtraction (real, complex) - Multiply (real, complex) - Division (real, complex) ...
Binary search trees provide O(lg n) performance on average for important operations such as item insertion, deletion, and search operations. Balanced trees provide O(lg n) even in the worst case.GNU libavl is the most complete, well-documented collection of binary search tree and balanced tree library routines anywhere. It supports these kinds ...
RLIB is a report generator. By providing queries and XML Report definition files(headers, footers, breaks, columns, variables, expressions, presentation information) it produces reports. ...
Conglomerate should allow you to load and edit any well-formed XML document.It lets you "undo" and "redo" any changes you make to a document. Also, it can store an arbitrary amount of "undo" and "redo" history, up to the memory of the computer you're running it on. Requirements: · GTK2 ...
GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks. Its independence from any one programming language makes it much more versatile than the C preprocessor (cpp), while its syntax is lighter and more flexible than that of GNU m4. There are built-in macros for ...