Delphi 3.0x shareware
Maths, Stats & Algorithms

[ amathtr.zip ] [ 308,976 bytes ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 ]
Contains TatMathEvaluator, a real and complex numeric expression evaluator, and TatEquationMemo and TatDBEquationMemo, to edit equations. Some of evaluator features:
  • Works with real and complex numbers
  • Works with multiple dependant equations
  • You can define functions that receive params (e.g. f(a): a * 2)
  • Comes with lots of predefined internal functions (Exp, Sin, Cos, Tan, Asin, Acos, Sinh, Sinc, Ln, ... ), all working with complex numbers.
  • You can add your own internal functions
  • You can add new constants and operators
  • You can use extended-type Delphi variables in equations
  • Comments can be inserted in equations

Download stand-alone exe-demo.
Download Math Pack for Delphi 3 only (128 Kb).
Download Math Pack for Delphi 4 only (150 Kb).
Download Math Pack for Delphi 5 only (151 Kb).

Registered version with full source code: US$ 49.95
Added: 4-06-2000   |  Version: 1.00   |  Downloads: 1944/1944/9
Author:Automa Consultoria & Informatica   [Homepage]   [DSP files]

[ apscrtr.zip ] [ 625,957 bytes ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 | D6 ]
Do you want put script features in your application? Use TatPascalScripter component.

With TatPascalScripter component you can add script capability to your applications. Your end-user can write their own scripts, and your application will become much more flexible..

Main features:
- Access any Delphi object in script, including properties and methods!
- Supports try..except and try..finally blocks in script
- Allows reading/writing of Delphi variables and constants in script
- Allows access (reading/writing) script variables from Delphi code
- You can build (from Delphi code) your own classes, with properties and methods, to be used in script
- Most of Delphi system procedures (conversion, date, formatting, string-manipulation) are already included (IntToStr, FormatDateTime, Copy, Delete, etc.)
- You can add your own custom functions, using AddFunction method
- You can save/load compiled code, so you don't need to recompile source code every time you want to execute it

Download stand-alone exe-demo.
Download Delphi 3 version only (136 Kb).
Download Delphi 4 version only (140 Kb).
Download Delphi 5 version only (141 Kb)


price with source: $79.95
This is a beta version. Documentation is comming, but EXE demo shows the new features.
Added: 4-05-2000/20-08-2001   |  Version: 1.02 beta 1   |  Downloads: 1440/1420/0
Author:Automa Consultoria & Informática   [Homepage]   [DSP files]

[ BMath20t.zip ] [ 2,596,557 bytes ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 | C3 | C4 ]
This shareware package of native Delphi VCL components implements flexible run-time mathematical expression parser and evaluator.

Key features:

  • All standard operators including relational, Boolean, bitwise and string.
  • More then 70 built-in functions.
  • Unlimited expression complexity.
  • User-definable variables and functions.
  • Support for arbitrary numeric system.
  • OnUnknownSymbol event.
  • Design-time expression execution.
  • Full design-time and run-time persistence.
  • Speed optimization.
  • Controllable case sensitivity.
  • Math-aware controls and more...

Includes context sensitive help and samples. Full source is available to registered users. Installation is fully automated.


Added: 9-04-2000/17-10-2000   |  Version: 2.0   |  Downloads: 1337/1294/0
Author:Branko Dimitrijevic   [Homepage]   [DSP files]

[ cronjob.zip ] [ 386,659 bytes ] [ Shareware ] [ No Source ]
[ D2 | D3 | D4 | D5 | D6 | D7 | D2 | C1 | C3 | C4 | C5 | C6 ]
The CronJob component is the thread-based alarm implementation for Delphi/BCB which acts like cronjob utility in Unix. The component produces periodical OnAlert events by schedule specified in CRON format (actually it uses extended CRON format with new "seconds" field, to let the event to be triggered even every second). To specify the moments when the component should trigger the OnAlert event, the component uses the CRON format (all who worked in Unix must be aware about this utility, this is daemon of scheduled, periodically executed tasks). The authors of CronJob component has very liked an idea of describing the periodical events of any complexity, tiered to astronomical time, in simple text string. We have used slightly modified CRON format, added seconds field and altered the rules of describing the lists of numbers. The package includes 2 bonus components: * AccurateTimer -- thread-based timer which periodically triggers the OnTimer events by specified Interval, but unlike standard TTimer, which based on Win32API and thus loses timer messages on high application overload, this timer runs in the separate thread and accurately triggers each OnTimer event at right time. It also allows to specify the Interval with higher precision (less than 55msec, limited in Win9x) and does not dependent to the system-wide limitations.) * AwayTimer -- monitors user activity and increase its time counter when keyboard and mouse are inactive (user distracted from PC or goes away). Also it triggers special event when system is about to start the screensaver, or after some defined period of user inactivity.
Added: 7-06-2004/20-12-2004   |  Version: 1.2.1   |  Downloads: 88/87/0
Author:Aleksey Kuznetsov   UtilMind Solutions   [Homepage]   [DSP files]

[ eurocalc14.zip ] [ 11,056 bytes ] [ Shareware ] [ With Source ]
[ D3 | D4 | D5 | C4 | C5 ]
TEuroCalc is a Euro calculating component for up to two currencies simultaneously. You can convert Euro in member state's currency and vice versa. All names, currencies and conversion rates of the member state's are implemented. Now with support for a third non-Euro currency.
Added: 17-10-1999/11-10-2000   |  Version: 1.4   |  Downloads: 3349/3096/0
Author:Robert Wachtel   [Homepage]   [DSP files]

[ exprs31_d3456.zip ] [ 945,837 bytes ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 | D6 ]
Expression parser 3.1 is a library of components, that evaluates Pascal like scripts at run time. It is not an interpretator, but is a quasi compiler, so it works fast. Features:
  • user defined functions and aliases;
  • supports: if...then..else...;for...:=... to/downto ... do ; while...do...; repeat...until...;
  • try finally end; try except end; raising exceptions;
  • class creating, referencing any published property of any class;
  • and more than 800 registered public methods and properties of more than 100 useful Delphi VCL classes;
  • creating and referencing OLE automation objects;
  • links directly in a script to a runtime components, that can be also on a data module;
  • links to any runtime function or class method;
  • calling user defined scripts from the program;
  • executing a script generated script;
  • variables, can be a value, expression, DBField or a link to a runtime var;
  • syntax checking of the scripts, checks also for using a valid variables, functions and arguments;
  • request for used variables, by a given script, that need initialization;
  • on event evaluated functions and variables;
  • supports integer, hex, FP, boolean, date string and variant type constants;
  • design time editors for variables and functions, that can be loaded and saved in INI file;
  • special links of dependences, tracks the changes in related objects;
  • more than 200 build in functions;
  • enhance error handling;
  • full help and demo;
You will feel the Expression parser as a real extention of your favourite compiler at runtime.
price: $55.00; price with source: $95.00
Added: 5-02-2001/31-07-2001   |  Version: 3.1   |  Downloads: 1105/1097/0
Author:Todor Marholev   [Homepage]   [DSP files]
 
Compatible files:  [ C3 | C4 | C5 ]

[ FormulaParser_FreeVersion.zip ] [ 310,860 bytes ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 | D6 ]
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 tree structure and calculate. Different priorities for operators. Unary (exampe: sin) and binary (example: +) operators. List of operators is easy expandable to custom problem. Demo application. Source code on purchase.
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 tree struc
Added: 24-06-2002   |  Version: 1.0   |  Downloads: 397/397/0
Author:Richard Landenbach   IB Halbauer   [Homepage]   [DSP files]

[ ftrans.zip ] [ 21,540 bytes ] [ Shareware ] [ No Source ]
[ D3 ]
TFormulaTrans is a component which parses a mathematical formula and outputs the string in a form where it can be read by most of the expression Parsers which are available. Your average expression parser expects input in the form of (for example) X*
Shareware, $12.00 without source, $60.00 with source.
Added: 15-11-1998   |  Version: 1.0   |  Downloads: 1362/1362/0
Author:Richard Sharpe   [Homepage]   [DSP files]

[ genprog.zip ] [ 797,412 bytes ] [ Shareware ] [ With Source ]
[ D3 | D4 | D5 | D6 | C1 | C3 | C4 | C5 | K1 ]
Genetic Programming component for Delphi, C++ Builder, Kylix. Free with sources for non-commercial applications. Contact me for commercial license.
genetic programming
Added: 27-06-2001/15-10-2001   |  Version: 1.1   |  Downloads: 1508/1506/1
Author:Reason Able Software   Adi Andrei   [Homepage]   [DSP files]

[ kapars10.zip ] [ 73,443 bytes ] [ Shareware ] [ No Source ]
[ D1 | D2 | D3 | D4 | D5 | C1 | C3 | C4 ]
The TKAParser component is an expression parser, calculator and spread sheet engine. It can (1) Evaluate mathematical and string expressions that contain numbers, predefined variables and formulas. A mathematical expression may have any commonly used math functions. A string expression may have any commonly used string function. (2) Transparently track formula / variable dependencies. Consequently, the parser needs to re-evaluates a formula only when the value of a dependent variable changes, a feature that enables it to perform hundreds of complex expression evaluations every second. A caching mechanism further optimizes expression evaluation making the parser#well# Kick Ass! · Work with any number of user defined functions. (3) Gracefully handle undefined variables by assigning default user defined value
Added: 26-03-2000   |  Version: 1.02   |  Downloads: 1937/1937/0
Author:Vijainder K Thakur   Vijainder K Thakur   [Homepage]   [DSP files]

