| 1. | A node structure is created by adding 对象添加到父节点的 |
| 2. | Study on change signification of left and right tag field in node structures of threaded binary trees 对改变线索二叉树结点结构中左右标志域涵义的探讨 |
| 3. | In the soft tissue . one side of the slide is skeletal muscle . there is no normal lymph node structure 在软组织内。切片的一侧为横纹肌,切片上并没有正常淋巴结的结构。 |
| 4. | For example , the linked list of integers in the diagram above could be represented by the following node structure in c 例如,上图中的整数链表在c中可以由下面的节点结构来描述: |
| 5. | For example , when removing a node from a list , you have to remember to free the memory for the node structure 例如,当从一个列表中删除某个节点时,必须记住释放这个节点结构的内存。 |
| 6. | Because node structures go in only one direction , they know nothing about the sequence of nodes that precede them 由于节点结构只指向一个方向,所以它们完全不了解它们之前的节点的顺序。 |
| 7. | Armed with this new generic data type , you can now make a very generic list node structure , as shown in listing 4 在这个新的通用数据类型的帮助下,您现在可以得到一个非常通用的列表节点结构,如清单4所示。 |
| 8. | 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 使用这个通用的列表节点结构,您现在可以定义列表和不需要考虑存储在列表中的数据类型的列表操作。 |
| 9. | 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为基本原型,从两方面对仿真平台中的蓝牙节点的架构进行了修改与扩展。 |
| 10. | 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的下半部分不必是一个指向某个列表节点的指针。 |