【计算机类职业资格】三级网络技术机试-51及答案解析.doc

上传人:bonesoil321 文档编号:1321988 上传时间:2019-10-17 格式:DOC 页数:4 大小:28KB
下载 相关 举报
【计算机类职业资格】三级网络技术机试-51及答案解析.doc_第1页
第1页 / 共4页
【计算机类职业资格】三级网络技术机试-51及答案解析.doc_第2页
第2页 / 共4页
【计算机类职业资格】三级网络技术机试-51及答案解析.doc_第3页
第3页 / 共4页
【计算机类职业资格】三级网络技术机试-51及答案解析.doc_第4页
第4页 / 共4页
亲,该文档总共4页,全部预览完了,如果喜欢就下载吧!
资源描述

1、三级网络技术机试-51 及答案解析(总分:100.00,做题时间:90 分钟)一、上机题(总题数:1,分数:100.00)1.己知数据文件 IN57.DAT中存有 300个 4位数,并已调用读函数 readDat()把这些数存入数组 a中,请编制一函数 jsValue(),其功能是:求出个位数上的数减千位数上数减百位数上的数减十位数上的数大于零的个数 cnt,再把所有满足此条件的 4位数依次存入数组 b中,然后对数组 b的 4位数按从大到小的顺序进行排序,最后调用函数 writeDat()把数组 b中的数输出到 OUT57.DAT文件中。例如: 1239,91-2-30,则该数满足条件,存入数

2、组 b中,且个数 cnt=cnt+1。8129,9-8-1-20,则该数不满足条件,忽略。注意:部分源程序已给出。程序中已定义数组:a300),b300,已定义变量:cnt。请勿改动主函数 main()、读函数 readDat()和写函数 writeDat()的内容。试题程序:#includestdio.hint a300,b300,cnt=0;jsValue()main ( )int i;readDat();jsValue();writeDat();printf (“cnt=%d/n“, cnt);for(i=0;icnt;i+)print f (“b %d =%d/n“, i,b Iii

3、);readDat ( )FILE *fp;int i;fp=fopen (“IN57 .DAT“, “r“);for (i=0; i300; i+)fscanf (fp, “%d, “,fclose(fp);writeDat ()FILE *fp;int i;fp=fopen “OUT57. DAT“, “w“ );fprintf (fp, “%d/n“, cnt);for (i=0; icnt; i+)fprintf(fp, “%d/n“,bi);fclose (fp);(分数:100.00)_三级网络技术机试-51 答案解析(总分:100.00,做题时间:90 分钟)一、上机题(总题数:

4、1,分数:100.00)1.己知数据文件 IN57.DAT中存有 300个 4位数,并已调用读函数 readDat()把这些数存入数组 a中,请编制一函数 jsValue(),其功能是:求出个位数上的数减千位数上数减百位数上的数减十位数上的数大于零的个数 cnt,再把所有满足此条件的 4位数依次存入数组 b中,然后对数组 b的 4位数按从大到小的顺序进行排序,最后调用函数 writeDat()把数组 b中的数输出到 OUT57.DAT文件中。例如: 1239,91-2-30,则该数满足条件,存入数组 b中,且个数 cnt=cnt+1。8129,9-8-1-20,则该数不满足条件,忽略。注意:部

5、分源程序已给出。程序中已定义数组:a300),b300,已定义变量:cnt。请勿改动主函数 main()、读函数 readDat()和写函数 writeDat()的内容。试题程序:#includestdio.hint a300,b300,cnt=0;jsValue()main ( )int i;readDat();jsValue();writeDat();printf (“cnt=%d/n“, cnt);for(i=0;icnt;i+)print f (“b %d =%d/n“, i,b Iii );readDat ( )FILE *fp;int i;fp=fopen (“IN57 .DAT“

