释义 |
structure 结构 1. The organization of data within a record or file. 记录或文件内的数据组织形式。 2. A programdefined hierarchical ordering of data for a record. Elements within a structure may be formatted differently from each other, whereas elements in an array must all have the same format. 对记录而言,程序定义的数据分层次序。结构内的元素的格式可能彼此不同,而一个数组中的元素的格式必须相同。 3. In PL/1, a hierarchical set of names that refers to an aggregate of data items that may have different attributes. 在PL/1语言中,引用具有不同属性的数据项集合名的层次集合。 参阅block structure。 |