VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 22:28:38 03/24/01 Sat
Author: Ali Demir
Subject: TbcParser - Math Expression Parser Component

There is a handy Delphi component, TbcParser at <a rel=nofollow target=_blank href="http://www.bestcode.com">http://www.bestcode.com</a>

It comes with source code. It has Borland, COM, Java flavors. Parser Component parses and evaluates mathematical expressions given as strings at runtime. The expression can contain predefined or user defined variables and functions . When evaluation is requested, the parser compiles the expression into a parse tree. Further evaluations are made using this tree that represents the expression. The parser can optimize the tree by simplifying branches that evaluate to a constant.
<br><br>

An example expression is : LN(X)+SIN(10/2-5)

<br><br>
When parsed, this expression will be represented as: <LN(X)+0> since the SIN(10/2-5) is in fact SIN(0) which is a constant and is 0.

<br><br>
Thus, in a loop, if you change the value of X and ask for the value of the expression, it will be evaluated quite fast since SIN(10/2-5) is not dependent on X.

<a rel=nofollow target=_blank href="http://www.bestcode.com">http://www.bestcode.com</a>

[ Next Thread | Previous Thread | Next Message | Previous Message ]

Post a message:
This forum requires an account to post.
[ Create Account ]
[ Login ]
[ Contact Forum Admin ]


Forum timezone: GMT-8
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.