lazarus程序题:
有一个分段函数f(x)={x-2-10<=x<-8x+3-8<=x<-6x平方-6<=x<=-2x绝对值-2<x<2x三次方2<=x<=43x-44<x<=64x+16<...
有一个分段函数f(x)={x-2 -10<=x<-8
x+3 -8<=x<-6
x平方 -6<=x<=-2
x绝对值 -2<x<2
x三次方 2<=x<=4
3x-4 4<x<=6
4x+1 6<x<=8
帮个忙!!!谢谢你 展开
x+3 -8<=x<-6
x平方 -6<=x<=-2
x绝对值 -2<x<2
x三次方 2<=x<=4
3x-4 4<x<=6
4x+1 6<x<=8
帮个忙!!!谢谢你 展开
展开全部
function pp(i:integer):integer;
if (x>=-10 and x<-8) then exit(x-2)
else if (x>=-8 and x<-6) then exit(x+3)
else if (x>=-6 and x<=-2) then exit(x*x)
else if (x>-2 and x<2) then exit(abs(x))
else if (x>=2 and x<=4) then exit(x*x*x)
else if (x>4 and x<=6) then exit(3*x-4)
else if (x>6 and x<=8) then exit(4*x+1) ;
end;
if (x>=-10 and x<-8) then exit(x-2)
else if (x>=-8 and x<-6) then exit(x+3)
else if (x>=-6 and x<=-2) then exit(x*x)
else if (x>-2 and x<2) then exit(abs(x))
else if (x>=2 and x<=4) then exit(x*x*x)
else if (x>4 and x<=6) then exit(3*x-4)
else if (x>6 and x<=8) then exit(4*x+1) ;
end;
ZESTRON
2024-09-04 广告
2024-09-04 广告
在Dr. O.K. Wack Chemie GmbH,我们高度重视ZESTRON的表界面分析技术。该技术通过深入研究材料表面与界面的性质,为提升产品质量与可靠性提供了有力支持。ZESTRON的表界面分析不仅涵盖了相变化、化学反应、吸附与解吸...
点击进入详情页
本回答由ZESTRON提供
展开全部
if (x>=-10 and x<-8) then exit(x-2)
else if (x>=-8 and x<-6) then exit(x+3)
else if (x>=-6 and x<=-2) then exit(x*x)
else if (x>-2 and x<2) then exit(abs(x))
else if (x>=2 and x<=4) then exit(x*x*x)
else if (x>4 and x<=6) then exit(3*x-4)
else if (x>6 and x<=8) then exit(4*x+1)
else if (x>=-8 and x<-6) then exit(x+3)
else if (x>=-6 and x<=-2) then exit(x*x)
else if (x>-2 and x<2) then exit(abs(x))
else if (x>=2 and x<=4) then exit(x*x*x)
else if (x>4 and x<=6) then exit(3*x-4)
else if (x>6 and x<=8) then exit(4*x+1)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
麻烦说清楚问题啊。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询