|
RTCalcExpress 1.0
|
| Delphi component for calculating expressions, entered in Run-Time. For Delphi4, 5, 6, 7 and higher. Delivered with sources. The expressions can contain numbers, arithmetic and logic operators and functions, defined by user (FDU). |
Description: RTCalcExpress is a Delphi component for calculating expressions, entered in Run-Time. It can be installed into Delphi4, 5, 6, 7 and higher. Delivered with sources. The expressions can contain numbers, arithmetic ('+', '-', '*', '/') and logic ('=', '>', '', '>=', '<=', 'AND', 'OR') operators and functions, defined by user (FDU). A priority of the arithmetic calculations is usual - at first multiplication and division, then addition and subtraction. It is possible to change the priority of calculations by the standard way - through parentheses. It is possible to add any quantity of the FDU functions. These functions can be as without arguments and to have the unlimited quantity of the arguments. The arguments suppose any level of an enclosure i.e. these can consist of the expressions, other functions etc. A list of the arguments consists in parentheses. A name of the FDU function is not case sensitivity. A maximal length of the expression corresponds to the length of the Delphi data type AnsiString. The expression can be divided on substrings, which will be calculated one after another. In this case return value will be a result of calculating the last substring. The break-symbol is semicolon. In this case, it is possible to calculate the intermediate meanings, which can be saved in global variables. These variables can be use as the arguments of the FDU functions or as elements of the expressions. The component has 20 global variables. | System Requirements: A standard Windows PC | RTCalcExpress 1.0 Download from tetasoft.ru |
| Similar software: | - #Calculation Component 2.0.2368 — #Calculation component is a powerful calculation engine for your applications. This component integrates expression parsing and evaluating. It's suitable for heavy-duty number crunching.
- Janino 2.3.18 — Janino is a compiler that reads a Java expression, block, or source file, and generates Java bytecode that is loaded and executed directly. It is not intended to be a development tool, but an embedded compiler for run-time compilation purposes.
- EquTranslator 2.0 — It's a fast equation evaluator with parse-tree builder and user-friendly interface for parsing and evaluation a run-time defined string as a math expression.
The math expressions is represented in function style
F(x1, x2,..., xn) =f(x1, x2,..xn)
| Find all software similar on RTCalcExpress 1.0 |
|