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

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

1、计算机三级(数据库技术)上机考试 2 及答案解析(总分:-1.00,做题时间:90 分钟)1.函数 ReadDat()的功能是实现从文件 ENG4.IN 中读取一篇英文文章,存入到字符串数组 xx 中。请编制函数 encryptChar(),按给定的替代关系对数组 xx 中的所有字符进行替代,结果仍存入数组 xx 对应的位置上,最后调用函数 WriteDat()把结果 xx 输出到文件 PS4.DAT 中。 替代关系:f(p)=p*11 mod 256(p是数组 xx 中某一个字符的 ASCII 值,f(p)是计算后新字符的 ASCII 值),如果计算后 f(p)的值小于等于32 或大于 13

2、0,则该字符不变,否则将 f(p)所对应的字符进行替代。 注意:部分源程序已给出。 原始数据文件存放的格式是:每行的宽度均小于 80 个字符。 请勿改动主函数 main()、读函数 ReadDat()和写函数 WriteDat()的内容。 试题程序: #include #include #include #include unsigned char xx5080; int maxline = 0;/* 文章的总行数 */ int ReadDat(void); void WriteDat(void); void encryptChar() main() clrscr(); if(ReadDat(

3、) printf(“数据文件 ENG4.IN 不能打开!n007“); return; encryptChar(); WriteDat(); int ReadDat(void) FILE *fp; int i = 0; unsigned char *p; if(fp = fopen(“ENG4.IN“, “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; fp = fopen(“PS4.DAT“, “w“); for(i = 0; i 130 | *pf*11%256=32)”语句来实现,如果该字符不满足上述条件,就用一个新的字符来替代,新的字符是当前的字符乘以 11 的结果再去与 256 求余数。处理完毕后,指针去取下一个字符。如果该字符满足所给条件,将不做任何操作,指针直接下移,去取下一个字符,对下一个字符进行处理。

展开阅读全文
相关资源
猜你喜欢
  • BS 7755-3 7-1995 Soil quality Chemical methods Determination of total nitrogen Modified Kjeldahl method《土质 化学方法 氮总含量的测定 改良凯氏法》.pdf BS 7755-3 7-1995 Soil quality Chemical methods Determination of total nitrogen Modified Kjeldahl method《土质 化学方法 氮总含量的测定 改良凯氏法》.pdf
  • BS 7755-3 8-1995 Soil quality Chemical methods Determination of organic and total carbon after dry combustion (elementary analysis)《土质 化学方法 干燃烧后(元素分析法)对有机物质和碳总含量的测定》.pdf BS 7755-3 8-1995 Soil quality Chemical methods Determination of organic and total carbon after dry combustion (elementary analysis)《土质 化学方法 干燃烧后(元素分析法)对有机物质和碳总含量的测定》.pdf
  • BS 7755-3 9-1995 Soil quality Chemical methods Extraction of trace elements soluble in aqua regia《土质 化学方法 溶解于王水的痕量元素萃取》.pdf BS 7755-3 9-1995 Soil quality Chemical methods Extraction of trace elements soluble in aqua regia《土质 化学方法 溶解于王水的痕量元素萃取》.pdf
  • BS 7755-4 1 1-1995 Soil quality - Biological methods - Biodegradability - Guidance on laboratory testing for biodegradation of organic chemicals in soil under aerobic conditions《土质.pdf BS 7755-4 1 1-1995 Soil quality - Biological methods - Biodegradability - Guidance on laboratory testing for biodegradation of organic chemicals in soil under aerobic conditions《土质.pdf
  • BS 7755-5 2-1996 Soil quality - Physical methods - Determination of water content in the unsaturated zone - Neutron depth probe method《土质 物理法 不饱和区域水含量的测定 中子深度探测法》.pdf BS 7755-5 2-1996 Soil quality - Physical methods - Determination of water content in the unsaturated zone - Neutron depth probe method《土质 物理法 不饱和区域水含量的测定 中子深度探测法》.pdf
  • BS 7755-5 3-1998 Soil quality - Physical methods - Determination of particle density《土质 物理方法 颗粒密度的测定》.pdf BS 7755-5 3-1998 Soil quality - Physical methods - Determination of particle density《土质 物理方法 颗粒密度的测定》.pdf
  • BS 7755-5 5-1999 Soil quality - Physical methods - Laboratory methods《土壤质量 物理方法 实验室方法》.pdf BS 7755-5 5-1999 Soil quality - Physical methods - Laboratory methods《土壤质量 物理方法 实验室方法》.pdf
  • BS 7755-5 6-1999 Soil quality - Physical methods - Determination of dry bulk density《土壤质量 物理方法 干土体积密度的测定》.pdf BS 7755-5 6-1999 Soil quality - Physical methods - Determination of dry bulk density《土壤质量 物理方法 干土体积密度的测定》.pdf
  • BS 7763-1994 Method of assessment of the liability to breakdown in water of materials associated with coal seams《与煤层相关物质在水中易断裂的评估方法》.pdf BS 7763-1994 Method of assessment of the liability to breakdown in water of materials associated with coal seams《与煤层相关物质在水中易断裂的评估方法》.pdf
  • 相关搜索
    资源标签

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

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