2010 C程序设计A参考答案.docx.pdf

上传人:wj151****6093 文档编号:72118073 上传时间:2023-02-08 格式:PDF 页数:2 大小:55.06KB
返回 下载 相关 举报
2010 C程序设计A参考答案.docx.pdf_第1页
第1页 / 共2页
2010 C程序设计A参考答案.docx.pdf_第2页
第2页 / 共2页
亲,该文档总共2页,全部预览完了,如果喜欢就下载吧!
资源描述

《2010 C程序设计A参考答案.docx.pdf》由会员分享,可在线阅读,更多相关《2010 C程序设计A参考答案.docx.pdf(2页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、C+程序设计(A)卷 参考答案和评分标准一、单项选择题(一、单项选择题(3030 分,共分,共 1515 题,每小题题,每小题 2 2 分)分)题题 号号答答案案题题号号答答案案题题号号答答案案二、读程序,写运行结果(分,每题分)第 1 题.x=6d1=5.6d2=20.1第 2 题.80,-20第 3 题.Zhao第 4 题.Constructor1 called.Friskeys age is 1Constructor2 called.Toms age is3Destructor called.Destructor called.四、设计题(四、设计题(30,30,每题每题 1010)第

2、1 题.#include#include usingnamespacestd;int main()vector V;int x;1 1C C6 6A A1111B B2 2C C7 7B B1212C C3 3B B8 8C C1313D D4 4C C9 9D D1414A A5 5D D1010A A1515A Acin x;while(x!=0)V.push_back(x);cin x;int i;for(i=V.size()-1;i=0;i-)if(V i 0)cout Vi t;cout endl;for(i=0;i0)cout Vi t;cout=a&*str=Z)*str=*st

3、r+A-a;str+;第 3 题.#include usingnamespacestd;class CComplex friend ostream&operator (ostream&,CComplex&);public:CComplex ();CComplex (double a,double b=0);CComplex operator+(CComplex&rhs);CComplex operator-(CComplex&rhs);CComplex operator*(CComplex&rhs);public:double m_a,m_b;ostream&operator (ostream

4、&os,CComplex&rhs)os rhs.m_a;if(rhs.m_b 0)os rhs.m_b i 0)os +rhs.m_b i endl;return os;CComplex:CComplex ()CComplex:CComplex (double a,double b):m_a(a),m_b(b)CComplex CComplex:operator+(CComplex&rhs)int a=m_a+rhs.m_a;int b=m_b+rhs.m_b;return CComplex(a,b);CComplex CComplex:operator-(CComplex&rhs)int a=m_a-rhs.m_a;int b=m_b-rhs.m_b;return CComplex(a,b);CComplex CComplex:operator*(CComplex&rhs)int a=m_a*rhs.m_a-m_b*rhs.m_b;int b=m_a*rhs.m_b+m_b*rhs.m_a;return CComplex(a,b);

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 应用文书 > 工作报告

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