您好,欢迎访问三七文档
当前位置:首页 > 电子/通信 > 综合/其它 > Chapter 2 Arrays and Structures
杭州师范大学杭州国际服务工程学院俞凯Chapter2ArraysandStructures2020/2/26杭州师范大学杭州国际服务工程学院俞凯2.1Arrays2.1.1AbstractDataType2.1.2ArraysinC2020/2/26杭州师范大学杭州国际服务工程学院俞凯2.1.1AbstractDataType2020/2/26杭州师范大学杭州国际服务工程学院俞凯2.1.2ArraysinCdefinitionArraysandpointersAddressofArrays2020/2/26杭州师范大学杭州国际服务工程学院俞凯2.2DynamicAllocatedArraysOne-DimensionalArraysTwo-DimensionalArraysmalloccallocrealloc2020/2/26杭州师范大学杭州国际服务工程学院俞凯2.3StructuresandUnions2.3.1Structures2.3.2Unions2.3.3InternalImplementationofStructures2.3.4Self-ReferentialStructures2020/2/26杭州师范大学杭州国际服务工程学院俞凯2.3.1Structuresstruct{charname[10];intage;floatsalary;}person;typedefstruct{charname[10];intage;floatsalary;}person;personperson1,person2;if(person1==person2){//dosomething}2020/2/26杭州师范大学杭州国际服务工程学院俞凯2.3.2UnionsDifferencebetweenstructuresandunions?2020/2/26杭州师范大学杭州国际服务工程学院俞凯2.3.3InternalimplementationofStructuresSizeofstructures2020/2/26杭州师范大学杭州国际服务工程学院俞凯2.3.4Self-ReferentialStructurestypedefstructlist{chardata;list*link;};2020/2/26杭州师范大学杭州国际服务工程学院俞凯2.4PolynomialsSelf-Reading2020/2/26杭州师范大学杭州国际服务工程学院俞凯2.5SparseMatricesSelf-Reading2020/2/26杭州师范大学杭州国际服务工程学院俞凯2.6RepresentationofMultidimensionalArraysWay1:array-of-arraysWay2:mapallelementsintoanorderedorlinearlist2020/2/26杭州师范大学杭州国际服务工程学院俞凯2.7StringsStringlength常用函数PatternMatchin2020/2/26杭州师范大学杭州国际服务工程学院俞凯HomeworkPage584Page642Page846Page984Page992
本文标题:Chapter 2 Arrays and Structures
链接地址:https://www.777doc.com/doc-4011382 .html