具有链接存储结构的线性表,它用一组地址任意的存储单元存放线性表中的数据元素,逻辑上相邻的元素在物理上不要求也相邻,不能随机存取。一般用结点描述:结点(表示数据元素) =数据域(数据元素的映象) + 指针域(指示后继元素存储位置)
an bye ̄ 三、线性链表(Linked List) 线性链表( 双向链表(Double 双向链表(Double linked list):在单链表的每个结点里 list):在单链表的每个结点里 再增加...
基于52个网页-相关网页
链表是单片机程序开发中一种常见的数据结构,通常包括栈链、队列和线性链表。
Linked list is a kind of common data structure in microcontroller's program, which includes stack, queue and linear list.
根据多项式的结构特点,利用线性链表来实现多项式相加,结点中存放各项的系数和指数,构造相应的多项式。
According to the structural characteristics of polynomial, linear linked list to achieve the polynomial are added storage nodes of the coefficient and index, constructed the corresponding polynomial.
名单1,链接贮存方法链接到贮藏方法称为线性形式名单(链表)。
List 1, links storage methods links to the storage method referred to as linear form List (Linked List).
应用推荐