c语言程序设计课件(英文)c program language 之7 structure

c语言程序设计课件(英文)c program language 之7 structure

ID:14409407

大小:946.00 KB

页数:37页

时间:2018-07-28

c语言程序设计课件(英文)c program language 之7 structure_第1页
c语言程序设计课件(英文)c program language 之7 structure_第2页
c语言程序设计课件(英文)c program language 之7 structure_第3页
c语言程序设计课件(英文)c program language 之7 structure_第4页
c语言程序设计课件(英文)c program language 之7 structure_第5页
资源描述:

《c语言程序设计课件(英文)c program language 之7 structure》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、StructureXueQing2009.4StructureWhatisStructureDefinitionInitializationAccessthemembersofstructureStructureandpointerStructureandfunctionStructureandarraynumber,name,score1,score2,score3,score4WhatisStructureInordertodealwiththespecialdatawhichhasseveralmemberwithdifferentdatatype,itisneedtointr

2、oducenewdatatype.Array—anorderedsetwiththesamedatatype.1090569731inta[8]23654081inta[2][4]sametypeQuestion:intno,charname[20],floats1,s2,s3,s4onestudent:strutrueWhatisStructureStructure1StructureisaadvanceddatatypeinC.2Structureisamethodforgroupingaseveralrelateddatatypetogether.3Variableswithd

3、ifferenttypescanbegroupedinastructureThesimplevariables:inta,b;a=20,b=85;-invidualArray:floatgrade[20];sametyperelatedgrade[0]grade[1]grade[2]grade[3]……WhatisStructurenumnamegrade1grade210Li90.5A11Liu80B12Wen88B….intcharfloatcharHowcanwedefinerelateddatathathavedifferenttype?struct{intnum;charn

4、ame[10];floatgrade1;chargrade2;};WhatisStructureAllvariableswiththesametypescanbegroupedinaarray.wang98889887li87668367zhan78877561liu90768172zhao87817471AllvariableswithdifferenttypescanbegroupedinastructureContentnameagesexaddwang18m3-110li20f7-121liu17f7-212zhao18m3-222structuremembers(type,

5、name)StructurevariablesDefinition132Astructureisacollectionofrelatedvariables,anynumberoftypeofvariablesmaybeincludedwithinit.Definingstructure,thendeclaringstructvariables.Definingstructureandstructvariables.structure’snamecanbeomittedkeywordstructStructuremembersSturcturevariablesStructurevar

6、iablevaluesstructname{type1member1;type2member2;︰typenmembern;};1Definingstructure,thendeclaringstructvariables.Definitionstructstudent{intnum;charname[10];floatgrade1;chargrade2;};Structureisonlyasstructuretemplate,notoccupyingmemory,becausenoanyvariableyet.A)Definingstructurenumnamegrade1grad

7、e2structdata{charname[20];intage;charaddress[30];longtelephone;}structstruct_namestruct_variable_name;structdatawang;structdatali,zhang;DefinitionB)Declaringstructurevariablenameageaddresstelephonename[20]age20bytes2bytes30bytes4b

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。