[计算机类试卷]国家二级(C语言)机试模拟试卷364及答案与解析.doc

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

1、国家二级( C语言)机试模拟试卷 364及答案与解析 一、程序填空题( 30分) 1 二、程序修改题( 30分) 2 给定程序 MODII C中函数 fun的功能是:从 s所指字符串中,找出与 t所指字符串相同的子串的个数作为函数值返回。 例如,当 s所指字符串中的内容为: ”abcdabfab”, t所指字符串的内容为: ”ab”,则函数返回整数 3。 请改正程序中的错误,使它能得出正确的结果。 注意:不要改动 main函数,不得增行或删行,也不得更改程序的结构 ! #include #include int fun (char *s, char *t) int n; char *p , *

2、r; n = 0; while (*s) p = s; r = t; while (*r) if (*r = *p) /*found*/ r+; p+ else break; /*found*/ if(*r=0) n+; s+; return n; main() char s100, t100; int m; printf(“nPlease enter string S:“); scanf(“%s“, s); printf(“nPlease enter substring t:“); scanf(“%s“, t); m = fun(s, t); printf(“nThe result is:

3、m = %dn“, m); 三、程序设计题( 40分) 3 函数 fun的功能是:将两个两位数的正整数 a、 b合并形成一个整数放在 c中。 合并的方式是:将 a数的十位和个位数依次放在 c数的个位和百位上, b数的十位和个位数依次放在 c数的千位和十位上。 例如,当 a=45, b=12时,调用该函数后, c=1524。 注意:部分源程序存在文件 PROGl C中。数据文件 in dat中的数据不得修改。 请勿改动主函数 main和其他函数中的任何内容,仅在函 数 fun的花括号中填入你编写的若干语句。 #include void fun(int a, int b, long *c) mai

4、n() int a,b; long c; void NONO (); printf(“Input a, b:“); scanf(“%d,%d“, fun(a, b, printf(“The result is: %ldn“, c); NONO(); void NONO () /* 本函数用于打开文件,输入数据,调用函数,输出数据,关闭文件。 */ FILE *rf, *wf ; int i, a,b ; long c ; rf = fopen(“in.dat“, “r“); wf = fopen(“out.dat“,“w“); for(i = 0 ; i 10 ; i+) fscanf(rf,

5、 “%d,%d“, fun(a, b, fprintf(wf, “a=%d,b=%d,c=%ldn“, a, b, c); fclose(rf); fclose(wf); 国家二级( C语言)机试模拟试卷 364答案与解析 一、程序填空题( 30分) 1 【正确答案】 N N-1 0 【试题解析】 第一空:题目要求对每行元素中的值均右移 1个位置,故第一空处循环变量每次增 1,共循环 N次,完成对 N行的移位操作,因此第一空处应为“N”。 第二空: “x=ti_2_;”保存第 i行元素的最后一个元素 tiN-1,故第二空应为 “tiN-1”。 第三 空:此处是右边被移出矩阵的元素绕回左边,即将

6、 x内保存的元素放在每行的第一位置,故第三空应为 “0”。 二、程序修改题( 30分) 2 【正确答案】 r+; p+; if(*r=0) 【试题解析】 ( 1) C语言中,语句应该以 “;”结束,在第二个标识处, “p+”语句没有以 “;”结束,因此第一个标识处应该是 “r+; p+;”。 ( 2)根据审题分析,要判断指针 r是否指向串尾来结束内循环,而判断语句应该是 “if(*r=0)”。 三、程序设计题( 40分) 3 【正确答案】 *c=(b/10)*1000+(a%10)*100+(b%10)*10+(a/10); 【试题解析】 ( 1)分解两位数的正整数 n的个位和十位数,可用 n%10和 n/10实现。 ( 2)设 x0、 x1、 x2、 x3为一位数,则 x0、 x110、 x2100、 x31000,可以分别使 x0、 x1、 x2、 x3构成个、十、百、千带权数,而 x0+x110+x2100+x31000构成四位数。本题最多只考虑四位数。

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