Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.01.09;
Скачать: CL | DM;

Вниз

Калькулятор для выражений с функциями и переменными???   Найти похожие ветки 

 
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;
Скачать: CL | DM;

Наверх




Память: 0.48 MB
Время: 0.014 c
4-25160
3asys
2002-11-19 17:10
2003.01.09
Перемещение между окнами приложения


3-24824
idz
2002-12-15 18:47
2003.01.09
Распознавание СУБД по типу файла БД


8-24979
PEC
2002-09-23 14:58
2003.01.09
Привет народ !


1-24972
viper
2002-12-27 09:13
2003.01.09
ListView


14-25048
Marcus
2002-12-18 13:11
2003.01.09
Неустойчивая работа DCOM-клиентов (Delphi 5, MIDAS) в Windows 98