ImageVerifierCode 换一换
格式:DOCX , 页数:95 ,大小:48KB ,
资源ID:4455104      下载积分:5 金币
快捷注册下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

开通VIP
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.zixin.com.cn/docdown/4455104.html】到电脑端继续下载(重复下载【60天内】不扣币)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

开通VIP折扣优惠下载文档

            查看会员权益                  [ 下载后找不到文档?]

填表反馈(24小时):  下载求助     关注领币    退款申请

开具发票请登录PC端进行申请

   平台协调中心        【在线客服】        免费申请共赢上传

权利声明

1、咨信平台为文档C2C交易模式,即用户上传的文档直接被用户下载,收益归上传人(含作者)所有;本站仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。所展示的作品文档包括内容和图片全部来源于网络用户和作者上传投稿,我们不确定上传用户享有完全著作权,根据《信息网络传播权保护条例》,如果侵犯了您的版权、权益或隐私,请联系我们,核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
2、文档的总页数、文档格式和文档大小以系统显示为准(内容中显示的页数不一定正确),网站客服只以系统显示的页数、文件格式、文档大小作为仲裁依据,个别因单元格分列造成显示页码不一将协商解决,平台无法对文档的真实性、完整性、权威性、准确性、专业性及其观点立场做任何保证或承诺,下载前须认真查看,确认无误后再购买,务必慎重购买;若有违法违纪将进行移交司法处理,若涉侵权平台将进行基本处罚并下架。
3、本站所有内容均由用户上传,付费前请自行鉴别,如您付费,意味着您已接受本站规则且自行承担风险,本站不进行额外附加服务,虚拟产品一经售出概不退款(未进行购买下载可退充值款),文档一经付费(服务费)、不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
4、如你看到网页展示的文档有www.zixin.com.cn水印,是因预览和防盗链等技术需要对页面进行转换压缩成图而已,我们并不对上传的文档进行任何编辑或修改,文档下载后都不会有水印标识(原文档上传前个别存留的除外),下载后原文更清晰;试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓;PPT和DOC文档可被视为“模板”,允许上传人保留章节、目录结构的情况下删减部份的内容;PDF文档不管是原文档转换或图片扫描而得,本站不作要求视为允许,下载前可先查看【教您几个在下载文档中可以更好的避免被坑】。
5、本文档所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用;网站提供的党政主题相关内容(国旗、国徽、党徽--等)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
6、文档遇到问题,请及时联系平台进行协调解决,联系【微信客服】、【QQ客服】,若有其他问题请点击或扫码反馈【服务填表】;文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“【版权申诉】”,意见反馈和侵权处理邮箱:1219186828@qq.com;也可以拔打客服电话:0574-28810668;投诉电话:18658249818。

注意事项

本文(C++面向对象程序的设计上机考试题库完整.docx)为本站上传会员【二***】主动上传,咨信网仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知咨信网(发送邮件至1219186828@qq.com、拔打电话4009-655-100或【 微信客服】、【 QQ客服】),核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载【60天内】不扣币。 服务填表

C++面向对象程序的设计上机考试题库完整.docx

1、C++面向对象程序设计上机考试题库 一、第一类题目〔20道,每题7分,在word中保存代码并将输出结果窗口保存〕 1.定义盒子Box类,要求具有以下成员:长、宽、高分别为x,y,z,可设置盒子形状;可计算盒子体积;可计算盒子的外表积。 #include class Box { private: int x,y,z; int v,s; public: void int(int x1=0,int y1=0,int z1=0) {x=x1;y=y1;z=z1;} void volue() {v=x*y*z;} void ar

