同济大学c++实验1到实验8前三题.docxVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
} } } } 实验 4: 1. #include “” void main() {int n,sum=0; for(n=1;;sum+=n,n+=2) if(n=20) break; cout”sum=”sumendl; } 2. #include “” void main() {int x; cout ”input x: ”endl; cinx; if(x==0) COUtVV ” 0; else while(x!=0) {COutVVx%10; x=x/10; coutendl; } 3. #include “” void main() {int i,t=1; float s=0; for(i=1;t1e-4;i++) {s=s+t; t=t+i; } cout”s=”sendl; } 4. #include “” void main() {double pi=1,t=2; int n; for(n=1;t1e-4;n++) {pi=pi*t; t=(float)((2*n)*(2*n))/((2*n-1)*(2*n+1)); #include #include “” cout ”pi= ” piendl; } 5. (1) #include “” #include “” void main() {int i,j; for(i=1;i=9;i++) { coutsetw(20-i); for(j=1;j=2*i-1;j++) couti; coutendl; } } 5. (2) #include “” #include “” void main() {int i,j; char c; for(i=9;i=1;i -) { coutsetw(9- i) ”; c=9-i +A; for(j=1;j=2*i;j++) coutc; coutendl; } } 6. #include “” void main() {int m,m1,m2,m3; for(m=100;m1000;m++) {m1=m%10; m2=m/10%10; m3=m/100; if(m1*m1*m1+m2*m2*m2+m3*m3*m3==m) coutm” t ”; } } 7. #include “” void main() {int x,y,z,k=0; for(x=1;x=6;x++) for(y=x+1;y=6;y++) for(z=5;z=6;z++) if(xyyz) { k++; zendl;kendl;coutx t y t zendl; kendl; } cout ”满足条件的方案有: } 8. #include “” #include “” #include “” void main() {int a,n,i,k; double s=0,temp=0; srand(time(NULL)); a=rand()%9+1; n=rand()%6+5; for(i=1;i=n;i++) {temp=temp*10+a; s=s+temp; #include #include #include #include cout”s=”sendl; } 9. #include “” #include “” void main() {float a,x,x1; cina; x=a; do {x1=x; x=3*x+a/(3*x*x); }while(fabs(x-x1)1e-5); cout ”编程求得 x=”xendl; cout ”调用函数求得 x=”pow(a,3)endl; } 实验 5: #include #include #include “ #include #include “ void main() {int a[10],i,max,min; float ave; for(i=0;i10;i++) a[i]=rand()%71+30; coutvv数组a的内容如下 n; for(i=0;i10;i++) coutvva[i]vv ‘; coutvvendl; max=min=ave=a[0]; for(i=1;iv10;i++) {ave=ave+a[i]; if(a[i]max) max=a[i]; if(a[i]vmin) min=a[i]; } vvave/10vvendl;coutvv max= vvmaxvv ,min= vvminvv ,ave= vvave/10vvendl; } 2. #include v #define N 20 void main() {int a[N],i,j,k; cout ”排序前 n”; for(i=0;iN;i++) {a[i]=rand()%101; couta[i] ‘;

您可能关注的文档

文档评论(0)

某某先生 + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档