【计算机类职业资格】三级信息管理技术机试-166及答案解析.doc

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

1、三级信息管理技术机试-166 及答案解析(总分:100.00,做题时间:90 分钟)1.已知数据文件 INl5DAT 中存有 200个 4位数,并已调用读函数 readDat()把这些数存入数组 a中。请编制函数 jsVal(),其功能是:依次从数组 a中取出一个 4位数,如果该 4位数连续小于该 4位数以后的5个数且该数是偶数,则统计出满足此条件的数的个数 cnt,并把这些 4位数按从小到大的顺序存入数组b中,最后调用写函数 writeDat()把结果 cnt及数组 b中符合条件的 4位数输出到 OUT15DAT 文件中。注意:部分源程序已给出。程序中已定义数组:a200,b200,已定义变

2、量:cnt。请勿改动主函数 main()、读函数 readDat()和写函数 writeDat()的内容。试题程序:#includestdioh#define MAX 200int aMAX,bMAX, cnt=0;void jsVal()void readDat()int i;FILE *fp;fp = fopen(IN15.DAT“, “r“);for(i = 0; i MAX; i+)fscanf(fp, “%d“, fclose (fp);main ( )int i;readDat ( );j sVal ( );printf(“满足条件的数=%d/n“, cnt);for(i = 0;

