【计算机类职业资格】国家二级C++机试(操作题)模拟试卷312及答案解析.doc

上传人:deputyduring120 文档编号:1331810 上传时间:2019-10-17 格式:DOC 页数:3 大小:33.50KB
下载 相关 举报
【计算机类职业资格】国家二级C++机试(操作题)模拟试卷312及答案解析.doc_第1页
第1页 / 共3页
【计算机类职业资格】国家二级C++机试(操作题)模拟试卷312及答案解析.doc_第2页
第2页 / 共3页
【计算机类职业资格】国家二级C++机试(操作题)模拟试卷312及答案解析.doc_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

1、国家二级 C+机试(操作题)模拟试卷 312及答案解析(总分:6.00,做题时间:90 分钟)一、基本操作题(总题数:1,分数:2.00)1.使用 VC6打开考生文件夹下的源程序文件 modi1cpp,该程序运行时有错,请改正其中的错误,使程序正确运行,并且使程序输出的结果为: CMyObject,in the construtor CMyObject,in the destrutor 注意:错误的语句在*error*的下面,修改该语句即可。#includeiostreamhclass CMyObject *error* *error* CMyObjectcout“CMyObject,in t

2、he constrUtor“endl; CMyObject()cout“CMyObject,in the destrutor“endl;Void main() CMyObject obj1;(分数:2.00)_二、简单应用题(总题数:1,分数:2.00)2.使用 VC6打开考生文件夹下的源程序文件 modi2cpp。请完成函数 fun(int n),求出 nn矩阵的对角线数字的平方和。如果 n为奇数,则对角线交叉部位数字只参与一次计算。 注意:请勿改动主函数 main与其他函数中的任何内容,仅在函数 fun的花括号中填入所编写的若干语句。 #include #define MAX_N 10 i

