搜索资源列表
stack2
- 栈的基本操作,有初始化,清空,添加,删除,判空等!-stack the basic operation, initialization, emptied, add, delete, subcontracting air!
掌握线性表的结构特点
- 。 掌握线性表的基本操作:初始化,插入,删除,查找,判空,求线性表长度等运算在顺序存储结构和链式存储结构上的实现。 通过本章实验帮助学生加深对C语言的使用(特别是函数的参数调用、指针类型的应用)。
stack2
- 栈的基本操作,有初始化,清空,添加,删除,判空等!-stack the basic operation, initialization, emptied, add, delete, subcontracting air!
shunxubiao
- 本程序是用c++编写的关于顺序表的程序,包括顺序表的插入、删除、判空、尾插、清表等运算-This procedure is used c++ Prepared table on the order of procedures, including the order form insert, delete, contracting air, plug the end of the Qing computing, etc.
lianzhan
- 链栈实现栈的基本操作,出入栈,删除元素,判空,销毁,清空。-Stack stack chain to achieve the basic operation, access to the stack, delete the elements, space-contracting, destruction, empty.
xianxingbiao
- 线性表运算 掌握线性表的基本操作:初始化,插入,删除,查找,判空,求线性表长度等运算在顺序存储结构和链式存储结构上的实现。-Linear form of linear operator grasp the basic operation Table: initialize, insert, delete, search, space-contracting, and computing the length of the linear
Stack
- 堆栈的初始化,判空,元素入栈,出站等基本操作以熟练掌握数据结构基本内容.-Stack initialization, contractors air,入栈elements, the basic operation of the station in order to master the basic content of the data structure.
wangrong1
- 线性表运算,进行插入、删除、返回长度、判空、等的10多种操作-Linear table operations, insertion, deletion, back length, sub-space, and so on more than 10 kinds of operations
wangrong22
- 双向栈操作,可以进行左插入,左删除,右插入,右删除,判空、计算长度等操作-Two-way stack operation, can be left to insert, remove the left and right insert, the right to delete, sub-space, length of operation of calculation
seqlist
- 使用线性表实现数值的插入,显示,删除(给定位置或数值或区间),求表长,判空-Achieved using a linear table values inserted, display, delete (for a given position or value or range), seeking a long table, sub-space ...
Stack544014
- 用模板实现顺序栈的基本功能:初始化;判断栈空;判断栈满;置空栈;入栈;出栈;要求入栈时,栈非满是可以插入元素,否则抛除异常;出栈时,栈非空返回栈顶元素,否则抛除异常。(陈儒焕组) 5、队列是只允许在一端进行插入操作,而另一端进行删除操作的线性表。如何改造数组实现队列的顺序存储。要求:用模板实现队列的判空;判满;置队空;出队,队列非空时,出队队首元素,否则报错;出队,队列非满时,插入新元素到队尾,否则报错; -The templa
lian
- 链表操作,包括创建,销毁,定位元素,插入,删除,判空,显示-List operations, including create, find, and merging
xu
- 掌握线性表的结构特点。 掌握线性表的基本操作:初始化,插入,删除,查找,判空,求线性表长度等运算在顺序存储结构和链式存储结构上的实现。 通过本章实验帮助学生加深对C语言的使用(特别是函数的参数调用、指针类型的应用)。-Grasp the characteristics of the linear structure of the table. Master the basic operation of the linear fo
List
- 单链表的基本操作,创建一个广义表+判空+显示+长度, 广义表的复制+插入+深度+删除+销毁,打印广义表中的原子。-The basic operation of a single list, create a generalized table+ empty+ show+ the length of sentence, the generalized form of the copy+ delete+ insert+ depth+ des
datestructcricleline
- 以带头结点的循环列表表示队列,只设一个指针指向队尾元素,不设头指针,编写队列初始化、入队、出队、判空的算法。-To take the lead in circulating the list of nodes that the queue, only to set a pointer to the tail element with no head pointer, write queue is initialized into the
deque
- 在一个双端队列的两端实现添加删除,并进行队列判空判满操作-In a double-ended queue, add and delete both ends to achieve, and the queue is full of sub-contracting operation of air
The-acheivement-of-Linklist
- 实现单链表表上的各种操作:初始化,创建,输出元素,销毁,插入,删除,定位,求表长、“判空”,单链表排序,两个链表的归并以及“删除重复的元素”共计12个操作。-Single-linked list form on a variety of operations: initialization, create and output elements, destruction, insert, delete, locate, find the
The-achievement-SqList
- 编写C(C++)应用程序,实现顺序表上的各自操作:初始化,创建,显示,销毁,插入,删除,定位,求表长、“判空”以及合并两个顺序表。-Write C (C++) application, the order form to achieve their respective operations: initialize, create, display, destruction, insert, delete, locate, find t
queue
- 基本的队列操作,出队列,入队列,判空,初始化等-queue operate
6
- 队列操作,包括销毁清空初始化,插入删除某队内元素(Queue operations, including destruction, initialization, insertion and deletion of elements within a team.)