[计算机类试卷]国家三级(数据库技术)机试模拟试卷20及答案与解析.doc

上传人:Iclinic170 文档编号:495292 上传时间:2018-11-28 格式:DOC 页数:3 大小:28KB
下载 相关 举报
[计算机类试卷]国家三级(数据库技术)机试模拟试卷20及答案与解析.doc_第1页
第1页 / 共3页
[计算机类试卷]国家三级(数据库技术)机试模拟试卷20及答案与解析.doc_第2页
第2页 / 共3页
[计算机类试卷]国家三级(数据库技术)机试模拟试卷20及答案与解析.doc_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

1、国家三级(数据库技术)机试模拟试卷 20及答案与解析 一、程序设计题 1 已知在文件 IN20.DAT中存有若干个 (个数 200)4位数字的正整数,函数ReadDat()的功能是读取这若干个正整数并存入数组 xx中。请编制函数CalValue(),其功能要求: (1)求出这文件中共有多少个正整数 totNum; (2)求出这些数中的各位数字之和是偶数的数的个数 totCnt,以及满足此条件的这些数的算术平均值 totPjz,最后调用函数 WriteDat()把所求的结果输出到文件 OUT20.DAT中。 注意:部分 源程序已给出。 请勿改动主函数 main()、读函数 ReadDat()和写

2、函数 WriteDat()的内容。 试题程序: #include s t dio. h #include conio.h #define MAXNUM 200 int xx MAXNUM; int totNum = 0; /* 文件 IN20.DAT 中共有多少个正整数 */ int totCnt = 0; /* 符合条件的正整数的个数 */ double totPjz = 0.0; /* 平均值 */ int ReadDat (void); void Writedat(void); void CalValue() main ( ) int i; clrscr ( ); for(i = 0;

