... Data Structures(静态数据结构): Size and shape of data structure does not change ? Dynamic Data Structure(动态数据结构): Size and shape of data structure can change ? Pointers(指针): Used to locate data 8-14 Figure 8.4 Novels arranged by ...
2
?结构
...现 6.3 大批量数据的组织策略 6.4 数据结构在问题建模中的应用 动态结构的静态实现 所谓动态数据结构(dynamic data structure)是指可以随着程序的执行而动态地改变大小程形状的一类数据结构,如链表、树和图等。
3
?动态资料结构
... 动态资料集定义 dynamic data set definition 动态资料结构dynamic data structure动态资料结构 dynamic data structuring ...
双语例句
1
The circle queue is a type of dynamicdatastructure.
首尾相接的循环队列是一种动态的数据结构。
2
A new idea of datastructure? Dynamicdatastructure is proposed in this thesis.
本文提出一个新的数据结构概念——动态数据结构。
3
Applying structure pointer and dynamicdatastructure, such as the linked list and queue in c, we have made the working software executed with less memory requirement and time overhead.