DSPLab is a library of delphi components for digital signal processing. The library contains two components: IIR Filter and FFT. IIR Filter is Butterworth, Bessel and Chebyshev infinite-impulse-response (IIR) filters, with lowpass, highpass,
The component is a math/statistical library which has about 100 stat.-related functions (about 5500 lines of source). It's structure is simple. The component is essentially a non-visual computation engine - it is lean but effective. Aanyone
This component show for example : 3/5 with a horizontal bar. You juste have to set the value of Texte at 3|5. The symbole | can be changed with CharBarr.
Contains TgsParser - powerful variable-based script parser (non visual component).
This is a demo for the TGAsciAI, an Artificial Intelligent component, which is based on back-propagation algorithm, and capable of constructing Artificial Neural Networks with unlimited neurons and layers. Demo shows an AI-way of OCR by learning
Expandable formula parser. Can handle variables. When the parser needs the value of a variable, it creates an event to get it. Very fast if using the same formula with different values for variables, because it works in two steps: parsing to a
Program for processing chemistry reactions (Balance & Stoichiometry).
Vulgar Fraction is a math unit for working with vulgar fractions.
PRIMO is a primality proving program based on the ECPP algorithm: Elliptic Curve Primality Proving. Given positive odd integers, PRIMO tests whether these integers are prime, and if they are it produces primality certificates.PRIMO is suitable for th
TFunctionParser is a non-visual Delphi component which converts a mathematical function (given as a string) and its arguments into the function value. About 70 mathematical operations and functions available. Variables, Constants and Functions can be |