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

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

1、国家二级( C+)机试模拟试卷 61及答案与解析 一、程序改错题( 30分) 1 使用 VC6打开考生文件夹下的工程 test3_1,此工程包含一个源程序文件test3_1.cpp,但该程序运行有问题,请改正程序中的错误,使程序的输出结果如下: A:a=5 display1:a=6 display2:a=5 源程序文件 test3_1.cpp清单如下: #include iostream.h Class A public: *found* A () void printa()cout “A:a=“ a endl; private: int a; *found* class B; ; class

2、 B public: *found* void display1(A t) (*t).a+; cout “display1:a=“ (*t).a endl; void display2(A t) t.a-;cout “display2:a=“ t.a end1; ; void main() A obj1; B obj2; obj1.printa(); obj2.display1( obj2.display2(obi1); 二、简单应用题( 40分) 2 请 编写一个函数 comm(int n,int k),该函数将用递归算法计算从 n个人中选择 k个人组成一个委员会的不同组合数,由 n个人里选

3、 k个人的组合数 =由 (n-1)个人里选 k个人的组合数 +由 (n-1)个人里选 (k-1)个人的组合数。 注意:部分源程序已存在文件 test41_2.cpp中。 请勿修改主函数 main和其他函数中的任何内容,仅在函数 comm的花括号中填写若干语句。 源程序文件 test41-2.cpp清单如下: #include iostream.h int comm(int n, int k) void main ( ) int n=7, k=3; cout “n=7,k=3“ endl; cout comm(n,k) endl; 三、综合应用题( 30分) 2 使用 VC6打开考生文件夹下的工

4、程 MyProj13。此工程包含一个源程序文件MyMain12.cpp。程序中定义了两个类 Base和 Derived,但类 的定义并不完整。 请按要求完成下列操作,将类的定义补充完成: 定义类 shapes的保护成员 x和 y,它们都是整型变量。请在注释 “/* *1* *”之后添加适当的语句。 完成构造函数 shapes(int d,int w)定义,使类 shapes的保护成员 x、 y分别初始化为 d、 w,并分别具有默认值 0、 0。请在注释 “/* *2* *”之后添加适当的语句。 完成类 shapes的成员函数 setvalue(int d,int w)的定义, shapes类的

5、数据成员 x和y分别被设置成 d和 w。请在注释 “/* *3* *”之后添加适当的语句。 将类 shapes的成员函数 void disp()设置成纯虚函数。请在注释 “/* *4* *”之后添加适当的语句。 注意:除在指定位置添加语句之外,请不要改动程序中的其他内容。 源程序文件 MyMain13.cpp清单如下: /MyMain13.cpp #include iostream using namespace std; class shapes /* * *1* * * public: /* * *2* * * void setvalue(int d, int w) /* * *3* *

6、* /* * * 4 * * * ; class square : public Shapes public: void disp() cout x*y end1; ; int main() shapes*ptr; square s1; ptr= else if(n=k|k=0) return 1; else return comm(n-1,k)+comm(n-1,k-1); 【试题解析】 本题考查的 是考生对简单的递归函数的应用。递归函数是算法设计中比较经典的一种,它主要应用数学的递推公式进行反复的迭代计算并最终得到正确答案,在编程上体现为在函数体内部对自身的调用。本题的大体思路为:递归的结束条件为 n=k或者 k=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