【计算机类职业资格】江苏省计算机二级VC++上机真题2012年秋及答案解析.doc

上传人:inwarn120 文档编号:1335922 上传时间:2019-10-17 格式:DOC 页数:2 大小:28KB
下载 相关 举报
【计算机类职业资格】江苏省计算机二级VC++上机真题2012年秋及答案解析.doc_第1页
第1页 / 共2页
【计算机类职业资格】江苏省计算机二级VC++上机真题2012年秋及答案解析.doc_第2页
第2页 / 共2页
亲,该文档总共2页,全部预览完了,如果喜欢就下载吧!
资源描述

1、江苏省计算机二级 VC+上机真题 2012年秋及答案解析(总分:40.00,做题时间:120 分钟)1.改错题(20 分) 【题目】 以下程序的功能是:将一个整数转换成相应的字符串,例如,将整数 1024转换成字符串”1024”,将负整数-512 转换成字符串”-512” 正确程序的输入/输出结果如下(下划线部分为键盘输入) 请输入一个整数:123 123 请输入一个负整数:-123 -123 含有错误的源程序如下: #include #include #define N 20; char *itoa(int x, char s) /将整数 x转换为字符串形式,结果存入数组 s中 int i=

2、0,j=0; char c,tmp; if(xx; coutx; coutitoa(x,s)_正确答案:( #define N 20; 修改为#define N 20/ s0=”0”; 修改为 s0=0; c=x%10; 修改为 c=x%10+0; si+1=/0; 修改为 si=/0;)解析:2.编程题(20 分) 【题目】 试定义一个类 Array,实现由一个数组派生出另一个数组,派生规则如下:新数组的元素取值为原数组中相同位置元素的左、右两个相邻元素前后拼接后形成的整数(左邻元素在前,右临元素在后)。规定最左(右)列元素的左(右)临元素为该元素所在行的最右(左)侧的元素,具体要求如下:

3、(1)私有数据成员 int a34:原数组 int b34:派生数组 (2)公有成员函数 Array(int t4,int n):构造函数,利用参数 t的前 n行元素初始化数据成员 a int nn(int t1,int t2):返回 t1、t2 拼接后形成的整数(t1 在前,t2 在后) void fun() :按题意生成新数组,并将结果存放到数据成员 b中 void print():按矩阵形式输出成员数组 (3)在主函数中对该类进行测试 输出示例: 原数组: 41 67 34 0 69 24 78 58 62 64 5 45 派生数组 67 4134 670 3441 5824 6978 2458 7869 4564 625 6445 562 【要求】 源程序文件名必须为 myfb.cpp,并放在 T盘根目录下,供阅卷用(分数:20.00)_正确答案:(#include #include class Array int a34,b34; public: Array(int t4,int n) for(int i=0;i3?0:d; bij=nn(aiu,aid); void print() cout“原有数组“aij/t; cout“派生数组“bij/t; ; void main() int t34; for(int i=0;i解析:

展开阅读全文
相关资源
猜你喜欢
  • KS X ISO IEC 14844-2008 Information technology-Telecommunications and information exchange between systems-Private Integrated Services Network-Inter-exchange signalling protocol-Doleme.pdf KS X ISO IEC 14844-2008 Information technology-Telecommunications and information exchange between systems-Private Integrated Services Network-Inter-exchange signalling protocol-Doleme.pdf
  • KS X ISO IEC 14845-2008 Information technology-Telecommunications and information exchange between systems-Private Integrated Services Network-Secification functional model and infervi.pdf KS X ISO IEC 14845-2008 Information technology-Telecommunications and information exchange between systems-Private Integrated Services Network-Secification functional model and infervi.pdf
  • KS X ISO IEC 14846-2008 Information technology-Telecommunications and information exchange between systems-Private Integrated Services Network-Inter-exchange signalling protocol-Ca.pdf KS X ISO IEC 14846-2008 Information technology-Telecommunications and information exchange between systems-Private Integrated Services Network-Inter-exchange signalling protocol-Ca.pdf
  • KS X ISO IEC 14888-1-2011 Information technology-Security techniques-Digital signature with appendix-Part 1:General《信息技术 保密技术 带附录的数字签名 第1部分 概要》.pdf KS X ISO IEC 14888-1-2011 Information technology-Security techniques-Digital signature with appendix-Part 1:General《信息技术 保密技术 带附录的数字签名 第1部分 概要》.pdf
  • KS X ISO IEC 14888-2-2011 Information technology-Security techniques-Digital signatures with appendix-Part 2:Integer factorization based mechanisms《信息技术 保密技术 带附录的数字签名 第2部分 基于等同的技巧》.pdf KS X ISO IEC 14888-2-2011 Information technology-Security techniques-Digital signatures with appendix-Part 2:Integer factorization based mechanisms《信息技术 保密技术 带附录的数字签名 第2部分 基于等同的技巧》.pdf
  • KS X ISO IEC 14957-2008 Information technology-Notation of format for data element values《信息技术 数据元素值格式标记法》.pdf KS X ISO IEC 14957-2008 Information technology-Notation of format for data element values《信息技术 数据元素值格式标记法》.pdf
  • KS X ISO IEC 15052-2010 Information technology-Telecommunications and information exchange between systems-Private Integrated Services Network-Inter-exchange signalling protocol-Re.pdf KS X ISO IEC 15052-2010 Information technology-Telecommunications and information exchange between systems-Private Integrated Services Network-Inter-exchange signalling protocol-Re.pdf
  • KS X ISO IEC 15056-2010 Information technology-Telecommunications and information exchange between systems-Private Integrated Services Network-Inter-exchange signalling protocol-Tr.pdf KS X ISO IEC 15056-2010 Information technology-Telecommunications and information exchange between systems-Private Integrated Services Network-Inter-exchange signalling protocol-Tr.pdf
  • KS X ISO IEC 15067-2-2007 Information technology-Home Electronic Systems(HES) application model-Part 2:Lighting model for HES《信息技术 家用电子系统(HES)应用模型第2部分 HES的照明模型》.pdf KS X ISO IEC 15067-2-2007 Information technology-Home Electronic Systems(HES) application model-Part 2:Lighting model for HES《信息技术 家用电子系统(HES)应用模型第2部分 HES的照明模型》.pdf
  • 相关搜索

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

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