[计算机类试卷]国家三级(网络技术)机试模拟试卷80及答案与解析.doc

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

1、国家三级(网络技术)机试模拟试卷 80及答案与解析 一、程序设计题 1 已知数据文件 in80. dat中存有 300个 4位数,并已调用函数 readDat()把这些数存入数组 a中,请编制一函数 isValue(),其功能是:求出个位数上的数减千位数上的数减百位数上的数减十位数上的数大于 0的个数 cnt,再求出所有满足此条件的4位数平均值 pjz1,以及所有不满足此条件的 4位数平均值 pjz2,最后调用函数 writeDat()把结果 cnt, pjz1, pjz2输出到 out80. dat文件。 例如: 1239, 9-1-2-3 0,则该数满足条件,计算平均值 pjz1,且个数c

2、nt=cnt+1。 8129, 9-8-1-2 0,则该数不满足条件,计算平均值 pjz2。 注意:部分源程序已给出。 程序中已定义数组: a300, b300, 定义变量: cnt, pjz1, pjz2。 请勿改动主函数 main()、读函数 readDat()和写函数 writeDa()的内容。 试题程序: #include stdio.h int a300, cnt=0; double pjzl=0.0,pjz2=0.0; void jsValue() main ( ) int i; readDat(); jsValue(); writeDat(); printf (“cnt=%dn

3、满足条件的平均值 pjz1=%7.2Ifn 不满足条件的平均值 pjz2=%7.2Ifn“,cnt,pjz1,pjz2); readDat() FILE *fp; int i; fp=fopen “in80.dat“,“r“); for(i=0;i 300;i+) fscanf(fp,“%d,“, fclose(fp); writeDat () FILE *fp; int i; fp=fopen(“out80.dat“,“w“); fprintf(fp,“%dn%7.21fn%7.21fn“,cnt ,pjzl,pjz2); fclose(fp); 国家三级(网络技术)机试模拟试卷 80答案与

4、解析 一、程序设计题 1 【正确答案】 void jsValue() int i, thou, hun, ten, data, n=0; for(i=O;i 300;i+) thou=a i /1000; /*求四位数的千位数字 */ hun=a i %1000/100; /*求四位数的百位数字 */ ten=a i %100/10; /*求四位数的十位数字 */ data=a i %10; /*求四位数的个位数字 */ if (data-thou-hun-ten 0) /*如果个位数减千位数减百位数大于 0*/ cnt+; /*统计满足条件的数的个数 */ pjz1+=a i; /*将满足条

5、件的数求和 */ else n+; /*否则统计不满足条件的数的个数 */ pjz2+=a Ii; /*将不满足条件的数求和 */ pjz1/=cnt; /求满足条件的数的平均值 */ pjz2/=n; /* 求不满足条件的数的平均值 */ 【试题解析】 本题考查的知识点如下: (1)特殊运算符 “%” 及 “/”的使用。 (2)循环结构及选择结构的使用 ? 在本题中,首先要将一个 4位数的千位、百位、十位、个位拆成独立的数字。这里借助特殊运算符号 “%” ( 取余 )和 “/” (整除 ),拆分方法略。然后判断 “个位数 -千位数 -百位数 -十位数 ”的值是否大于 0。依次求得符合条件的数的和及其平均值。

展开阅读全文
相关资源
猜你喜欢
  • ASD-STAN PREN 2591-D11-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D11 - Insert Retention in Housing (Torsional) (Issue P 1)《航空航天系列 电气和光学连.pdf ASD-STAN PREN 2591-D11-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D11 - Insert Retention in Housing (Torsional) (Issue P 1)《航空航天系列 电气和光学连.pdf
  • ASD-STAN PREN 2591-D12-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D12 - Contact Insertion and Extraction Forces (Issue P 1)《航空航天系列 电气和光学连.pdf ASD-STAN PREN 2591-D12-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D12 - Contact Insertion and Extraction Forces (Issue P 1)《航空航天系列 电气和光学连.pdf
  • ASD-STAN PREN 2591-D13-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D13 - Holding Force of Grounding Spring System (Issue P 1)《航空航天系列 电气和光学.pdf ASD-STAN PREN 2591-D13-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D13 - Holding Force of Grounding Spring System (Issue P 1)《航空航天系列 电气和光学.pdf
  • ASD-STAN PREN 2591-D14-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D14 - Unmating of Lanyard Release Connectors (Issue P 1)《航空航天系列 电气和光学连接.pdf ASD-STAN PREN 2591-D14-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D14 - Unmating of Lanyard Release Connectors (Issue P 1)《航空航天系列 电气和光学连接.pdf
  • ASD-STAN PREN 2591-D15-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D15 - Test Probe Damage (Female Contact) (Issue P 1)《航空航天系列 电气和光学连接部件 试.pdf ASD-STAN PREN 2591-D15-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D15 - Test Probe Damage (Female Contact) (Issue P 1)《航空航天系列 电气和光学连接部件 试.pdf
  • ASD-STAN PREN 2591-D16-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D16 - Contact Bending Strength (Issue P 1)《航空航天系列 电气和光学连接部件 试验方法 第D16部分.pdf ASD-STAN PREN 2591-D16-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D16 - Contact Bending Strength (Issue P 1)《航空航天系列 电气和光学连接部件 试验方法 第D16部分.pdf
  • ASD-STAN PREN 2591-D17-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D17 - Tensile Strength (Crimped Connection) (Issue P 1)《航空航天系列 电气和光学连接部.pdf ASD-STAN PREN 2591-D17-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D17 - Tensile Strength (Crimped Connection) (Issue P 1)《航空航天系列 电气和光学连接部.pdf
  • ASD-STAN PREN 2591-D18-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D18 - Gauge Insertion and Extraction Forces in a Female Contact (Issue .pdf ASD-STAN PREN 2591-D18-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D18 - Gauge Insertion and Extraction Forces in a Female Contact (Issue .pdf
  • ASD-STAN PREN 2591-D19-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D19 - Stability of Male Contacts in Insert (Issue P 1)《航空航天系列 电气和光学连接部件.pdf ASD-STAN PREN 2591-D19-1992 Aerospace Series Elements of Electrical and Optical Connection Test Methods Part D19 - Stability of Male Contacts in Insert (Issue P 1)《航空航天系列 电气和光学连接部件.pdf
  • 相关搜索

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

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