[计算机类试卷]计算机三级数据库技术(上机操作)机试模拟试卷51及答案与解析.doc

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

1、计算机三级数据库技术(上机操作)机试模拟试卷 51及答案与解析 一、程序设计题 1 函数 ReadDat()实现从数据文件 in dat中读取 1000个十进制整数到数组 xx中,请编写函数 Compute(),分别计算出数组 XX中数值为偶数的个数 even。所有数值为奇数的平均值 avel,偶数的平均值 ave2以及所有偶数的方差 totfc的值,最后调用函数 WriteDat()把结果输出到 out dat文件中。计算方差的公式如下: 设 N为偶数的个数, xxi为偶数, ave2为偶数的平均值。 原始数据 文件存放的格式是:每行存放 10个数,并用逗号隔开 (每个数均大于 0且小于等于

2、 2000)。 【试题程序】 #include #include #include #define MAX 1000 int xxMAX。 even=0; double ave=0 0, ave2=0 0, totfc=0 0; void WriteDat(void); int ReadDat(void) FILE*fp; int i; if(fp=fopen(“in, dat”, “r”)=NULL) return 1; for(i=0; iMAX; i+) fseanf(fp, “ d, ”, xxi); fclose(fp); return 0; void Compute(void) v

3、oid main() int i; for(i=0; iMAX; i+)xxi=0; if(ReadDat() printf(“数据文件 IN DAT不能打开 ! 007 n”); return; Compute(); printf(“EVEN= d nAVE1= If nAVE2= lf nTOTFC= lf n”, even,avel, ave2,totfc); WriteDat(); void WriteDat(void) FILE*fp; fp=fopen(“out da t”, “w”), fprintf(fp, “ d n If n if n If n”, even, avel, ave2, totfc); fclose(fp); 计算机三级数据库技术(上机操作)机试模拟试卷 51答案与解析 一、程序设计题 1 【正确答案】 void Compute(void) int i; *定义变量 * for(i=0; iMAX; i+) *统计求和 * if(xxi 2=0) even+; ave2+=xxi; else avel+=xxi; ave2 =even *求平均值 * avel =(MAXeven); for(i=0; iMAX; i+) *求方差值 * if(xxi 2=0) totfc+=(xxEi-1一 ave2)*(xxi ave2) even;

展开阅读全文
相关资源
猜你喜欢
  • 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