[计算机类试卷]国家三级信息管理技术机试模拟试卷34及答案与解析.doc

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

1、国家三级信息管理技术机试模拟试卷 34及答案与解析 一、程序设计题 1 已知在文件 IN34.DAT中存有 100个产品销售记录,每个产品销售记录由产品代码 dm(字符型 4位 )、产品名称 mc(字符型 10位 )、单价 dj(整型 )、数量 s1(整型 )、金额 je(长整型 )几部分组成。其中,金额 =单价 数量可计算得出。函数 ReadDat() 的功能是读取这 100个销售记录并存入数组 sell中。请编制函数 SortDat(),其功能要求;按产品代码从大到小进行捧列,若产品代码相同,则按金额从大到小进行排列,最终排列结果仍存入 结构数组 sell中,最后调用函数 writeDat

2、()把结果输出到文件 OUT34.DAT中。 注意:部分源程序已给出。 请勿改动主函数 main()、读函数 RdadDat()和写函数 WriteDat()的内容。 试题程序: #include stdio.h #include mem.h #include string.h #include conio.h #include stdlib.h #define MAX 100 typedef struct char dm5; char mc11; int dj; int s1; long je; PRO; PRO sellMAX; void ReadDat(); void WriteDat(

3、); void SortDat() void main() memset(sell,0,sizeof(sell); ReadDat(); SortDat(); WriteDat(); void ReadDat() FILE *fp; char str80,ch11; int i; fp=fopen(“IN34.DAT“, “r“); for(i=0;i 100;i+) fgets(str, 80, fp); memcpy(sell i.dm, str, 4); memcpy(sell i.mc, str+4,10); memcpy(ch,str+14,4); ch4=0; selli.dj=a

4、toi(ch); memcpy(ch,str+18,5); ch5=0; selli .s1=atoi(ch); selli .je=(long)selli.dj*selli.s1; fclose(fp); void WriteDat() FILE *fp; int i; fp=fopen(“OUT34.DAT“,“w“); for(i=0;i 100;i+) fprintf(fp,“%s %s %4d %5d %10ldn“,selli.dm, selli.mc,selli.dj, selli.s1, selli.je); fclose(fp); 国家三级信息管理技术机试模拟试卷 34答案与

5、解析 一、程序设计题 1 【正确答案】 void SortDat() int i,j; PRO xy; for(i=0;i 99;i+) for(j=i+1;j 100;j+) if (strcmp(selli.dm,sellj.dm) 0) /*按产品代码从大到小进行排列 */ xy=selli; selli=sellj; sellj=xy; else if (strcmp(selli.dm, sellj.dm)=0) /*若产品代码相同 */ if (selli.je sellj.je) /*则按金额从大到小进行排列 */ xy=selli; selli=sellj; sellj=xy;

6、【试题解析】 本题考查的知识点如下: (1) 结构体及结构数组。 (2) 结构数组的排序。 (3) 字符型数组的比较。 本题着重考查结构体变量的访问、赋值,包括结构体本身及结构体中各个成员的访问和赋值。根据题意要求,我们首先要比较产品代码。因为产品代码为字符型,所以不能使用简单的比较运算符进行比较。在这里,我们使用了字符中处理函数 strcmp(char *strll,char *str12,unsigned int cout)对其进行比较。对于比较结果,若是代码相同,则要按照金额进行新的比较,否则可直接存入数组。因为已定义 了结构数组,就可以使用循环进行比较排序。排序同样采用前面介绍的 “选择排序法 ”。

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