[计算机类试卷]国家二级(C++)机试模拟试卷34及答案与解析.doc

上传人:周芸 文档编号:502482 上传时间:2018-11-29 格式:DOC 页数:5 大小:30KB
下载 相关 举报
[计算机类试卷]国家二级(C++)机试模拟试卷34及答案与解析.doc_第1页
第1页 / 共5页
[计算机类试卷]国家二级(C++)机试模拟试卷34及答案与解析.doc_第2页
第2页 / 共5页
[计算机类试卷]国家二级(C++)机试模拟试卷34及答案与解析.doc_第3页
第3页 / 共5页
[计算机类试卷]国家二级(C++)机试模拟试卷34及答案与解析.doc_第4页
第4页 / 共5页
[计算机类试卷]国家二级(C++)机试模拟试卷34及答案与解析.doc_第5页
第5页 / 共5页
亲,该文档总共5页,全部预览完了,如果喜欢就下载吧!
资源描述

1、国家二级( C+)机试模拟试卷 34及答案与解析 一、程序改错题( 30分) 0 使用 VC6打开考生文件夹下的工程 RevProj15。此工程包含一个源程序文件RevMain15.cpp,但该程序中类的定义有错误。请改正程序中的错误,使它能得到正确结果。 注意,不要改动主函数,不得删行或增行,也不得更改程序的结构。 源程序文件 RevMain15.cpp中的程序清单如下: /RevMain15.cpp #include iostream using namespace std; class Sample private: int x; static int y; public: Sample

2、(int a) x=a; y+=x; static void print(Sample s) cout “x=“ x “, y=“ y end1; Sample: y=5; int main() Sampel s1(10); Sample s2(15); Sample: print(s1); Sample: print(s2); return 0; 二、简单应用题( 40分) 1 请编写一个函数 char*change(char instr),将输入字符串中的所有小写字母转换为大写字母输出。要求使用 for循环实现。如输入 jinfeiteng,则输出结果是JINFEITENG。 注意:部分

3、源程序已存在文件 test21_2.cpp中。 请勿修改主函数 main和其他函数中的任何内容,仅在函数 change的花括号中填写若干语句。 文件 test21_2.cpp的内容如下: char*change(char instr); #include“iostream.h“ void main() char instr50; char *outstr; cout “Input a string:“ endl; cin instr; outstr=change(instr); cout “Over graded string:“ endl; cout outstr endl; char*ch

