• 程序创建一个包含几个节点填充数据输出它们最后删除所有节点。

    This program creates a linked list of few nodes, fills in the data, prints them, and finally deletes all the nodes.

    youdao

  • 注意我们递归程序非常类似,定义包括一个基线条件 ——这里NULL指针

    Notice how like our recursive programs, the definition of a linked list also contains a base case -- in this case, the NULL pointer.

    youdao

  • 因为最小大小16字节,那么分配节点用户程序就会遭受额外的100%的开销

    Since the minimum chunk size is 16 bytes, user programs allocating only list nodes suffer 100% overhead.

    youdao

  • 这些最小尺寸大部分期望的许多——它们可能导致巨大的浪费例如分配许多节点应用程序中。

    These minimum sizes are larger than most people would like to see — they can lead to significant wastage for example in applications allocating many tiny linked-list nodes.

    youdao

  • 由于NULL指针结束一个所以我们可以使用 NULL 指针条件作为基于很多程序的基线条件。

    Since a NULL pointer terminates a list, we can also use the NULL pointer condition as a base case for many of our recursive functions on linked lists.

    youdao

  • 处理程序一个有序处理程序清单

    A handler chain represents an ordered list of handlers.

    youdao

  • 程序使用变量容纳这种链表需要做的只是使用一个指向类型struct ll_int _ node的指针。

    To have a variable hold this kind of list in a program, all you need is to have a pointer that points to type struct ll_int_node.

    youdao

  • 注意我们递归程序非常类似,定义包括一个基线条件——这里NULL指针

    Notice how like our recursive programs, the definition of a linked list also contains a base casein this case, the NULL pointer.

    youdao

  • 这个程序基于双向实现地诠释特殊数据结构

    This procedure is based on the realization of two-way linked list, a good interpretation of this particular data structure.

    youdao

  • 程序主要提取骨架端点分支方法采用的是轮廓跟踪

    This program is mainly extract the skeleton endpoints and branch points, and methods used in single-contour tracking list.

    youdao

  • 说明:程序关于程序不足欢迎指教

    This program is on the list of programs. If not enough, please advise.

    youdao

  • 单片机程序开发中一常见数据结构,通常包括队列线性链表

    Linked list is a kind of common data structure in microcontroller's program, which includes stack, queue and linear list.

    youdao

  • 程序了指针数组结构体知识点运用管理软件

    Program using Pointers, linked lists, arrays, structures, and other knowledge, can be applied to a small management software.

    youdao

  • 为了使程序电脑运行时节省内存,在入库函数使用链表功能

    In order to run the program to save computer memory, used in the function list storage function.

    youdao

  • 绝对安全使用内核中断上下文检索任何中断处理程序一个主意

    It is perfectly safe to use kernel linked lists in interrupt context, but but retrieving anything in interrupt handlers is a bad idea.

    youdao

  • 这样相比效率就高很多。程序中,我就使用了这种管理

    As another example, some of the system-supplied SCSI class drivers use lookaside lists to allocate and release memory for SRBs.

    youdao

  • 这样相比效率就高很多。程序中,我就使用了这种管理

    As another example, some of the system-supplied SCSI class drivers use lookaside lists to allocate and release memory for SRBs.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定