欢迎来到天天文库
浏览记录
ID:41032591
大小:152.50 KB
页数:13页
时间:2019-08-14
《c++编程题汇总》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、第三章1.编写一个求方程ax2+bx+c=0的根的程序,用3个函数分别求当b2-4ac大于零、等于零、和小于零时的方程的根。要求从主函数输入a,b,c的值并输出结果。#include#includevoidequation_1(inta,intb,intc){doublex1,x2,temp;temp=b*b-4*a*c;x1=(-b+sqrt(temp))/(2*a*1.0);x2=(-b-sqrt(temp))/(2*a*1.0);cout<<"两个不相等的实根"<2、="<3、1;image1=sqrt(temp);image2=-image1;cout<<"两个虚根"<>a>>b>>c;cout<<"方程为:"<0)eq4、uation_1(a,b,c);if(temp==0)equation_2(a,b,c);if(temp<0)equation_3(a,b,c);}2.定义函数up(ch),如字符变量ch是小写字母就转换成大写字母并通过up返回,否则字符ch不改变。要求在短小而完全的程序中显示这个程序是怎样被调用的。#includeusingnamespacestd;charup(charc){if(c>=97&&c<=122)return(c-32);elsereturnc;}voidmain(){inti;charc[15]={'A','v','e','5、t','E','T','%','&','4','Y','e','i','@','9','^'};for(i=0;i<15;i++)cout<#includedoublepower(doublea,intb){inti;doubleresult=1.0;for(i=0;i6、cout<<"r=";cin>>r;cout<<"n=";cin>>n;第13页共13页cout<usingnamespacestd;voidprint_triangle(charc,intn){inti,j;for(i=0;i7、oidmain(){print_triangle('a',10);}5.编写一个ieqiu字符串长度的函数,strlen(),再用strlen()函数编写一个函数revers(s)的倒序递归程序,使字符串s逆序。#include#includeusingnamespacestd;intstrlen(char*str){intlen=0;while(str[len]!=' '){len++;}returnlen;}voidrevers(char*b){charc;intj,len;len=strlen(b);j=len/2-18、;while(j>=0)
2、="<3、1;image1=sqrt(temp);image2=-image1;cout<<"两个虚根"<>a>>b>>c;cout<<"方程为:"<0)eq4、uation_1(a,b,c);if(temp==0)equation_2(a,b,c);if(temp<0)equation_3(a,b,c);}2.定义函数up(ch),如字符变量ch是小写字母就转换成大写字母并通过up返回,否则字符ch不改变。要求在短小而完全的程序中显示这个程序是怎样被调用的。#includeusingnamespacestd;charup(charc){if(c>=97&&c<=122)return(c-32);elsereturnc;}voidmain(){inti;charc[15]={'A','v','e','5、t','E','T','%','&','4','Y','e','i','@','9','^'};for(i=0;i<15;i++)cout<#includedoublepower(doublea,intb){inti;doubleresult=1.0;for(i=0;i6、cout<<"r=";cin>>r;cout<<"n=";cin>>n;第13页共13页cout<usingnamespacestd;voidprint_triangle(charc,intn){inti,j;for(i=0;i7、oidmain(){print_triangle('a',10);}5.编写一个ieqiu字符串长度的函数,strlen(),再用strlen()函数编写一个函数revers(s)的倒序递归程序,使字符串s逆序。#include#includeusingnamespacestd;intstrlen(char*str){intlen=0;while(str[len]!=' '){len++;}returnlen;}voidrevers(char*b){charc;intj,len;len=strlen(b);j=len/2-18、;while(j>=0)
3、1;image1=sqrt(temp);image2=-image1;cout<<"两个虚根"<>a>>b>>c;cout<<"方程为:"<0)eq
4、uation_1(a,b,c);if(temp==0)equation_2(a,b,c);if(temp<0)equation_3(a,b,c);}2.定义函数up(ch),如字符变量ch是小写字母就转换成大写字母并通过up返回,否则字符ch不改变。要求在短小而完全的程序中显示这个程序是怎样被调用的。#includeusingnamespacestd;charup(charc){if(c>=97&&c<=122)return(c-32);elsereturnc;}voidmain(){inti;charc[15]={'A','v','e','
5、t','E','T','%','&','4','Y','e','i','@','9','^'};for(i=0;i<15;i++)cout<#includedoublepower(doublea,intb){inti;doubleresult=1.0;for(i=0;i6、cout<<"r=";cin>>r;cout<<"n=";cin>>n;第13页共13页cout<usingnamespacestd;voidprint_triangle(charc,intn){inti,j;for(i=0;i7、oidmain(){print_triangle('a',10);}5.编写一个ieqiu字符串长度的函数,strlen(),再用strlen()函数编写一个函数revers(s)的倒序递归程序,使字符串s逆序。#include#includeusingnamespacestd;intstrlen(char*str){intlen=0;while(str[len]!=' '){len++;}returnlen;}voidrevers(char*b){charc;intj,len;len=strlen(b);j=len/2-18、;while(j>=0)
6、cout<<"r=";cin>>r;cout<<"n=";cin>>n;第13页共13页cout<usingnamespacestd;voidprint_triangle(charc,intn){inti,j;for(i=0;i7、oidmain(){print_triangle('a',10);}5.编写一个ieqiu字符串长度的函数,strlen(),再用strlen()函数编写一个函数revers(s)的倒序递归程序,使字符串s逆序。#include#includeusingnamespacestd;intstrlen(char*str){intlen=0;while(str[len]!=' '){len++;}returnlen;}voidrevers(char*b){charc;intj,len;len=strlen(b);j=len/2-18、;while(j>=0)
7、oidmain(){print_triangle('a',10);}5.编写一个ieqiu字符串长度的函数,strlen(),再用strlen()函数编写一个函数revers(s)的倒序递归程序,使字符串s逆序。#include#includeusingnamespacestd;intstrlen(char*str){intlen=0;while(str[len]!=' '){len++;}returnlen;}voidrevers(char*b){charc;intj,len;len=strlen(b);j=len/2-1
8、;while(j>=0)
此文档下载收益归作者所有