均值不等式的简单探究(二)

2014-11-23 22:25:21 · 作者: · 浏览: 15
pow(q[j], x);
}
y/=const_q;
y=pow(y, 1/x);
Ellipse(hdc, (int)x*4+450-2, (int)-y+600-2, (int)x*4+450+2, (int)-y+600+2);
}
}