复制
Best algorithm for evaluating a mathematical expression?
mathematical expression parser in Delphi?
我需要一个Delphi程序,从Edit1中得到一个变量方程,比如"F(x)=4*X+2*log(x)+4*power(X,2)"
,从Edit2中得到X值变量,然后在Edit3中显示结果F(X)请帮帮我。
谢谢。
最佳答案
您可能需要看看这个组件-TbcParser。
http://www.bestcode.com/html/tbcparser.html
此组件包含源代码。