[ mathxur.zip ] [ 28,688 bytes ] [ Shareware ] [ No Source ]
[ D3 ]
MathX is a mathematics extension component for the Delphi 3 standard edition. Since the standard edition of Delphi 3 does not include the math unit in the VCL, I have created a component that emulates most of the functions found in math unit. [more]
Register online for $8 at http://www.webpak.net/~razor. Registered users recieve source code. MathX is a native Delphi 3 component and may be used freely in any and all applications.
Added: 31-05-1998/11-10-1998   |  Version: 1.4   |  Downloads: 1615/1615/1
Author:Dean Wilkinson   [Homepage]   [DSP files]

[ neuronalnetworktrial.zip ] [ 431,835 bytes ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 | C3 | C4 ]
This Package implements an Artifical Neuronal Network (ANN), which is based on a Backpropagtion algorithm. Empower your Delphi or C++ Builder application with A R T I F I C A L I N T E L L I G E N C E !!! Have a look at the included demo first, if you don't know the power of ANN. The demo illustrate an easy way to implement a simple OCR-Solution with the Component. The demo is included as an Exe-File. No setup-procedure is necessary to run the DEMO. Limitation to the Trial-Version: Full functional, but each layer of the ANN is limited to max. 6 Neurons.
Source available for the full version
Added: 7-03-2001   |  Version: 1.0   |  Downloads: 1914/1914/15
Author:Ralf Kronemeyer   logiware gmbh Germany   [Homepage]   [DSP files]

[ numtools.zip ] [ 224,123 bytes ] [ Shareware ] [ No Source ]
[ D2 | D3 | D4 | D5 ]
Numeric-Tools is component which solve mathematical problem numerically, namely: numerical integration, derivative, linear/non linear equation, interpolating, polynomial. [more]
Registered user will get full source code.
Added: 24-10-1999   |  Version: 1.0   |  Downloads: 2057/2057/1
Author:Masayu Leylia Khodra   [Homepage]   [DSP files]

[ rapideval.zip ] [ 479,078 bytes ] [ Shareware ] [ No Source ]
[ D3 | D4 | D5 | C4 | C5 ]
The RapidEvaluator Delphi component is a real COMPILER of the mathematical expressions (formulas), such as "SIN(0.5)+COS(x)*2". It checks the expression syntax and generates the real machine code for evaluating given formula. The code generated is optimized to use FPU in order to achieve the maximal speed of calculations: it's even up to 2 TIMES FASTER THAN DELPHI'S 32-bit code. To satisfy your personal needs you can add external user-defined variables and functions in addition to built-in ones. Use RapidEvaluator to calculate formulas that is unknown at the stage of program compilation, for example to plot and tabulate functions, to make numerical computations and so on. The equation plotting demo program (project+EXE) included.
Works while IDE is running
Added: 19-12-2000   |  Version: 1.0   |  Downloads: 955/955/0
Author:Andrew Tumashinov   Andrew Tumashinov   [Homepage]   [DSP files]

[ regpack.zip ] [ 111,431 bytes ] [ Shareware ] [ No Source ]
[ D3 ]
The statistical functions included within primarily focus upon MULTIVARIATE (MV) PARAMETRIC and REGRESSION related tasks. Does it do everything for everyone? Well, no-but here's a brief, but partial, list:
  • Regression
  • Measures of Covariance/Correlation
  • Statistical Distance and Separability Measures
  • Variable Transformation Functions
  • Univariate Variable Summary Statistics
  • Advanced Variables Analysis

see '?' for details
Added: 3-05-1999   |  Version: n/a   |  Downloads: 1215/1215/0
Author:Fred Edberg   [Homepage]   [DSP files]

[ statis.zip ] [ 679,485 bytes ] [ Shareware ] [ No Source ]
[ D1 | D2 | D3 | D4 | C1 | C3 ]
The unit STATIS offers some of the most fundamental procedures of mathematical statistics. Along with the Gamma and the Beta function, all major types of distributions are implemented (normal, t, F, and chi-square distribution).
registration fee US$ 12, sources for US$ 80
Added: 13-09-1998   |  Version: 1.0   |  Downloads: 2234/2234/0
Author:Hans Lohninger   [Homepage]   [DSP files]

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.