3、i MAXNUM; i+) xxi = 0; if (Readdat () printf(“数据文件 IN20.DAT不能打开 !007n“); return; CalValue ( ); printf(“文件 IN20.DAT 中共有正整数 =%d个 n“, totNum); printf(“符合条件的正整数的个数 =%d个 n“, totCnt); printf(“平均值 =%.21fn“, totPjz); Writedat ( ); int Readdat (void) FILE *fp; int i = 0; if(fp = fopen (“IN20.DAT“, “r“) = NUL

4、L) return 1; while(! feof (fp) fscanf(fp, “%d,“, fclose (fp); return 0; void Writedat(void) FILE *fp; fp = fopen(“OUT20.DAT“, “w“); fprintf(fp, “%dn%dn%.21fn“, totNum, totCnt, totPjz); fclose (fp); 国家三级(数据库技术)机试模拟试卷 20答案与解析 一、程序设计题 1 【正确答案】 void CalValue() int i, thou, hun, ten, data; int ab; long s

5、um=0; for (i=0; i HAXNUM; i+) if(MXi0) totNum+; /*统计正整数的个数 */ thou=xxi/1000; /*求正整数的千位数 */ hun=xxi%1000/100; /*求正整数的百位数 */ ten=xxi%100/10; /*求正整数的十位数 */ data=xxi%10; /*求正整数的个位数 */ ab=thou+hun+ten+data; if (ab%2=0) /*如果各位数字之和是偶数 */ totCnt+;sum=sum+xxi; /*计算满足条件的数的个数 totCnt和这些数的总和 sum*/ totPjz=sum/tot

6、Cnt; /*求这些数的算术平均值 totPjz*/ 【试题解析】 本题的解题思路是首先利用一个 for循环来依次从数组中取得的数,由于题目要求求数组中正整数的个数,因此,对于为零的整数,不做任何处理,接着去取 下一个数。只要某个数大于零,则该数一定是正整数,这时就给变量 totNum(正整数的个数 )累加 1,用语句 “thou=xxi/1000;hun=xxi%1000/100; ten=xxi%100/10; data=xxi%10; ”可以实现取得当前被处理数的千位、百位、十位,以及个位上的数字值,之后判断求得的各个位上的数字值之和是否是偶数。若上述条件成立,则给变量 totCnt的值加 1,同时把当前符合条件的数累加到变量 sum中去,最终利用 totPjz来求得满足所给条件的所有数的平均值。

展开阅读全文
相关资源
猜你喜欢
  • BS PD IEC TS 62763-2013_5284 Pilot function through a control pilot circuit using PWM (pulse width modulation) and a control pilot wire《通过控制导向线使用PWM (脉冲宽度调制) 的导向功能和控制导向线》.pdf BS PD IEC TS 62763-2013_5284 Pilot function through a control pilot circuit using PWM (pulse width modulation) and a control pilot wire《通过控制导向线使用PWM (脉冲宽度调制) 的导向功能和控制导向线》.pdf
  • BS ISO 8070-2007 Milk and milk products - Determination of calcium sodium potassium and magnesium contents - Atomic absorption spectrometric method《牛奶和奶制品 钙、钠、钾和镁含量的测定 原子吸.pdf BS ISO 8070-2007 Milk and milk products - Determination of calcium sodium potassium and magnesium contents - Atomic absorption spectrometric method《牛奶和奶制品 钙、钠、钾和镁含量的测定 原子吸.pdf
  • BS ISO 8082-1-2009 Self-propelled machinery for forestry - Laboratory tests and performance requirements for roll-over protective structures - General machines《林业用自推进机械 防倾.pdf BS ISO 8082-1-2009 Self-propelled machinery for forestry - Laboratory tests and performance requirements for roll-over protective structures - General machines《林业用自推进机械 防倾.pdf
  • BS ISO 8082-2-2011 Self-propelled machinery for forestry Laboratory tests and performance requirements for roll-over protective structures Machines having a rotating platf.pdf BS ISO 8082-2-2011 Self-propelled machinery for forestry Laboratory tests and performance requirements for roll-over protective structures Machines having a rotating platf.pdf
  • BS ISO 8083-2006 Machinery for forestry - Falling-object protective structures (FOPS) - Laboratory tests and performance requirements《林业机械 落体防护装置(FOPS) 实验室试验和性能要求》.pdf BS ISO 8083-2006 Machinery for forestry - Falling-object protective structures (FOPS) - Laboratory tests and performance requirements《林业机械 落体防护装置(FOPS) 实验室试验和性能要求》.pdf
  • BS ISO 8086-2004 Dairy plant - Hygiene conditions - General guidance on inspection and sampling procedures《乳品厂 卫生条件 检验和取样程序通用指南》.pdf BS ISO 8086-2004 Dairy plant - Hygiene conditions - General guidance on inspection and sampling procedures《乳品厂 卫生条件 检验和取样程序通用指南》.pdf
  • BS ISO 8096-2005 Rubber- or plastics-coated fabrics for water resistant clothing - Specification《雨衣用橡胶或塑料涂覆织物 规范》.pdf BS ISO 8096-2005 Rubber- or plastics-coated fabrics for water resistant clothing - Specification《雨衣用橡胶或塑料涂覆织物 规范》.pdf
  • BS ISO 8097-2001 Aircraft Minimum airworthiness requirements and test conditions for certified air cargo unit load devices《航空器 经认证的航空货运集装单元装置最低适航性要求和试验条件》.pdf BS ISO 8097-2001 Aircraft Minimum airworthiness requirements and test conditions for certified air cargo unit load devices《航空器 经认证的航空货运集装单元装置最低适航性要求和试验条件》.pdf
  • BS ISO 8114-1993 Textile machinery and accessories - Spindles for ring-spinning and doubling machines - List of equivalent terms《纺织机械和附件 环锭纺纱机和并线机用锭子 同义术语表》.pdf BS ISO 8114-1993 Textile machinery and accessories - Spindles for ring-spinning and doubling machines - List of equivalent terms《纺织机械和附件 环锭纺纱机和并线机用锭子 同义术语表》.pdf
  • 相关搜索

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

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