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

上传人:Iclinic170 文档编号:497284 上传时间:2018-11-28 格式:DOC 页数:8 大小:38.50KB
下载 相关 举报
[计算机类试卷]国家二级C++机试(操作题)模拟试卷216及答案与解析.doc_第1页
第1页 / 共8页
[计算机类试卷]国家二级C++机试(操作题)模拟试卷216及答案与解析.doc_第2页
第2页 / 共8页
[计算机类试卷]国家二级C++机试(操作题)模拟试卷216及答案与解析.doc_第3页
第3页 / 共8页
[计算机类试卷]国家二级C++机试(操作题)模拟试卷216及答案与解析.doc_第4页
第4页 / 共8页
[计算机类试卷]国家二级C++机试(操作题)模拟试卷216及答案与解析.doc_第5页
第5页 / 共8页
点击查看更多>>
资源描述

1、国家二级 C+机试(操作题)模拟试卷 216及答案与解析 一、基本操作题 1 请使用 VC6或使用【答题】菜单打开考生文件夹 proj1下的工程 proj1。程序中位于每个 “ ERROR*found*”之后的一行语句有错误,请加以改正。改正后程序的输出结果应为: Name: Smith Age: 21 ID: 99999 CourseNum:12Record: 970 注意:只修改每个 “ ERROR*found*”下的那一行,不要改动程序中的其他内容。 1 #include 2 using namespace stct; 3 Class StudentIinfo 4 5 protected

2、: 6 ERROR *found* 7 char Name; 8 int Age; 9 int ID; 10 int CourseNum; 11 f20aL Record; 12 public: 13 StudentInfo(char*name, int Age, int ID, int courseNum, float: record); 14 15 ERROR *found* 16 void StudentInfo() 17 float AverageRecord() 18 return Record CourseNum; 19 20 VOid show()corlst 21 coutID

3、=ID; 3l CourseNum=courseNum; 32 Record=Eecord; 33 34 int main() 35 36 StudentInfo st(“Smith“, 21, 99999, 12, 970); 37 st show(); 38 return 0; 39 二、简单应用题 2 请使用 VC6或使用【答题】菜单打开考生文件夹 proj2下的工程 proj2,该工程中包含一个程序文件 main cpp,其中有类 AutoMobile(“汽车 ”)及其派生类 Car(“小轿车 ”)、 Truck(“卡车 ”)的定义,还有主函数 main的定义。请在横线处填写适当的代码

4、并删除横线,以实现上述类定义。此程序的正确输出结果应为: 车牌号:冀 ABCl234 品牌: ForLand类别:卡车 当前档位: 0最大载重量: 12 车牌号:冀 ABCl234 品牌: ForLand类别:卡车 当前档位: 2最大载重量: 12 车牌号:沪 XYZ5678 品牌: QQ 类别:小轿车 当前档位: 0座位数: 5 车牌号:沪 XYZ5678 品牌: QQ 类别:小轿车 当前档位: -1座位数: 5 注意:只能在横线处填写适当的代码,不要改动程序中的其他内容,也不要删除或移动 “ *found*”。 1 #include 2 #include 3 #include 4 usin

5、g namespace std; 5 class AutoMobile f “汽车 ”类 6 char*brand; 汽车品牌 7 char*number; 车牌号 8 int speed; 档位: 1、 2、 3、 4、 5,空档: 0,倒档: -1 9 public: 10 AutoMobile(const char*the brand, const char*the_number): speed(0) 11 brand=new charstrlen(thebrand)+1; 12 *found* 13 _; 14 *found* 15 _; 16 strcpy(number, the n

6、umber); 17 18 AutoMobile()deletebrand; delete number; 19 const char*theBrand()constre-turn brand; 返回品牌名称 20 const char*theNumber()constre-turn number; 返回车牌号 21 int currentSpeed()const return speed; 返回当前档位 22 void changeGearTo(int the speed) 换到指定档位 23 if(speed=-1 speed 3 using namespace std; 4 5 temp

7、late 6 class Array数组类 7 public: 8 Array(Type b, int mm)构造函数 9 for(int i=0; i=m) 22 cout 5 void Array: Contrary()补充函数体 6 *333* 7 8 9 *666* 10 11 int main() 12 int s15=1, 2, 3, 4, 5; 13 double s26=1 2, 2 3, 3 4, 4 5, 5 6, 8.4; 14 Arraydl(s1, 5); 15 Arrayd2(s2, 6); 16 int i; 17 d1 Contrary(); d2 Contrary(); 18 coutj时停止交换即可。

展开阅读全文
相关资源
猜你喜欢
相关搜索

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

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