【计算机类职业资格】计算机三级(数据库技术)上机考试20及答案解析.doc

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

1、计算机三级(数据库技术)上机考试 20 及答案解析(总分:-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)_计算机三级(数据库技术)上机考试 20 答案解析(总分:-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 数组中的元素进行从小到大的排序。

展开阅读全文
相关资源
猜你喜欢
  • DS I-ETS 300131-1995 Radio Equipment and Systems (RES) Common air interface specification to be used for the interworking between cordless telephone apparatus in the frequency band.pdf DS I-ETS 300131-1995 Radio Equipment and Systems (RES) Common air interface specification to be used for the interworking between cordless telephone apparatus in the frequency band.pdf
  • DS I-ETS 300151-1993 Radio Equipment and Systems (RES) 9 GHz radar transponders for use in search and rescue operations Technical characteristics and methods of measurement《无线电设备和系.pdf DS I-ETS 300151-1993 Radio Equipment and Systems (RES) 9 GHz radar transponders for use in search and rescue operations Technical characteristics and methods of measurement《无线电设备和系.pdf
  • DS I-ETS 300220-1994 Radio Equipment and Systems (RES) Short range devices Technical characteristics and test methods for radio equipment to be used in the 25 MHz to 1000 MHz frequ.pdf DS I-ETS 300220-1994 Radio Equipment and Systems (RES) Short range devices Technical characteristics and test methods for radio equipment to be used in the 25 MHz to 1000 MHz frequ.pdf
  • DS I-ETS 300229-1993 Transmission and Multiplexing (TM) Single-mode optical fibre cables to be used for aerial application《传输和复用(TM) 用于架空的单模光缆》.pdf DS I-ETS 300229-1993 Transmission and Multiplexing (TM) Single-mode optical fibre cables to be used for aerial application《传输和复用(TM) 用于架空的单模光缆》.pdf
  • DS I-ETS 300230-1994 Radio Equipment and Systems (RES) Land mobile service Binary Interchange of information and Signalling at 1200 bit s (BIIS 1200)《无线电设备和系统(RES) 地面移动业务 信息和信令1200.pdf DS I-ETS 300230-1994 Radio Equipment and Systems (RES) Land mobile service Binary Interchange of information and Signalling at 1200 bit s (BIIS 1200)《无线电设备和系统(RES) 地面移动业务 信息和信令1200.pdf
  • DS I-ETS 300245-3-1995 Integrated Services Digital Network (ISDN) Technical characteristics of telephony terminals -Part 3 Pulse Code Modulation (PCM) A-law loudspeaking and handsf.pdf DS I-ETS 300245-3-1995 Integrated Services Digital Network (ISDN) Technical characteristics of telephony terminals -Part 3 Pulse Code Modulation (PCM) A-law loudspeaking and handsf.pdf
  • DS I-ETS 300330-1995 Radio Equipment and Systems (RES) Short Range Devices (SRDs) -Technical characteristics and test methods for radio equipment in the frequency range 9 kHz to 25.pdf DS I-ETS 300330-1995 Radio Equipment and Systems (RES) Short Range Devices (SRDs) -Technical characteristics and test methods for radio equipment in the frequency range 9 kHz to 25.pdf
  • DS IEC 107-3-1990 Recommended methods of measurement on receivers for television broadcast transmissions Part 3 Electrical measurements on multichannel sound television receivers u.pdf DS IEC 107-3-1990 Recommended methods of measurement on receivers for television broadcast transmissions Part 3 Electrical measurements on multichannel sound television receivers u.pdf
  • DS IEC 107-4-1990 Recommended methods of measurement on receivers for television broadcast transmissions Part 4 Electrical measurements on multichannel sound television receivers u.pdf DS IEC 107-4-1990 Recommended methods of measurement on receivers for television broadcast transmissions Part 4 Electrical measurements on multichannel sound television receivers u.pdf
  • 相关搜索
    资源标签

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

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