首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > java语言的解析表达

java语言的解析表达

  • 资源大小:47.22 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java 语言 解析 表达

资 源 简 介

JExel is a Java based expression language. It is a non-compiled scripting language parser that can be useful in many different applications. It can handle most basic mathematical and string expressions with the built in operator set fairly easily. An ideal usage would be allowing a user base access to a limited set of commands/operators but prevent them from causing any harm. A basic example of use would be: Expression.evaluate("1 + 2 / max(3, 4, 5) - 4").toDouble();. For additional examples and a list of available commands visit the operators page. You can specify your own symbols/functions and/or remove the included base level operators. JExel also supports variable resolution through the use of a resolver. We believe in Open Source software, and support it through the distribution of this project under the GPL. If, however, you are a working on a project that is n
VIP VIP
0.200558s