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

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

1、国家三级(数据库技术)机试模拟试卷 111及答案与解析 一、程序设计题 1 已知数据文件 IN.dat中存有 200个四位数,并已调用读函数 readDat()把这些数存入数组 a中,请编写函数 spellNum(),其功能是:把个位数字和千位数字重新组成一个新的二位数 (新二位数的十位数字是原四位数的个位数字,新二位数的个位数字是原四位数的千位数字 ),以及把百位数字和十位数字组成另一个新的二位数(新二位数的十位数字是原四位数的百位数字,新二位数的个位数字是原四位数的十位数字 ),如果新组成的两个二位数均是偶数并且 两个二位数中至少有一个数能被 9整除,同时两个新数的十位数字均不为 0,则将

2、满足此条件的四位数按从大到小的顺序存入数组 b中,并要计算满足上述条件的四位数的个数 cnt。最后 main()函数调用写函数 writeDat(),把结果 cnt以及数组 b中符合条件的四位数输出到OUT.dat文件中。 注意:部分源程序已经给出。程序中已定义数组 a200、 b200,已定义变量cnt。请勿改动数据文件 IN.dat中的任何数据及主函数 main()、读函数 readDat()和写函数 writeDat()的内容。 #include stdio.h #define MAX 200 int aMAX, bMAX, cnt = 0; void spellNum() void r

3、eadDat () int i; FILE *fp; fp = fopen(“IN.dat“, “r“); for (i=0; i MAX; i+) fscanf(fp, “%d,“, fclose (fp); void writeDat() FILE *fp; int i; fp = fopen(“OUT.dat“, “w“); fprintf(fp, “%dn“, cnt); for (i=0; i cnt; i+) fprintf(fp, “%dn“, bi); fclose (fp); void main() int i; readDat (); spellNum (); printf

4、满足条件的数 =%dn“, cnt); for (i=0; i cnt; i+) printf(“%d “, bi); printf (“n“); writeDat (); 国家三级(数据库技术)机试模拟试卷 111答案与解析 一、程序设计题 1 【正确答案】 void spellNum() int i, thou, hun, ten, data, j; int ab, cd; for (i=0; i MAX; i+) thou = ai/1000; hun = ai%1000/100; ten = ai%100/10; data = ai%10; if (data=0 hun=0) co

5、ntinue; ab = 10*data+thou; cd=10*hun+ten; if (ab%9=0 cd%9=0) cnt+; for (i=0; i cnt-1; i+) for (j=i+1; j cnt; j+) if (bi bj) data = bi; bi = bj; bj = data; 解题思路 对于每一个四位数,用这个四位数除以 1000,可得到这个四位数千位上的数字输给变量 thou;这个四位数对 1000求余然后再除以 100,可得到这个四位数百位上的数字输给变量 hun:这个四位数对 100求余然后再除以 10,可得到这个四位数十位上的数字输给变量 ten;这个四

6、位数对 10求余,可得到这个四位数个位上的数字输给变量 data。 因为 data和 hun作为重新组成新的两个二位数字的十分位上数字,所以其值不能为 0,因而在组建两个二位数之前,首先要判断 data和 hun这两个数字是否为 0。然后用逻辑表达式 (ab%9=0 cd% 9=0)& ab %21=1 & cd%2!=1来判断新组成的两个二位数是否均是偶数并且两个二位数中至少有一个数能被 9整除,如果上述逻辑表达式成立,则这个四位数是符合题目条件的一个数字,把其存入数组 b中,同时计数变量 cnt加 1。 最后利用两重循环对数组 b中的数字进行从大到小的排序。 【知识模块】 三级数据库技术机试模拟

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