将数学表达式(字符串)转换为可用变量

发布于 2024-12-14 21:03:19 字数 124 浏览 2 评论 0原文

我正在尝试制作一个 iPhone 应用程序来进行蒙特卡罗模拟 用户给出的方程。我希望用户能够输入如下内容: “2x+(y^2)”然后得到结果。

有没有办法解析这个字符串并获取我可以进行计算的可用变量(您可能知道的库)?

I am trying to make an iPhone-app that does the Monte Carlo simulation on
equations given by the user. I want the user to be able to input something like:
"2x+(y^2)" and then recieve a result.

Is there a way to parse this string and get usable variables that i can do calculations on (a library u know of perhaps)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

滴情不沾 2024-12-21 21:03:19

查看编译器工具。虽然它可能有点臃肿,但很容易在其中编写任何“语言”,即使只是简单的数学表达式。

Take a look on compiler tools. although it might be a bit bloated, it is easy to write any "language" in it even if its just for simple mathematical expressions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文