代码搜索结果
找到约 10,000 项符合
3 的代码
3.cpp
#include
void main()
{
int i;
double row=0,mid=1,low=3,end;
for(i=100;i>0;i--)
{
row=row+(1/mid);
mid+=4;
row-=(1/low);
low+=4;
}
end=row*4;
printf("圆周率的近似值为:%.7
3.plg
Build Log
--------------------Configuration: 3 - Win32 Debug--------------------
Command Lines
Creating temporary file "d:\temp\RSP7C6.tmp" wit
3.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
3.dsp
# Microsoft Developer Studio Project File - Name="3" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console