6、, “r“);for (i=0; i300; i+)fscanf (fp, “%d, “,fclose(fp);writeDat ()FILE *fp;int i;fp=fopen “OUT57. DAT“, “w“ );fprintf (fp, “%d/n“, cnt);for (i=0; icnt; i+)fprintf(fp, “%d/n“,bi);fclose (fp);(分数:100.00)_正确答案:(jsValue ( )int i, thou, hun, ten, data, j;for (i=0; i300; i+)thou=a i/1000; /*求四位数的千位数字*/hu

7、n-a i %1000/100; /*求四位数的百位数字*/ten=a i %100/10; /*求四位数的十位数字*/data=a i %10; /*求四位数的个位数字*/if (data-hun-ten-thou0) /*如果个位烽减千位数减百位数减十位数大于零*/b cnt -a i ; /*则将满足条件的数存入数组 b中*/cnt+; /*统计满足条件的数的个数*/for (i=0; icnt-1; i+) /*对数组 b的 4位数按从大到小的顺序进行排序*/for (j=i+1; jcnt; j+)if (bibj)data=b ii;bi=b9;b j =data;)解析:解析本题考查的知识点如下:(1)运算符“%”及“/”的使用。(2)循环结构及选择结构的使用。在本题中,首先要将一个 4位数的千位、百位、十位、个位拆成独立的数字。这里借助特殊运算符号“%” (取余)和“/” (整除)。将一个 4位数整除 1000则叫得到其千位上的数字,除以 1000取余再整除 100则可得百位上的数字,除以 100取余再整除 10则可得十位上的数字,除以 10取余则得个位上的数字。然后按照题意要求将各位依次相减进行判断。将符合条件的数存入数组 b中,最后的排序采用“选择排序法”。

展开阅读全文
相关资源
猜你喜欢
  • NC 11-92-1987 Cutting Tools Cutters Saws and Saw Sheets Selection《切削工具 刀具,锯和锯片 选择》.pdf NC 11-92-1987 Cutting Tools Cutters Saws and Saw Sheets Selection《切削工具 刀具,锯和锯片 选择》.pdf
  • NC 11-93-1987 Engineering Regenerative Pumps Quality Specifications《工程 涡流泵 质量规格》.pdf NC 11-93-1987 Engineering Regenerative Pumps Quality Specifications《工程 涡流泵 质量规格》.pdf
  • NC 12-00-12-1985 Standards Systerr for Frotection against Corrosion Faint and Varnish Coatings Classification and Conventional Symbols《防腐蚀保护的标准系统 油漆和清漆涂层 分类和常用符号》.pdf NC 12-00-12-1985 Standards Systerr for Frotection against Corrosion Faint and Varnish Coatings Classification and Conventional Symbols《防腐蚀保护的标准系统 油漆和清漆涂层 分类和常用符号》.pdf
  • NC 12-00-13-1986 Standards System for Protection Against Corrosión Paint and Varnish Coating Applications General Requirements for Coating Application Seleetion《防腐蚀保护的标准系统 油漆和清漆涂层应.pdf NC 12-00-13-1986 Standards System for Protection Against Corrosión Paint and Varnish Coating Applications General Requirements for Coating Application Seleetion《防腐蚀保护的标准系统 油漆和清漆涂层应.pdf
  • NC 12-01-02-1988 Standards System for Protection Against Corrosion Seawater Corrosive Aggresivity in Heat Interchangers General Requirements fox the Selection of Copper Alloys《防腐蚀保.pdf NC 12-01-02-1988 Standards System for Protection Against Corrosion Seawater Corrosive Aggresivity in Heat Interchangers General Requirements fox the Selection of Copper Alloys《防腐蚀保.pdf
  • NC 12-01-12-1987 Standards System for Protection Against Corrosion Steel Corrosion Resistance to CT-3 Common Grade Carbon《防腐蚀保护的标准系统 CT-3公共等级碳的钢铁耐腐蚀强度》.pdf NC 12-01-12-1987 Standards System for Protection Against Corrosion Steel Corrosion Resistance to CT-3 Common Grade Carbon《防腐蚀保护的标准系统 CT-3公共等级碳的钢铁耐腐蚀强度》.pdf
  • NC 12-01-13-1988 Standards System for Protection Against Corrosión Determination of Nitrates Content in the Atmosphere Method of Chemical Analysis《防腐蚀保护的标准系统 大气中硝酸盐成分测定 化学分析方法》.pdf NC 12-01-13-1988 Standards System for Protection Against Corrosión Determination of Nitrates Content in the Atmosphere Method of Chemical Analysis《防腐蚀保护的标准系统 大气中硝酸盐成分测定 化学分析方法》.pdf
  • NC 12-02-04-1989 Standards System for Protection Against Corrosion Phosphate Coatings General Requirements《防腐蚀保护的标准系统 磷化膜 一般要求》.pdf NC 12-02-04-1989 Standards System for Protection Against Corrosion Phosphate Coatings General Requirements《防腐蚀保护的标准系统 磷化膜 一般要求》.pdf
  • NC 12-02-27-1988 Standards System for Protection Against Corrosion Construction Frames Terms and Definitions《防腐蚀保护的标准系统 建筑框架 术语和定义》.pdf NC 12-02-27-1988 Standards System for Protection Against Corrosion Construction Frames Terms and Definitions《防腐蚀保护的标准系统 建筑框架 术语和定义》.pdf
  • 相关搜索

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

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