【计算机类职业资格】计算机三级(数据库技术)上机考试21及答案解析.doc

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

1、计算机三级(数据库技术)上机考试 21 及答案解析(总分:-1.00,做题时间:90 分钟)1.函数 ReadDat()的功能是实现从文件 IN5.DAT 中读取一篇英文文章存入到字符串数组 xx 中。请编制函数 ConvertCharA(),该函数的功能是:以行为单位把字符串中的所有小写字母改写成该字母的下一个字母,如果是字母 z,则改写成字母 a。大写字母仍为大写字母,小写字母仍为小写字母,其他字符不变。把已处理的字符串仍按行重新存入字符串数组 xx 中,最后调用函数 WriteDat()把结果 xx 输出到文件OUT5.DAT 中。 例如,原文:Adb.Bcdza abck.LLhj 结

2、果:Aec.Bdeab bcdl.LLik 原始数据文件存放的格式是:每行的宽度均小于 80 个字符,含标点符号和空格。 注意:部分源程序已给出。 请勿改动主函数main()、读函数 ReadDat()和写函数 WriteDat()的内容。 试题程序: #include #include #include char xx5080; int maxline = 0;/* 文章的总行数 */ int ReadDat(void); void WriteDat(void); void ConvertCharA(void) main() clrscr(); if(ReadDat() printf(“数据

3、文件 IN5.DAT 不能打开!n007“); return; ConvertCharA(); WriteDat(); int ReadDat(void) FILE *fp; int i =0; char *p; if(fp = fopen(“IN5.DAT“, “r“) = NULL) return 1; while(fgets(xxi, 80, fp) !=NULL) p = strchr(xxi, n); if(p) *p = 0; i+; maxline = i; fclose(fp); return 0; void WriteDat(void) FILE *fp; int i; cl

4、rscr(); fp = fopen(“OUT5.DAT“, “w“); for(i = 0; i maxline; i+) printf(“%sn“, xxi); fprintf(fp, “%sn“, xxi); fclose(fp); (分数:-1.00)_计算机三级(数据库技术)上机考试 21 答案解析(总分:-1.00,做题时间:90 分钟)1.函数 ReadDat()的功能是实现从文件 IN5.DAT 中读取一篇英文文章存入到字符串数组 xx 中。请编制函数 ConvertCharA(),该函数的功能是:以行为单位把字符串中的所有小写字母改写成该字母的下一个字母,如果是字母 z,则改

5、写成字母 a。大写字母仍为大写字母,小写字母仍为小写字母,其他字符不变。把已处理的字符串仍按行重新存入字符串数组 xx 中,最后调用函数 WriteDat()把结果 xx 输出到文件OUT5.DAT 中。 例如,原文:Adb.Bcdza abck.LLhj 结果:Aec.Bdeab bcdl.LLik 原始数据文件存放的格式是:每行的宽度均小于 80 个字符,含标点符号和空格。 注意:部分源程序已给出。 请勿改动主函数main()、读函数 ReadDat()和写函数 WriteDat()的内容。 试题程序: #include #include #include char xx5080; int

