[计算机类试卷]国家三级(网络技术)机试模拟试卷228及答案与解析.doc

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

1、国家三级(网络技术)机试模拟试卷 228及答案与解析 一、程序设计题 1 设有 n个人坐一圈并按顺时针方向从 1到 n编号,从第 s个人开始进行 1到 m的报数,若报到第 m个人,则此人出圈,再从他的下一个人重新开始从 1到 m报数,如此进行下去,直到所有的人都出圈为止。请编制函数 Josegh(),给出这 n个人的顺序表。函数 WriteData()负责把编号按照出圈顺序输出到文件 OUT DAT中。 设 n=100, s=1, m=10进行编程。 注意;部分源程序已给出。 请勿改动主函数 main()和写函数 WriteData()的 内容。 试题程序; #include #define

2、N 100 #define S 1 #define M 10 int sequenceN=0, n, s, m; void WriteData(void); void Josegh(void) void main() m=M; n=N; s=S; Josegh(); WriteData(); void WriteData(void) int i; FILE*fp; fp=fopen(“OUT DAT“, “w“); for(i=0; iN; i+) printf(“ 4d“, sequencei); fprintf(fp, “ 4d“, sequencei); if(i+1) 10=0) pr

3、intf(“ n“); fprintf(fp, “ n“); fclose(fp); 国家三级(网络技术)机试模拟试卷 228答案与解析 一、程序设计题 1 【正确答案】 void Josegh(void) int i, j, k=0, flag, out_num=0; k用来标记每圈中已进行到第几个 while(1) for(i=1; i=100; i+) flag=0; for(j=0; jout_num; j+) 查看此人是否已出局 if(i=sequencej) 如果此人的序号已在出局者队列中,则说明该人已出局 flag=1; 将标志置 1,表明该人已出局 continue; 退出此次

4、循环 if(flag=0) 如果没有出局 k+; 将该轮中的人数加 l if(k M=0) 如果该轮的人数已经到 M人 sequenceout_num=i; 将此人的标号放入出局者队列中 out_num+; 将出局人数计数器加 1 k=0;从新开始下一轮 if(out_num=N)break; 如果全部出局,则退出循环 【试题解析】 本题是一个实际问题。解决该问题的主要思路是;用 k 来记录每圈中已进行到第几个,如果 k=m,则该同学出局。并用数组 sequence来记录出圈者的编号。在进行下一圈的报数时,如果所到的编号已存在于 sequence中,则跳过此人。如此下去,直到所有的人都出局,这时 sequence中记录的就是出圈者的次序。

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