2、ea() {s=2*(x*y+x*z+y*z);} void show() {cout<<"x= "<

5、ox2.volume()< using namespace std; class Box {public: Box(); Box(int len,int w ,int h):length(len),width(w),hei

6、ght(h){} int volume(); private: int length; int width; int height; }; int Box::volume() {return(length*width*height); } int main() { Box box1(10,20,25); cout<<"The volume of box1 is "<

7、 cout<<"The volume of box2 is "< using namespace std; template//声明一个类模板 class Compare {public: Compare(numtype a,numtype b) {x=a;y=b;}

8、 numtype max() {return (x>y)?x:y;} numtype min() {return (x cmp1(3,7); cout<

9、 Compare cmp2(45.78,93.6); cout< cmp3('a','A'); cout<

10、Minimum of two characters."< using namespace std; class Student {public: Student(int n,double s):num(n),score(s){} void display(); private: int num; double score; }; v

11、oid Student::display() {cout<display(); return 0; } 6. 建立一个对象数组,放5个学生的数据〔学号、成绩〕

12、设立一个函数max,用指向对象的指针作函数参数,在max函数中找出5个学生中成绩最高者,并输出其学号。初值自拟。 #include using namespace std; class Student {public: Student(int n,float s):num(n),score(s){} int num; float score; }; void main() {Student stud[5]={ Student(101,78.5),Student(102,85.5),Student(103,98.5),

13、 Student(104,100.0),Student(105,95.5)}; void max(Student* ); Student *p=&stud[0]; max(p); } void max(Student *arr) {float max_score=arr[0].score; int k=0; for(int i=1;i<5;i++) if(arr[i].score>max_score) {max_score=arr[i].score;k=i;} cout<

14、 7. 用new建立一个动态一维数组,并初始化int[10]={1,2,3,4,5,6,7,8,9,10},用指针输出,最后销毁数组所占空间。 #include #include using namespace std; void main(){ int *p; p=new int[10]; for(int i=1;i<=10;i++) { *(p+i-1)=i; cout<<*(p+i-1)<<" "; } cout<

15、数类Complex,重载运算符“+〞,使之能用于复数的加法运算。将运算符函数重载为非成员、非友元的普通函数。编写程序,求两个复数之和。初值自拟。 #include using namespace std; class Complex {public: Complex(){real=0;imag=0;} Complex(double r,double i){real=r;imag=i;} double get_real(); double get_imag(); void display(); private:

16、 double real; double imag; }; double Complex::get_real() {return real;} double Complex::get_imag() {return imag;} void Complex::display() {cout<<"("<

17、et_imag()+c2.get_imag()); } int main() {Complex c1(3,4),c2(5,-10),c3; c3=c1+c2; cout<<"c3="; c3.display(); return 0; } 9. 定义一个复数类Complex,重载运算符“+〞,“—〞,使之能用于复数的加,减运算,运算符重载函数作为Complex类的成员函数。编程序,分别求出两个复数之和,差。初值自拟。 using namespace std; class Complex {public: Complex(){real=0;imag=0;}

18、 Complex(double r,double i){real=r;imag=i;} Complex operator+(Complex &c2); Complex operator-(Complex &c2); void display(); private: double real; double imag; }; Complex Complex::operator+(Complex &c2) {Complex c; c.real=real+c2.real; c.imag=imag+c2.imag; retur

19、n c;} Complex Complex::operator-(Complex &c2) {Complex c; c.real=real-c2.real; c.imag=imag-c2.imag; return c;} void Complex::display() {cout<<"("<

26、1+c2; cout<<"c1+c2="; c3.display(); c3=i+c1; cout<<"i+c1="; c3.display(); c3=c1+i; cout<<"c1+i="; c3.display(); return 0; } 12. 有两个矩阵a和b,均为2行3列。求两个矩阵之和。重载运算符“+〞,使之能用于矩阵相加。如c=a+b。初值自拟。 #include class Matrix {public: Ma

27、trix(); friend Matrix operator+(Matrix &,Matrix &); void input(); void display(); private: int mat[2][3]; }; Matrix::Matrix()

28、 {for(int i=0;i<2;i++) for(int j=0;j<3;j++) mat[i][j]=0; } Matrix operator+(Matrix &a,Matrix &b) {Matrix c; for(int i=0;i<2;i++) for(int j=0;j<3;j++) {c.mat[i][j]=a.mat[i][j]+b.mat[i][j];} return c; } void Matrix::input()

