node structure meaning in Chinese
节点结构
Examples
- 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所示。 - With this generic list node structure , you can now define lists and list operations that work regardless of the type of data stored in them
使用这个通用的列表节点结构,您现在可以定义列表和不需要考虑存储在列表中的数据类型的列表操作。 - Based on the prototype of bluehoc which is a bluetooth simulation modual upon ns , the bluetooth node structure is modified and extended from two sides
论文以ns下的蓝牙仿真模块bluehoc为基本原型,从两方面对仿真平台中的蓝牙节点的架构进行了修改与扩展。 - They are slightly different from the node structures i showed you in c , above , because the bottom half of a pair doesn t have to be a pointer to a list node
它们与前面我向您介绍的c中的节点结构稍有不同,因为一个pair的下半部分不必是一个指向某个列表节点的指针。