- 9
- 0
- 约2.23万字
- 约 66页
- 2018-10-26 发布于天津
- 举报
Author: J. de Wet Lecture 5: Arrays and Structures (数组和结构体) Chapter Five: Arrays and Structures (数组和结构体) Arrays(数组) Structures(结构体) The typedef statement(typedef语句) Arrays of structures(结构体数组) Enumerated data types(枚举数据类型) 数组的概念 An array is a group of variables of the same data type, such as ten ints, fifteen chars or a hundred floats. 数组是具有一定顺序关系的若干相同类型变量的集合体,组成数组的变量称为该数组的元素。 数组属于构造类型。 Introduction Arrays (数组) A kind of complex data type Structures of related data items Static entity - same size throughout program Arrays Consecutive(
原创力文档

文档评论(0)