3、nt XXMAX_NMAX_N; int fun(int n) void main() int nj do coutn; if(n=1) break; while(1); for(int i=0;iXXij; coutn; if(n=1) break; while(1); for(int i=0;iXXij; coutfun(n)_正确答案:(正确答案:int data=0; 初始化求平方和变量 for(int i=0;in;i+) data+=XXii*XXii; 求正对角线平方和 if(i!=ni 一 1) data+=XXin-i-1*XXin-i- 1;求逆对角线平方和 return

4、data;)解析:解析:(1)首先初始化求平方和变量,设置求平方和的变量为 0。 (2)然后利用 for循环求得矩阵正对角线平方和。 (3)最后求得逆对角线平方和,返回平方和变量。三、综合应用题(总题数:1,分数:2.00)3.使用 VC6打开源程序文件 modi3cpp。其中类 TestClass用于把文件输出到屏幕,然后进行文件的分割。分割的方法如下:第一个文件的大小是文件的前一半,另外一个文件的大小是剩余部分。 此程序将inttxt 文件中的内容输出到屏幕,并且将文件按照以上方式分割,存于文件 out1txt 和 out2txt中。其中定义的类并不完整,按要求完成下列操作,将类的定义补充

5、完整。 (1)从输入文件中获得一个字符,并判断是否到文件结尾,如果到文件结尾,则退出循环。请在注释*1*后添加适当的语句。 (2)把获得的输入文件的内容存储到 buf中,并且用 len记录下文件的长度。请在注释*2*后添加适当的语句。 (3)将输入文件的后一半内容存储在第二个文件中,请在注释*3*后添加适当的语句。 (4)使用文件流对象打开输入文件 intxt,请在注释*4*后添加适当的语句。 注意:仅在函数指定位置添加语句,请勿改动主函数 main与其他函数中的任何内容。#includeiostreamh#includefstreamh#includeStdlibhClass TestCla

6、sspublic: TestClass(char*fileName) len=0; fstream infile; infileopen(fileName,ios:in); char ch; *1* while() coutch; *2* infileClose(); void split() fstream outfile1; fstream outfile2; outfilelopen(“out1txt“,ios:out);outfile2open(“out2txt“,ios:out); int i=0; for(i=0;ilen2;i+) outfilelbufi; do *3* whi

7、le(i!=len); outfile1close(); outfile2CioSe(); private: int len; char buf1024;);void main() *4* TestClass Fsp(); Fspsplit(); return;(分数:2.00)_正确答案:(正确答案:(1)将“while()”完整为:while(infileget(ch) (2)添加语句:buflen+=ch; (3)添加语句:outfile2解析:解析:(1)题目 1要求“从输入文件中获得一个字符,并判断是否到文件结尾”。程序中的“while()”循环判断语句中缺少从文件中获得的字符,所以这里补全 while循环判断条件, 即“while(infileget(ch)”。 (2)题目 2要求“把获得的输入文件的内容存储到 buf中,并且用 len记录下文件的长度。”所以为 buf分配空间,即“buflen+=ch;”。 (3)题目 3要求“将输入文件的后一半内容存储在第二个文件中。”在 C+中,用流插入运算符为“”,所将 buf中存放的数据存入文件outfile2,以根据题干中的要求,即这里补全“outfile2

展开阅读全文
相关资源
猜你喜欢
  • EN 50377-4-2-2011 en Connector sets and interconnect components to be used in optical fibre communication systems - Product specifications - Part 4-2 Type SC APC simplex 8 erminate.pdf EN 50377-4-2-2011 en Connector sets and interconnect components to be used in optical fibre communication systems - Product specifications - Part 4-2 Type SC APC simplex 8 erminate.pdf
  • EN 50377-4-4-2011 en Connector sets and interconnect components to be used in optical fibre communication systems - Product specifications - Part 4-4 Type SC-PC simplex terminated .pdf EN 50377-4-4-2011 en Connector sets and interconnect components to be used in optical fibre communication systems - Product specifications - Part 4-4 Type SC-PC simplex terminated .pdf
  • EN 50377-5-1-2003 en Connector sets and interconnect components to be used in optical fibre communication systems Product specifications Part 5-1 Type EC terminated on IEC 60793-2 .pdf EN 50377-5-1-2003 en Connector sets and interconnect components to be used in optical fibre communication systems Product specifications Part 5-1 Type EC terminated on IEC 60793-2 .pdf
  • EN 50377-6-1-2002 en Connector sets and interconnect components to be used in optical fibre communication systems - Product specifications Part 6-1 Type SC-RJ terminated on IEC 607.pdf EN 50377-6-1-2002 en Connector sets and interconnect components to be used in optical fibre communication systems - Product specifications Part 6-1 Type SC-RJ terminated on IEC 607.pdf
  • EN 50377-6-2-2007 en Connector sets and interconnect components to be used in optical fibre communication systems - Product specifications - Part 6-2 SC-RJ single mode terminated o.pdf EN 50377-6-2-2007 en Connector sets and interconnect components to be used in optical fibre communication systems - Product specifications - Part 6-2 SC-RJ single mode terminated o.pdf
  • EN 50377-7-1-2004 en Connector sets and interconnect components to be used in optical fibre communication systems Product specifications Part 7-1 Type LC-PC duplex terminated on IE.pdf EN 50377-7-1-2004 en Connector sets and interconnect components to be used in optical fibre communication systems Product specifications Part 7-1 Type LC-PC duplex terminated on IE.pdf
  • EN 50377-7-2-2004 en Connector sets and interconnect components to be used in optical fibre communication systems Product specifications Part 7-2 LC-PC duplex terminated on IEC 607.pdf EN 50377-7-2-2004 en Connector sets and interconnect components to be used in optical fibre communication systems Product specifications Part 7-2 LC-PC duplex terminated on IEC 607.pdf
  • EN 50377-7-3-2004 en Connector sets and interconnect components to be used in optical fibre communication systems Product specifications Part 7-3 Type LC-APC duplex terminated on I.pdf EN 50377-7-3-2004 en Connector sets and interconnect components to be used in optical fibre communication systems Product specifications Part 7-3 Type LC-APC duplex terminated on I.pdf
  • EN 50377-7-4-2011 en Connector sets and interconnect components to be used in optical fibre communication systems - Product specifications - Part 7-4 LC-PC simplex terminated on IE.pdf EN 50377-7-4-2011 en Connector sets and interconnect components to be used in optical fibre communication systems - Product specifications - Part 7-4 LC-PC simplex terminated on IE.pdf
  • 相关搜索

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

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