【计算机类职业资格】计算机三级(信息管理技术)上机考试2及答案解析.doc

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

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

2、序中已定义数组:a200,b200,已定义变量:cnt。 请勿改动主函数main()、读函数 readDat()和写函数 writeDat()的内容。 试题程序: #include #define MAX 200 int 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(); jsVal(); printf(“满

3、足条件的数=%dn“, cnt); for(i = 0; i cnt; i+) printf(“%d “, bi); printf(“n“); writeDat(); writeDat() FILE *fp; int i; fp = fopen(“OUT15.DAT“, “w“); fprintf(fp, “%dn“, cnt); for(i = 0; i cnt; i+) fprintf(fp, “%dn“, bi); fclose(fp); (分数:-1.00)_计算机三级(信息管理技术)上机考试 2 答案解析(总分:-1.00,做题时间:90 分钟)1.已知数据文件 IN15.DAT 中

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

5、eDat()的内容。 试题程序: #include #define MAX 200 int 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(); jsVal(); printf(“满足条件的数=%dn“, cnt); for(i = 0; i cnt; i+) printf(“%d “, bi); printf

6、n“); writeDat(); writeDat() FILE *fp; int i; fp = fopen(“OUT15.DAT“, “w“); fprintf(fp, “%dn“, cnt); for(i = 0; i cnt; i+) fprintf(fp, “%dn“, bi); fclose(fp); (分数:-1.00)_正确答案:(void jsVal() int i,j,flag=0; for (i=0;i=i+5;j+) if(aibj) flag=bi; bi=bj; bj=flag; )解析:根据题意可知,要编制函数的功能有两部分:一是找出满足条件的 4 位数;二是对找出的数进行从小到大排序。首先利用一个 for 循环来依次从数组中取得 4 位数,接着用当前得到的 4 位数与该数后面的5 个数(可以用循环次数来控制)依次进行比较,如果该数比它后面的 5 个数都小,则给标志变量 flag赋值 1。接着对 flag 进行判断,如果不为 1,则该数肯定不符合条件,直接去取下一个数;若 flag 值为1,再来判断该数是否是偶数,如果恰好该数又是偶数,则把该数加入到数组 b 中。这样就可以依次取出符合条件的数,然后利用选择法对 b 数组中的元素进行从小到大的排序。

展开阅读全文
相关资源
猜你喜欢
  • DIN VDE 0711-209-1992 Luminaires part 2 particular requirements section nine photo and film luminaires (non-professional) (IEC 60598-2-9 1987) german version EN 60598-2-9 1989《灯具 第.pdf DIN VDE 0711-209-1992 Luminaires part 2 particular requirements section nine photo and film luminaires (non-professional) (IEC 60598-2-9 1987) german version EN 60598-2-9 1989《灯具 第.pdf
  • DIN VDE 0711-219-1992 Luminaires part 2 particular requirements section nineteen air-handling luminaires (safety requirements) (IEC 60598-2-19 1981 and amendment 1 1987 modified) g.pdf DIN VDE 0711-219-1992 Luminaires part 2 particular requirements section nineteen air-handling luminaires (safety requirements) (IEC 60598-2-19 1981 and amendment 1 1987 modified) g.pdf
  • DIN VDE 0753-4-2009 Guideline for the safe use of medical products in dialysis treatment - Text in German and English《透析治疗中医疗产品的安全使用指南》.pdf DIN VDE 0753-4-2009 Guideline for the safe use of medical products in dialysis treatment - Text in German and English《透析治疗中医疗产品的安全使用指南》.pdf
  • DIN VDE 0800-1-1989 Telecommunications general concepts requirements and tests for the safety of facilities and apparatus《电信技术 通用术语 设备及仪器的安全性要求和试验》.pdf DIN VDE 0800-1-1989 Telecommunications general concepts requirements and tests for the safety of facilities and apparatus《电信技术 通用术语 设备及仪器的安全性要求和试验》.pdf
  • DIN VDE 0800-3-2003 Information technology - Part 3 Safety of installations with remote power feeding《信息技术 第3部分 远程供电装置的安全》.pdf DIN VDE 0800-3-2003 Information technology - Part 3 Safety of installations with remote power feeding《信息技术 第3部分 远程供电装置的安全》.pdf
  • DIN VDE 0812-1988 Equipment wires and stranded equipment wires for telecommunicationssystems and data processing systems《通信系统和数据处理系统的设备连接线和多股的设备连接线》.pdf DIN VDE 0812-1988 Equipment wires and stranded equipment wires for telecommunicationssystems and data processing systems《通信系统和数据处理系统的设备连接线和多股的设备连接线》.pdf
  • DIN VDE 0816-1 Bb 1-2009 External cables for telecommunication and data processing systems - Cables insulated and sheathed with polyethylen unit stranded - List of type designation.pdf DIN VDE 0816-1 Bb 1-2009 External cables for telecommunication and data processing systems - Cables insulated and sheathed with polyethylen unit stranded - List of type designation.pdf
  • DIN VDE 0816-1-1988 External cables for telecommunication and data processing systems cables insulated and sheathed with polyethylen unit stranded《电信和数据处理系统用室外电缆 绝缘聚乙烯包覆电缆 单位绞合线》.pdf DIN VDE 0816-1-1988 External cables for telecommunication and data processing systems cables insulated and sheathed with polyethylen unit stranded《电信和数据处理系统用室外电缆 绝缘聚乙烯包覆电缆 单位绞合线》.pdf
  • DIN VDE 0816-2-1988 External cables for telecommunication and data processing systems signal and measuring cables mining cables《电信和数据处理系统用室外电缆 信号电缆和测量电缆 矿用电缆》.pdf DIN VDE 0816-2-1988 External cables for telecommunication and data processing systems signal and measuring cables mining cables《电信和数据处理系统用室外电缆 信号电缆和测量电缆 矿用电缆》.pdf
  • 相关搜索

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

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