gpt4 book ai didi

C程序: Input conditon expression through file

转载 作者:行者123 更新时间:2023-11-30 19:19:03 25 4
gpt4 key购买 nike

我有一个 C 代码,它从输入文件读取参数(启用逐字解析)。

我想通过输入文件输入条件表达式。例如,我应该能够使用像

这样的表达式
  • x
  • x<1.0
  • x*x + y*y <1.0

等等,并在我的程序中调用它,例如:

    if( input_expression){
create_points_within_geometry();
}

有人可以举一个粗略的例子吗?

最佳答案

看来您需要一个 C 数学表达式解析器。

此代码可能对您有帮助:https://github.com/jamesgregson/expression_parser

您可以在作者的博客中找到使用示例:http://jamesgregson.blogspot.co.il/2012/06/mathematical-expression-parser-in-c.html

关于C程序: Input conditon expression through file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25680707/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com