DELPHI数学公式解析
这个DEMO主要是用设计模式实现的数学公式解析,可以实现常见的加减乘除 整除 甚至支持函数等运算,所有运算符和函数都支持扩展,自认为做的不错,欲知详情下载看看吧` // 2013-8-14 22:16 ~ 2013-8-15 8:46 MathFuncParser 公式解析核心框架(不要改动) RegisterMath 扩展运算符或函数,需要在这里引用扩展单元,并注册相应的类 FuncFactor 函数扩展的例子 UnaryOperator 一元运算符扩展的例子 BinaryOperator 二元运算符扩展的例子 MainFrm 使用的范例
文件列表
数学公式解析器.rar
(预估有个14文件)
MathFunc.dof
2KB
MainFrm.dfm
2KB
UnaryOperator.pas
920B
MathFunc.res
876B
MainFrm.pas
3KB
RegisterMath.pas
1KB
MathFuncParser.pas
30KB
MathFuncConst.pas
918B
说明.txt
306B
FuncFactor.pas
2KB
暂无评论