29、 {cout<<"input value of matrix:"<>mat[i][j]; } void Matrix::display() {for (int i=0;i<2;i++) {for(int j=0;j<3;j++) {cout<

30、a,b,c; a.input(); b.input(); cout<

31、而放在类外,作为Complex类的友元函数。初值自拟。 #include class Complex {public: Complex(){real=0;imag=0;} Complex(double r){real=r;imag=0;} Complex(double r,double i){real=r;imag=i;} friend Complex operator+ (Complex &c1,Complex &c2); void display(); private: double real;

32、 double imag; }; Complex operator+ (Complex &c1,Complex &c2) { return Complex(c1.real+c2.real, c1.imag+c2.imag); } void Complex::display() {cout<<"("<

36、am.h> #include class String {public: String(){p=NULL;} String(char *str); friend bool operator<(String &string1,String &string2); void display(); private: char *p; }; String::String(char *str) {p=str; } void String::display() {cout<

37、ator<(String &string1,String &string2) {if(strcmp(string1.p,string2.p)<0) return true; else return false; } void compare(String &string1,String &string2) {if(operator<(string1,string2)==1) {string1.display();cout<<"<";string2.display();} cout<

38、ring1("Book"),string2("Computer"); compare(string1,string2); return 0; } 16. 定义一个字符串类String,用来存放不定长的字符串,重载运算符">",用于两个字符串的大于的比拟运算。初值自拟。 #include #include class String {public: String(){p=NULL;} String(char *str); friend bool operator>(String &stri

39、ng1,String &string2); void display(); private: char *p; }; String::String(char *str) {p=str; } void String::display() {cout<(String &string1,String &string2) {if(strcmp(string1.p,string2.p)>0) return true; else return false; } void compare

40、String &string1,String &string2) {if(operator>(string1,string2)==1) {string1.display();cout<<">";string2.display();} cout<

41、均成绩。数据自拟。 #include"string.h" #include class CStuScore { public: char strName[12]; char strStuNO[9]; void SetScore( char sname[12], char NO[9],float s0, float s1, float s2) { strcpy(strName, sname); strcpy(strStuNO, NO); fS

42、core[0] = s0; fScore[1] = s1; fScore[2] = s2; } void print() { cout<< cout<<":"<

43、Score[2])); } float GetAverage(); private: float fScore[3]; }; float CStuScore::GetAverage() { return (float)((fScore[0] + fScore[1] + fScore[2])/3.0); } void main() { CStuScore one; float a,b,c; char Name[12]; char StuNO[9]; cout

44、<<":"; cin>>Name; cout<<"学号:"; cin>>StuNO; cout<<" 成绩1:"<<" 成绩2: "<<" 成绩3: "<<"\n"; cin>>a>>b>>c; one.SetScore(Name,StuNO,a,b,c); one.print(); cout<<"平均成绩为 "<

45、cle类为直接基类,派生出一个Cylinder〔圆柱体〕类,在增加数据成员h〔高〕。编写程序,重载运算符“<<〞和“>>〞,使之能够用于输出以上类对象。 #include class Point {public: Point(float=0,float=0); void setPoint(float,float); float getX() const {return x;} float getY() const {return y;} friend ostream & operator<<(ostream &,const Poin

46、t &); protected: float x,y; }; Point::Point(float a,float b) {x=a;y=b;} void Point::setPoint(float a,float b) {x=a;y=b;} ostream & operator<<(ostream &output,const Point &p) {output<<"["<

47、t x=0,float y=0,float r=0); void setRadius(float); float getRadius() const; float area () const; friend ostream &operator<<(ostream &,const Circle &); protected: float radius; }; Circle::Circle(float a,float b,float r):Point(a,b),radius(r){} void Circle::setRadius(float r) {

48、radius=r;} float Circle::getRadius() const {return radius;} float Circle::area() const {return 3.14159*radius*radius;} ostream &operator<<(ostream &output,const Circle &c) {output<<"Center=["<

移动网页_全站_页脚广告1

关于我们      便捷服务       自信AI       AI导航        抽奖活动

©2010-2026 宁波自信网络信息技术有限公司  版权所有

客服电话:0574-28810668  投诉电话:18658249818

gongan.png浙公网安备33021202000488号   

icp.png浙ICP备2021020529号-1  |  浙B2-20240490  

关注我们 :微信公众号    抖音    微博    LOFTER 

客服