4、ange(char instr) 三、综合应用题( 30分) 1 使用 VC6打开考生文件夹下的工程 MyProj14。此工程包含一个源程序文件MyMain14.cpp,程序中定义了 3个类 A、 B和 C,但类的定义并不完整。 请按要求完成下列操作,将类的定义补充完成: 类 A的成员函数 set x(int i,int j)是虚函数,其实现的功能是将类 A的保护成员x和 y分别设置成 i和 j并且 y具有默认值 0。请在注释 “/* *1* * ”之后添加适当的语句。 将类 A的成员函数 print()声明成员纯虚函数。请在注释 “/* *2* *”之后添加适当的语句。 完成类 A的保护数据

5、成员 x和 y的定义,它们都是整型变量。请在注释 “/* *3* *”之后添加适当的语句。 注意:除在指定位置添加语句之外,请不要改动程序中的其他内容。 源程序文件 MyMain14.cpp清单如下: /MyMain14. cpp #include iostream using namespace std; class A public: /* * * 1 * * * /* * * 2 * * * protected: /* * * 3 * * * ; class B : public A public: void print () cout x * x “ , “; ; class C :

6、public A public: void print () cout x* x * x end1; ; int main () A *pa; B b; C c; pa= pa- setx (5); pa- print (); pa= pa- setx (2); pa- print (); return 0; 国家二级( C+)机试模拟试卷 34答案与解析 一、程序改错题( 30分) 二、简单应用题( 40分) 1 【正确答案】 char *change(char instr) char *outstr=new char50; const char delta=A-a; int i; for(i=0;instri!=0; i+) if(instri =a & instri =z) outstri=instri+delta; else outstri=instri; outstri=0; return outstr; 【试题解析】 本题考查的是考生使用 for循环和一维数组的综合水平。对于大小写的 ASCII码的差值可以通过 delta=A-a运算得到,注意在字符串的结尾加入结束标志符 0。 三、综合应用题( 30分)

展开阅读全文
相关资源
猜你喜欢
  • BS PD IEC TS 62763-2013_5284 Pilot function through a control pilot circuit using PWM (pulse width modulation) and a control pilot wire《通过控制导向线使用PWM (脉冲宽度调制) 的导向功能和控制导向线》.pdf BS PD IEC TS 62763-2013_5284 Pilot function through a control pilot circuit using PWM (pulse width modulation) and a control pilot wire《通过控制导向线使用PWM (脉冲宽度调制) 的导向功能和控制导向线》.pdf
  • BS ISO 8070-2007 Milk and milk products - Determination of calcium sodium potassium and magnesium contents - Atomic absorption spectrometric method《牛奶和奶制品 钙、钠、钾和镁含量的测定 原子吸.pdf BS ISO 8070-2007 Milk and milk products - Determination of calcium sodium potassium and magnesium contents - Atomic absorption spectrometric method《牛奶和奶制品 钙、钠、钾和镁含量的测定 原子吸.pdf
  • BS ISO 8082-1-2009 Self-propelled machinery for forestry - Laboratory tests and performance requirements for roll-over protective structures - General machines《林业用自推进机械 防倾.pdf BS ISO 8082-1-2009 Self-propelled machinery for forestry - Laboratory tests and performance requirements for roll-over protective structures - General machines《林业用自推进机械 防倾.pdf
  • BS ISO 8082-2-2011 Self-propelled machinery for forestry Laboratory tests and performance requirements for roll-over protective structures Machines having a rotating platf.pdf BS ISO 8082-2-2011 Self-propelled machinery for forestry Laboratory tests and performance requirements for roll-over protective structures Machines having a rotating platf.pdf
  • BS ISO 8083-2006 Machinery for forestry - Falling-object protective structures (FOPS) - Laboratory tests and performance requirements《林业机械 落体防护装置(FOPS) 实验室试验和性能要求》.pdf BS ISO 8083-2006 Machinery for forestry - Falling-object protective structures (FOPS) - Laboratory tests and performance requirements《林业机械 落体防护装置(FOPS) 实验室试验和性能要求》.pdf
  • BS ISO 8086-2004 Dairy plant - Hygiene conditions - General guidance on inspection and sampling procedures《乳品厂 卫生条件 检验和取样程序通用指南》.pdf BS ISO 8086-2004 Dairy plant - Hygiene conditions - General guidance on inspection and sampling procedures《乳品厂 卫生条件 检验和取样程序通用指南》.pdf
  • BS ISO 8096-2005 Rubber- or plastics-coated fabrics for water resistant clothing - Specification《雨衣用橡胶或塑料涂覆织物 规范》.pdf BS ISO 8096-2005 Rubber- or plastics-coated fabrics for water resistant clothing - Specification《雨衣用橡胶或塑料涂覆织物 规范》.pdf
  • BS ISO 8097-2001 Aircraft Minimum airworthiness requirements and test conditions for certified air cargo unit load devices《航空器 经认证的航空货运集装单元装置最低适航性要求和试验条件》.pdf BS ISO 8097-2001 Aircraft Minimum airworthiness requirements and test conditions for certified air cargo unit load devices《航空器 经认证的航空货运集装单元装置最低适航性要求和试验条件》.pdf
  • BS ISO 8114-1993 Textile machinery and accessories - Spindles for ring-spinning and doubling machines - List of equivalent terms《纺织机械和附件 环锭纺纱机和并线机用锭子 同义术语表》.pdf BS ISO 8114-1993 Textile machinery and accessories - Spindles for ring-spinning and doubling machines - List of equivalent terms《纺织机械和附件 环锭纺纱机和并线机用锭子 同义术语表》.pdf
  • 相关搜索

    当前位置:首页 > 考试资料 > 职业资格

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1