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

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

1、三级数据库技术机试-293 及答案解析(总分:100.00,做题时间:90 分钟)一、上机题(总题数:1,分数:100.00)1.已知数据文件 IN44.DAT 中存有 300 个 4 位数,并已调用读函数 readDat()把这些数存入数组 a 中,请编制一函数 JsValue(),其功能是:求出千位数上的数减百位数上数减十位数上的数减个位数上的数大于零的数的个数 cnt,再把所有满足此条件的 4 位数依次存入数组 b 中,然后对数组 b 的 4 位数按从小到大的顺序进行排序,最后调用写函数 writeDat()把数组 b 中的数输出到 OUT44.DAT 文件中。例如:9123,9-1-2

2、-30,则该数满足条件,存入数组 b 中,且个数 cnt=cnt+1。9812,9-8-1-20,则该数不满足条件,忽略。注意:部分源程序已给出。程序中已定义数组:a300,b300,已定义变量:cnt。请勿改动主函数 main()、读函数 readDat()和写函数 writeDat()的内容。试题程序:#includestdio.hint a300,b300,cnt=0;jsValue()main ( )int i;readDat ( )3j sValue ( );writeDat ( );for (i=0; icnt; i+)printf (“b%d =%d/n“, i,bireadDa

3、t ( )FILE *fp;int i;fp= fopen ( “IN44. DAT“ , “r“ );printf (“cnt=%d/n“, cnt);for (i=0; i300; i+)fscanf (fp, “%d, “,writeDat ( )FILE *fp;int i;fp=fopen ( “OUT44. DAT“, “w“ );fprintf (fp, “%d/n“, cnt);for (i=0; icnt; i+)fprintf(fp, “%d/n“,bi);fclose (fp);(分数:100.00)_三级数据库技术机试-293 答案解析(总分:100.00,做题时间:9

4、0 分钟)一、上机题(总题数:1,分数:100.00)1.已知数据文件 IN44.DAT 中存有 300 个 4 位数,并已调用读函数 readDat()把这些数存入数组 a 中,请编制一函数 JsValue(),其功能是:求出千位数上的数减百位数上数减十位数上的数减个位数上的数大于零的数的个数 cnt,再把所有满足此条件的 4 位数依次存入数组 b 中,然后对数组 b 的 4 位数按从小到大的顺序进行排序,最后调用写函数 writeDat()把数组 b 中的数输出到 OUT44.DAT 文件中。例如:9123,9-1-2-30,则该数满足条件,存入数组 b 中,且个数 cnt=cnt+1。9

5、812,9-8-1-20,则该数不满足条件,忽略。注意:部分源程序已给出。程序中已定义数组:a300,b300,已定义变量:cnt。请勿改动主函数 main()、读函数 readDat()和写函数 writeDat()的内容。试题程序:#includestdio.hint a300,b300,cnt=0;jsValue()main ( )int i;readDat ( )3j sValue ( );writeDat ( );for (i=0; icnt; i+)printf (“b%d =%d/n“, i,bireadDat ( )FILE *fp;int i;fp= fopen ( “IN4

6、4. DAT“ , “r“ );printf (“cnt=%d/n“, cnt);for (i=0; i300; i+)fscanf (fp, “%d, “,writeDat ( )FILE *fp;int i;fp=fopen ( “OUT44. DAT“, “w“ );fprintf (fp, “%d/n“, cnt);for (i=0; icnt; i+)fprintf(fp, “%d/n“,bi);fclose (fp);(分数:100.00)_正确答案:(jsValue ( )int i, thou, hun, ten, data, j;for (i=0; i300; i+)thou

7、=a i/1000; /*求四位数的千位数字*/hun=a i %1000/100; /*求四位数的百位数字*/ten=a i %100/10; /*求四位数的十位数字*/data=a i %10; /“求四位数的个位数字*/if (thou-hun-ten-data0) /*如果千位数减百位数减十位数大于零* /b cnt =a i; /*则把该数存入数组 b 中*/for (i=0; icnt-1; i+) /*对数组 b 的 4 位数按从小到大的顺序进行排序*/for (j=i+1; jcnt; j+)if (bibj)data=bi;bi=bj;bj=data;)解析:解析 本题考查的知识点如下:(1) 运算符“%“及“/“的使用。(2) 循环结构及选择结构的使用。在本题中,首先要将一个 4 位数的千位、百位、十位、个位拆成独立的数字。这里借助特殊运算符号“%” (取余)和“/” (整除)。将一个 4 位数整除 1000 则可得到其千位上的数字,除以 1000 取余再整除 100 则可得百位上的数字,除以 100 取余再整除 10 则可得十位上的数字,除以 10 取余则得个位上的数字。然后按照题意要求将各位依次相减进行判断。最后的排序采用“选择排序法”。

展开阅读全文
相关资源
猜你喜欢
  • DIN EN 60426-2007 Electrical insulating materials - Determination of electrolytic corrosion caused by insulating materials - Test methods (IEC 60426 2007) German version EN 60426 2.pdf DIN EN 60426-2007 Electrical insulating materials - Determination of electrolytic corrosion caused by insulating materials - Test methods (IEC 60426 2007) German version EN 60426 2.pdf
  • DIN EN 60432-1-2012 Incandescent lamps - Safety specifications - Part 1 Tungsten filament lamps for domestic and similar general lighting purposes (IEC 60432-1 1999 modified + A1 2.pdf DIN EN 60432-1-2012 Incandescent lamps - Safety specifications - Part 1 Tungsten filament lamps for domestic and similar general lighting purposes (IEC 60432-1 1999 modified + A1 2.pdf
  • DIN EN 60432-2-2013 Incandescent lamps - Safety specifications - Part 2 Tungsten halogen lamps for domestic and similar general lighting purposes (IEC 60432-2 1999 modified + A1 20.pdf DIN EN 60432-2-2013 Incandescent lamps - Safety specifications - Part 2 Tungsten halogen lamps for domestic and similar general lighting purposes (IEC 60432-2 1999 modified + A1 20.pdf
  • DIN EN 60432-3-2013 Incandescent lamps - Safety specifications - Part 3 Tungsten-halogen lamps (non-vehicle) (IEC 60432-3 2012) German version EN 60432-3 2013《白炽灯 安全规范 第3部分 卤钨灯(非车辆.pdf DIN EN 60432-3-2013 Incandescent lamps - Safety specifications - Part 3 Tungsten-halogen lamps (non-vehicle) (IEC 60432-3 2012) German version EN 60432-3 2013《白炽灯 安全规范 第3部分 卤钨灯(非车辆.pdf
  • DIN EN 60433-1999 Insulators for overhead lines with a nominal voltage above 1 kV - Ceramic insulators for a c systems - Characteristics of insulator units of the long rod type (IE.pdf DIN EN 60433-1999 Insulators for overhead lines with a nominal voltage above 1 kV - Ceramic insulators for a c systems - Characteristics of insulator units of the long rod type (IE.pdf
  • DIN EN 60437-1998 Radio interference test on high-voltage insulators (IEC 60437 1997) German version EN 60437 1997《高电压绝缘子的无线电干扰试验》.pdf DIN EN 60437-1998 Radio interference test on high-voltage insulators (IEC 60437 1997) German version EN 60437 1997《高电压绝缘子的无线电干扰试验》.pdf
  • DIN EN 60439-1 Bb 2-2009 Low-voltage switchgear and controlgear assemblies - Part 1 Type-tested and partially type-tested assemblies - Guide for testing under conditions of arcing .pdf DIN EN 60439-1 Bb 2-2009 Low-voltage switchgear and controlgear assemblies - Part 1 Type-tested and partially type-tested assemblies - Guide for testing under conditions of arcing .pdf
  • DIN EN 60440-2013 Method of measurement of non-linearity in resistors (IEC 60440 2012) German version EN 60440 2012《电阻器非线性的测量方法 (IEC 60440-2012) 德文版本EN 60440-2012》.pdf DIN EN 60440-2013 Method of measurement of non-linearity in resistors (IEC 60440 2012) German version EN 60440 2012《电阻器非线性的测量方法 (IEC 60440-2012) 德文版本EN 60440-2012》.pdf
  • DIN EN 60442-2003 Electric toasters for household and similar purposes - Methods for measuring the performance (IEC 60442 1998 + A1 2003) German version EN 60442 1998 + A1 2003《家用和.pdf DIN EN 60442-2003 Electric toasters for household and similar purposes - Methods for measuring the performance (IEC 60442 1998 + A1 2003) German version EN 60442 1998 + A1 2003《家用和.pdf
  • 相关搜索

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

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