3、 i cnt; i+)printf(“%d “, bi);printf ( “/n“ );writeDat ( );writeDat ( )FILE *fp;int i;fp = fopen(“OUT15.DAT“, “w“)fprintf(fp, “%d/n“, cnt);for(i = 0; i cnt; i+)fprintf(fp, “%d/n“, bifclose (fp);(分数:100.00)_三级信息管理技术机试-166 答案解析(总分:100.00,做题时间:90 分钟)1.已知数据文件 INl5DAT 中存有 200个 4位数,并已调用读函数 readDat()把这些数存入数

4、组 a中。请编制函数 jsVal(),其功能是:依次从数组 a中取出一个 4位数,如果该 4位数连续小于该 4位数以后的5个数且该数是偶数,则统计出满足此条件的数的个数 cnt,并把这些 4位数按从小到大的顺序存入数组b中,最后调用写函数 writeDat()把结果 cnt及数组 b中符合条件的 4位数输出到 OUT15DAT 文件中。注意:部分源程序已给出。程序中已定义数组:a200,b200,已定义变量:cnt。请勿改动主函数 main()、读函数 readDat()和写函数 writeDat()的内容。试题程序:#includestdioh#define MAX 200int aMAX,

5、bMAX, cnt=0;void jsVal()void readDat()int i;FILE *fp;fp = fopen(IN15.DAT“, “r“);for(i = 0; i MAX; i+)fscanf(fp, “%d“, fclose (fp);main ( )int i;readDat ( );j sVal ( );printf(“满足条件的数=%d/n“, cnt);for(i = 0; i cnt; i+)printf(“%d “, bi);printf ( “/n“ );writeDat ( );writeDat ( )FILE *fp;int i;fp = fopen(

6、OUT15.DAT“, “w“)fprintf(fp, “%d/n“, cnt);for(i = 0; i cnt; i+)fprintf(fp, “%d/n“, bifclose (fp);(分数:100.00)_正确答案:(void jsVal()int i, j, flag=0;for (i=0;iMAX-5; i+) /*如果该 4位数连续小于该 4位数以后的 5个数*/for (j =i+1; 3=i+5; j+)if(aiaj )flag=1; /*则置 flag为 1*/else flag=0; /*否则置 flag为 0*/if (a i %2 ! =0) /*如果该数是奇数

7、则置 flag为 0*/flag=0;if (flag=0) /*如果 flag为 0,则退出循环*/break;if (flag=1) /*如果 flag为 1, 则将该数存入数组 b中, 并统计满足条件的数的个数*/bcnt =ai;cnt+;for (i=0; icnt-1; i+) /*将数组 b中的数按从小到大的顺序*/for (j=i+1; jcnt; j+)if (bibj)flag=b i;bi=bj;bj=flag;)解析:解析 根据题意可知,要编制函数的功能有两部分:一是找出满足条件的 4位数;二是对找出的数进行从小到大排序。首先利用一个幻 r循环来依次从数组中取得 4位数,接着用当前得到的 4位数与该数后面的 5个数(可以用循环次数来控制)依次进行比较,如果该数比它后面的 5个数都小,则给标志变量flag赋值 1。接着对 flag进行判断,如果不为 1,则该数肯定不符合条件,直接去取下一个数;若 nag值为 1,再来判断该数是否是偶数,如果恰好该数又是偶数,则把该数加入到数组 b中。这样就可以依次取出符合条件的数,然后利用选择法对 b数组中的元素进行从小到大的排序。

展开阅读全文
相关资源
猜你喜欢
  • BS EN 130200-1993 Harmonized system of quality assessment for electronic components - Sectional specification fixed tantalum capacitors with non-solid or solid electrolyte《电子元器件质量评.pdf BS EN 130200-1993 Harmonized system of quality assessment for electronic components - Sectional specification fixed tantalum capacitors with non-solid or solid electrolyte《电子元器件质量评.pdf
  • BS EN 130201-1995 Specification for harmonized system of quality assessment for electronic components - Blank detail specification fixed tantalum capacitors with solid electrolyte .pdf BS EN 130201-1995 Specification for harmonized system of quality assessment for electronic components - Blank detail specification fixed tantalum capacitors with solid electrolyte .pdf
  • BS EN 130202-1998 Harmonized system of quality assessment for electronic components - Blank detail specification fixed tantalum capacitors with non-solid electrolyte porous anode (.pdf BS EN 130202-1998 Harmonized system of quality assessment for electronic components - Blank detail specification fixed tantalum capacitors with non-solid electrolyte porous anode (.pdf
  • BS EN 13022-1-2014 Glass in building Structural sealant glazing Glass products for structural sealant glazing systems for supported and unsupported monolithic and multiple glazing《.pdf BS EN 13022-1-2014 Glass in building Structural sealant glazing Glass products for structural sealant glazing systems for supported and unsupported monolithic and multiple glazing《.pdf
  • BS EN 13022-2-2014 Glass in building Structural sealant glazing Assembly rules《建筑玻璃 建筑密封玻璃 安装规则》.pdf BS EN 13022-2-2014 Glass in building Structural sealant glazing Assembly rules《建筑玻璃 建筑密封玻璃 安装规则》.pdf
  • BS EN 13024-1-2011 Glass in building Thermally toughened borosilicate safety glass Definition and description《建筑用玻璃 热钢化硼硅酸盐安全玻璃 定义和描述》.pdf BS EN 13024-1-2011 Glass in building Thermally toughened borosilicate safety glass Definition and description《建筑用玻璃 热钢化硼硅酸盐安全玻璃 定义和描述》.pdf
  • BS EN 13024-2-2004 Glass in building - Thermally toughened borosilicate safety glass - Evaluation of conformity Product standard《建筑用玻璃 热钢化硼硅酸盐安全玻璃 合格评价 产品标准》.pdf BS EN 13024-2-2004 Glass in building - Thermally toughened borosilicate safety glass - Evaluation of conformity Product standard《建筑用玻璃 热钢化硼硅酸盐安全玻璃 合格评价 产品标准》.pdf
  • BS EN 13025-1-2005 Packaging — Light gauge metal containers — Part 1 Nominal filling volumes for round cylindrical and tapered general use metal containers up to 40000 ml《包装 轻型金属包装.pdf BS EN 13025-1-2005 Packaging — Light gauge metal containers — Part 1 Nominal filling volumes for round cylindrical and tapered general use metal containers up to 40000 ml《包装 轻型金属包装.pdf
  • BS EN 13025-2-2005 Packaging — Light gauge metal containers — Part 2 Non-removable head (tight head) round steel and tinplate containers with a nominal capacity of 20000 ml 25000 m.pdf BS EN 13025-2-2005 Packaging — Light gauge metal containers — Part 2 Non-removable head (tight head) round steel and tinplate containers with a nominal capacity of 20000 ml 25000 m.pdf
  • 相关搜索

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

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