节点结构 meaning in Chinese
node structure
Examples
- Collection of a parent node
集合中,可以创建一个节点结构。 - For example , the linked list of integers in the diagram above could be represented by the following node structure in c
例如,上图中的整数链表在c中可以由下面的节点结构来描述: - For example , when removing a node from a list , you have to remember to free the memory for the node structure
例如,当从一个列表中删除某个节点时,必须记住释放这个节点结构的内存。 - Because node structures go in only one direction , they know nothing about the sequence of nodes that precede them
由于节点结构只指向一个方向,所以它们完全不了解它们之前的节点的顺序。 - Armed with this new generic data type , you can now make a very generic list node structure , as shown in listing 4
在这个新的通用数据类型的帮助下,您现在可以得到一个非常通用的列表节点结构,如清单4所示。