Форум: "Основная";
Текущий архив: 2003.01.09;
Скачать: [xml.tar.bz2];
ВнизКалькулятор для выражений с функциями и переменными??? Найти похожие ветки
← →
Alexsys (2002-12-25 07:47) [0]Вот такая проблемка: мне надо сделать что-то типа калькулятора, который будет считать выражения с различными функциями, скобками и т.д. В качестве аргументов будут подставляться переменные.
Например:
INT(SIN($A)+($B/25+COS($C*125))/$D) - функция
$A, $B, $C, $D – переменные
Никто не сталкивался, как бы это прописать? Может есть готовые наброски какие-нибудь? Или хотя-бы идейку подкиньте. Помогите, кто сможет…
← →
Alexsys (2002-12-25 08:22) [1]Люди! Горю! Киньте мыслишку, как мне разобрать это выражение?
← →
Дмитрий К.К. (2002-12-25 08:27) [2]Библиотека RX.
TRxMathParser object
Description
A math formula parser and evaluator.
Yo can get a formula result in calling directly GetFormulaValue function
The TRxMathParser is a class for parsing and evaluating simple mathematical expressions specified at run-time. The programming interface is simple: specify expression to be evaluated in AFormula parameter of Exec method, call Exec and retrieve computed value as result of Exec method.
When calculating error occured the ERxParserError exception is raised.
Accepted operators:
+ , - , * , /
The following functions are supported; it doesn"t matter if you use lower or upper case:
Arctan, Cos, Sin, Tan, Abs, Exp, Ln, Log, Sqrt, Sqr, Int, Fraq.
← →
Alexsys (2002-12-25 08:33) [3]Щас посмотрю. Спасибо огромное! Выручил.
← →
Дмитрий К.К. (2002-12-25 08:36) [4]Да не за фто ;)
← →
Дмитрий К.К. (2002-12-25 08:37) [5]Оттуда же:
TRxCalculator component
Description
Rx Calculator is a floating point calculator designed to do simple operations. It is an invisible component, or one that pops-up upon operation.
Use the Execute method to popup the Calculator. If any errors occur on calculators, use the BeepsOnError to control beeping on errors If you prefer the classical white calculator, set the Clt3d to false.
← →
Alexsys (2002-12-26 07:35) [6]Мне больше подошла GetFormulaValue оттуда же. Спасибо еще раз.
Страницы: 1 вся ветка
Форум: "Основная";
Текущий архив: 2003.01.09;
Скачать: [xml.tar.bz2];
Память: 0.45 MB
Время: 0.007 c