6、 maxline = 0;/* 文章的总行数 */ int ReadDat(void); void WriteDat(void); void ConvertCharA(void) main() clrscr(); if(ReadDat() printf(“数据文件 IN5.DAT 不能打开!n007“); return; ConvertCharA(); WriteDat(); int ReadDat(void) FILE *fp; int i =0; char *p; if(fp = fopen(“IN5.DAT“, “r“) = NULL) return 1; while(fgets(xxi

7、 80, fp) !=NULL) p = strchr(xxi, n); if(p) *p = 0; i+; maxline = i; fclose(fp); return 0; void WriteDat(void) FILE *fp; int i; clrscr(); fp = fopen(“OUT5.DAT“, “w“); for(i = 0; i maxline; i+) printf(“%sn“, xxi); fprintf(fp, “%sn“, xxi); fclose(fp); (分数:-1.00)_正确答案:(void ConvertCharA(void) int i,j,str; for(i=0;i=a /*如果该字符是从 a 到 y 的小写字母则改写为该字母的下一个字母*/ )解析:本题要对二维数组中的字符元素按行来处理,因此,首先要求得当前行所包含的字符总个数,之后才可以利用一个循环来依次访问该行中的所有字符。当遇到一个字符时,先判断该字符是否是小写字母z,如果是,则把该字符改写成小写字母 a;如果不是,则继续判断该字符是否是从 a 到 y 的小写字母,如果是,则改写为该字母的下一个字母(利用字符的 ASCII 码值来实现);如果不是,则不做任何的操作,接着去取下一个字符。

展开阅读全文
相关资源
猜你喜欢
  • DIN EN 1770-1998 Products and systems for the protection and repair of concrete structures - Test methods - Determination of the coefficient of thermal expansion German version EN .pdf DIN EN 1770-1998 Products and systems for the protection and repair of concrete structures - Test methods - Determination of the coefficient of thermal expansion German version EN .pdf
  • DIN EN 1771 Berichtigung 1-2006 en 4264 Products and systems for the protection and repair of concrete structures - Test methods - Determination of injectability using the sand col.pdf DIN EN 1771 Berichtigung 1-2006 en 4264 Products and systems for the protection and repair of concrete structures - Test methods - Determination of injectability using the sand col.pdf
  • DIN EN 1771-2004 Products and systems for the protection and repair of concrete structures - Test methods - Determination of injectability and splitting test German version EN 1771.pdf DIN EN 1771-2004 Products and systems for the protection and repair of concrete structures - Test methods - Determination of injectability and splitting test German version EN 1771.pdf
  • DIN EN 1772-2000 Surface active agents - Determination of wetting power by immersion (ISO 8022 1990 modified) German version EN 1772 2000《表面活性剂 用浸没法测定润湿力》.pdf DIN EN 1772-2000 Surface active agents - Determination of wetting power by immersion (ISO 8022 1990 modified) German version EN 1772 2000《表面活性剂 用浸没法测定润湿力》.pdf
  • DIN EN 1773-1997 Textiles - Fabrics - Determination of width and length German version EN 1773 1996《纺织物 织物平面结构 宽度和长度测定》.pdf DIN EN 1773-1997 Textiles - Fabrics - Determination of width and length German version EN 1773 1996《纺织物 织物平面结构 宽度和长度测定》.pdf
  • DIN EN 1774-1997 Zinc and zinc alloys - Alloys for foundry purposes - Ingot and liquid German version EN 1774 1997《锌和锌合金 铸造用合金 铸块和液体》.pdf DIN EN 1774-1997 Zinc and zinc alloys - Alloys for foundry purposes - Ingot and liquid German version EN 1774 1997《锌和锌合金 铸造用合金 铸块和液体》.pdf
  • DIN EN 1775-2007 Gas supply - Gas pipework for buildings - Maximum operating pressure less than or equal to 5 bar - Functional recommendations German version EN 1775 2007《供气 建筑物用煤气.pdf DIN EN 1775-2007 Gas supply - Gas pipework for buildings - Maximum operating pressure less than or equal to 5 bar - Functional recommendations German version EN 1775 2007《供气 建筑物用煤气.pdf
  • DIN EN 1776-2016 Gas infrastructure - Gas measuring systems - Functional requirements German version EN 1776 2015《天然气基础设施 天然气测量系统 功能要求 德文版本EN 1776-2015》.pdf DIN EN 1776-2016 Gas infrastructure - Gas measuring systems - Functional requirements German version EN 1776 2015《天然气基础设施 天然气测量系统 功能要求 德文版本EN 1776-2015》.pdf
  • DIN EN 1777-2010 Hydraulic platforms (HPs) for fire fighting and rescue services - Safety requirements and testing German version EN 1777 2010《消防和救援服务用液压平台(HPs) 安全性要求和试验 德文版本EN 177.pdf DIN EN 1777-2010 Hydraulic platforms (HPs) for fire fighting and rescue services - Safety requirements and testing German version EN 1777 2010《消防和救援服务用液压平台(HPs) 安全性要求和试验 德文版本EN 177.pdf
  • 相关搜索

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

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