释义 |
list structure 表结构;[列表结构] A specific set of data items combined because each element contains the address of the successoritem or element; i.e., a predecessor item or element. Such lists grow in size according to the limits of fixed storage capacity, and it is relatively simple to insert or delete data items anywhere in a list structure. 数据项的特定组合,其中每一元素都含有后继项或后继元素的地址,即一个前趋项或前趋元 素。这个表容量的增长受制于固定存储器的限度,在一个表结构任意处插入或删除数据项是 比较简单的。 |