【计算机类职业资格】计算机三级数据库技术-119及答案解析.doc

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

1、计算机三级数据库技术-119 及答案解析(总分:100.00,做题时间:90 分钟)一、上机题(总题数:1,分数:100.00)1.已知在文件 IN.DAT 中存有 N 个实数(N200),函数 ReadDat()的功能是读取这 N 个实数并存入数组 xx中。请编写程序 CalValue(),其功能如下: (1)求出这 N 个实数的平均值 aver。 (2)分别求出这 N 个实数的整数部分值之和 sumint 及其小数部分之和 sumdec,最后调用函数 WriteDat(),把所求的结果输出到文件 OUT.DAT 中。 注意:请勿改动主函数 main()、读函数 ReadDat()和写函数

2、WriteDat()的内容。 【试题程序】 #include stdio.h #include stdlib.h #define MAXNUM 200 float xxMAXNUM ; int N =0; double aver =0.0 ; double sumint =0.0 ; double sumdec =0.0 ; int ReadDat () ; void WriteDat () ; void CalValue () void main () system (“CLS“) ; if (ReadDat () ) printf (“数据文件 IN.DAT 无法打开! 007 n“) ;

3、 return; CalValue () ; printf (“文件 IN.DAT 中共有实数%d 个 n“, N) ; printf (“平均值=% .21fn“, aver) ; printf (“整数部分之和=% .2lfn“, sumint) ; printf (“小数部分之和=%.21fn“, sum- dec) ; WriteDat () ; int ReadDat () FILE * fp; if ( (fp = fopen ( “IN.DAT“, “r“) ) = NULL ) return 1 ; while (! feof (fp) fscanf (fp, “%f“, if

4、 (xxN 0.001) N+; fclose (fp) ; return 0 ; void WriteDat () FILE * fp; fp = fopen (“OUT. DAT“, “w“) ; fprintf (fp, “%dn%.21fn%.21fn%.21f n“, N, aver, sumint, sumdec ) ; fclose (fp) ; (分数:100.00)_计算机三级数据库技术-119 答案解析(总分:100.00,做题时间:90 分钟)一、上机题(总题数:1,分数:100.00)1.已知在文件 IN.DAT 中存有 N 个实数(N200),函数 ReadDat()

5、的功能是读取这 N 个实数并存入数组 xx中。请编写程序 CalValue(),其功能如下: (1)求出这 N 个实数的平均值 aver。 (2)分别求出这 N 个实数的整数部分值之和 sumint 及其小数部分之和 sumdec,最后调用函数 WriteDat(),把所求的结果输出到文件 OUT.DAT 中。 注意:请勿改动主函数 main()、读函数 ReadDat()和写函数 WriteDat()的内容。 【试题程序】 #include stdio.h #include stdlib.h #define MAXNUM 200 float xxMAXNUM ; int N =0; doub

6、le aver =0.0 ; double sumint =0.0 ; double sumdec =0.0 ; int ReadDat () ; void WriteDat () ; void CalValue () void main () system (“CLS“) ; if (ReadDat () ) printf (“数据文件 IN.DAT 无法打开! 007 n“) ; return; CalValue () ; printf (“文件 IN.DAT 中共有实数%d 个 n“, N) ; printf (“平均值=% .21fn“, aver) ; printf (“整数部分之和

7、=% .2lfn“, sumint) ; printf (“小数部分之和=%.21fn“, sum- dec) ; WriteDat () ; int ReadDat () FILE * fp; if ( (fp = fopen ( “IN.DAT“, “r“) ) = NULL ) return 1 ; while (! feof (fp) fscanf (fp, “%f“, if (xxN 0.001) N+; fclose (fp) ; return 0 ; void WriteDat () FILE * fp; fp = fopen (“OUT. DAT“, “w“) ; fprint

8、f (fp, “%dn%.21fn%.21fn%.21f n“, N, aver, sumint, sumdec ) ; fclose (fp) ; (分数:100.00)_正确答案:()解析:void CalValue( ) int i; /*定义循环控制变量*/ double sum=0.0; /*定义存储所有数的和值的变量*/ for(i=0;iN;i+) /*逐个取每一个数进行统计*/ sumint+=(int)xxi; /*求整数部分之和*/ sumdec+=(xxi-(int)xxi); /*求小数部分之和*/ sum=sum+xxi; /*求 N 个数之和*/ aver=sum/N; /*求 N 个数的平均数*/ 考点 本题考查对指定范围内数计算。考查的知识点主要包括:强制转化类型运算,平均值的计算方法。 解析 此题属于数学类问题。分析题干,本题存在 2 个问题:问题 1 如何分解得到一个数的整数部分和小数部分;问题 2 如何计算 N 个数的平均值。 本题的解题思路为:使用循环控制逐个访问数组中的数据,实数取整运算所得结果就是该数的整数部分,再用该实数减去其整数部分,结果就是小数部分的数值。分别对这两部分以及实数累加求和。最后由实数的总和计算出平均值。 强制类型转化; 平均值的计算方法。

展开阅读全文
相关资源
猜你喜欢
  • DIN EN 1371-2-2015 Founding - Liquid penetrant testing - Part 2 Investment castings German version EN 1371-2 2015《铸造 液体渗透检验 第2部分 精密铸件 德文版本EN 1371-2-2015》.pdf DIN EN 1371-2-2015 Founding - Liquid penetrant testing - Part 2 Investment castings German version EN 1371-2 2015《铸造 液体渗透检验 第2部分 精密铸件 德文版本EN 1371-2-2015》.pdf
  • DIN EN 13710-2011 European Ordering Rules - Ordering of characters from Latin Greek Cyrillic Georgian and Armenian scripts German version EN 13710 2011《欧洲排序规则 拉丁语 希腊语 斯拉夫语和亚美尼亚语手迹的.pdf DIN EN 13710-2011 European Ordering Rules - Ordering of characters from Latin Greek Cyrillic Georgian and Armenian scripts German version EN 13710 2011《欧洲排序规则 拉丁语 希腊语 斯拉夫语和亚美尼亚语手迹的.pdf
  • DIN EN 13711-2002 Inland navigation vessels - Winches for ship operation - Safety requirements German version EN 13711 2002《内河导航船舶 船舶运行用绞车 安全要求 德文版本 EN 13711 2002》.pdf DIN EN 13711-2002 Inland navigation vessels - Winches for ship operation - Safety requirements German version EN 13711 2002《内河导航船舶 船舶运行用绞车 安全要求 德文版本 EN 13711 2002》.pdf
  • DIN EN 13715-2011 Railway applications - Wheelsets and bogies - Wheels - Tread profile German version EN 13715 2006+A1 2010《轨道交通 轮副和转向轮 踏板轮廓 德文版本EN 13715-2006+A1-2010》.pdf DIN EN 13715-2011 Railway applications - Wheelsets and bogies - Wheels - Tread profile German version EN 13715 2006+A1 2010《轨道交通 轮副和转向轮 踏板轮廓 德文版本EN 13715-2006+A1-2010》.pdf
  • DIN EN 13716-2003 Surface active agents - Determination of total base nitrogen - Potentiometric titration German version EN 13716 2001《表面活性剂 基本氮总量测定 电位滴定法》.pdf DIN EN 13716-2003 Surface active agents - Determination of total base nitrogen - Potentiometric titration German version EN 13716 2001《表面活性剂 基本氮总量测定 电位滴定法》.pdf
  • DIN EN 13717-2003 Surface active agents - Determination of primary secondary and tertiary amino nitrogen - Potentiometric titration German version EN 13717 2002《表面活化剂 测定一级、二级和三级氨基氮.pdf DIN EN 13717-2003 Surface active agents - Determination of primary secondary and tertiary amino nitrogen - Potentiometric titration German version EN 13717 2002《表面活化剂 测定一级、二级和三级氨基氮.pdf
  • DIN EN 13718-1-2014 Medical vehicles and their equipment - Air ambulances - Part 1 Requirements for medical devices used in air ambulances German version EN 13718-1 2014《医疗交通工具及其设备.pdf DIN EN 13718-1-2014 Medical vehicles and their equipment - Air ambulances - Part 1 Requirements for medical devices used in air ambulances German version EN 13718-1 2014《医疗交通工具及其设备.pdf
  • DIN EN 13718-2-2015 Medical vehicles and their equipment - Air ambulances - Part 2 Operational and technical requirements for air ambulances German version EN 13718-2 2015《医疗交通工具及其.pdf DIN EN 13718-2-2015 Medical vehicles and their equipment - Air ambulances - Part 2 Operational and technical requirements for air ambulances German version EN 13718-2 2015《医疗交通工具及其.pdf
  • DIN EN 13719-2016 Geosynthetics - Determination of the long term protection efficiency of geosynthetics in contact with geosynthetic barriers German version EN 13719 2016《土工合成材料 接触.pdf DIN EN 13719-2016 Geosynthetics - Determination of the long term protection efficiency of geosynthetics in contact with geosynthetic barriers German version EN 13719 2016《土工合成材料 接触.pdf
  • 相关搜索

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

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