> 数学 >
1.把区间[0,10]10等分,求函数y=(2x+1)^2+|x-2|在各等分点处的函数值,写出算法语句
人气:172 ℃ 时间:2020-05-30 06:42:12
解答
十等分点分别是1,2,3,4..7,8,910255083124173230295368#include #include using namespace std;int vabs(int x){return x>0?x:-x;}int main(void){\x09int x,y;\x09for(x=1;x
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版