标题:error C2064: term does not evaluate to a function如何解决
取消只看楼主
zx707854415
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2018-1-15
 问题点数:0 回复次数:0 
error C2064: term does not evaluate to a function如何解决
{
    float d;
    d=max_y/2(a*xmax*xmax+b*xmax+c);
    if(d>0.6)
        d=0.6;
    if(d<0.0026)
        d=0.0026;
    return(d);
}
求求大佬们帮忙看看应该怎么改,我是个萌新,不会弄
搜索更多相关主题的帖子: not function float return 
2018-01-15 13:10



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-484251-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.450759 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved