linked list
链表
2026-03-21 17:36 浏览次数 15
链表
linked circular list循环链表
doubly linked face listIn applied mathematics, a doubly linked face list (DLFL) is an efficient data structure for storing 2-manifold mesh dat The structure stores linked lists for a 3D mesh's faces, edges, vertices, and corner
doubly linked linear list双链接线性串列
linked linear list连接线性表
Linked Image List列表形式显示网页所有图片
singly linked circular list单向循环链表
linked d list链接表
linked-list index链式索引
within the linux kernel, all active processes are represented using a doubly linked list of task_struct. the kernel maintains a pointer—current—to the process currently executing on the system.
在linux kernel中,所有的进程都是用双链表表示的,双链表带的数据是task_struct.kernel保存一个current指针,指向当前系统中执行的进程。
some key information such as sessions and their corresponding states, operation results were saved by using a two-dimensional linked list in parallel reassembly process.
在并行重组过程中,采用二维链表保存(例如会话列表、相应状态和任务分配结果等)关键信息。
you can initially create an abstract buffer with an empty linked list of memory block.
最初可以使用内存块的一个空链表来创建一个抽象缓沖区。
as an example, take an application that maintains a linked list of accounts.
例如,取得维护帐户之连结串列的应用程式。
the management of graphic unit adopts the data structure of double linked list and save graphics in the form of data file.
对图元的管理则使用双向链表的结构,以数据文件的形式保存图形。
contribution can be divided into three sub-processes: frequency statistics to create a single linked list of leaf nodes, leaf nodes connected into a tree.
建树又可分为3个子过程:频率统计、创建叶子结点单链表、叶子结点连接成树。
design choices in a concurrent, singly linked list
并发单向链表的设计方法
it would likely require some mod_rewrite jiggery-pokery to keep the urls the same and a different technique to assemble the front page, with its intermingling of articles and linked list blurbs.
这估计得用上点 mod_rewrite 的小手段以保证所有网址不变,而我这个混合了长文章与小链接的首页的写法也会不一样。
there are two basic update operations performed in standard linked list implementations: inserting and removing a node from the list.
在标準的列表实现中,有两中基本更新操作:向列表中插入(inserting)节点和从列表中 删除(removing)节点。
for example, a linked list on a system with 4-byte pointers might allocate nodes holding only, say, two pointers, requiring only 8 bytes.
例如,一个链表在指针为4字节的系统上可能分配只包含两个指针的节点,也就是说只需要8个字节。
the court with hundreds of rich tycoons linked list no scientific basis;
把富豪对簿公堂与上百富榜挂钩没有科学根据;
notice how like our recursive programs, the definition of a linked list also contains a base case -- in this case, the null pointer.
注意,与我们的递归程序非常类似,链表的定义也包括一个基线条件 ——在这里是null指针。
axiom allows many different object factory implementations, but the linked list is by far the most popular.
axiom允许很多不同的对象工厂实现,但链表是最常用的。
as shown in listing 1, the virtual file system is maintained as a linked list of struct vfs, as denoted by the member vfs_next.
如清单1 所示,由成员 vfs_next 指定,虚拟文件系统作为structvfs的链表进行维护。
one we referenced earlier is the implementation of a doubly linked list in the spl class spldoublylinkedlist.
我们前面提到一个类就是在spl类spldoublylinkedlist中实现的双重链接列表。