搜索资源列表
链栈的建立及出入栈
- 用链表结构完成堆栈的任务,使用时更加灵活方便-structure with the mandate to complete stack, use more flexible and convenient
链栈
- 数据结构里的栈,用链表这种存储方式实现,和用数组方式存储的有个比较。-data structure, the stack, with Chain achieve such storage, and the use of the array is stored in a relatively.
链表与栈
- 链表与栈的头文件
简单的链的倒置(c++)
- 给定一条单向链,设计程序把链倒过来,并输出结果。要求直接在这条链上完成倒置操作,只可增设有限的几个辅助变量。 用栈的方法。
利用一个链表类实现一个队列类和栈类
- 利用一个链表类实现一个队列类和栈类-use a objectlist achieve a queue category and type Stack
链栈的建立及出入栈
- 用链表结构完成堆栈的任务,使用时更加灵活方便-structure with the mandate to complete stack, use more flexible and convenient
顺序栈和链栈的上机实验报告
- 高校实验上机报告模本,内容不错,值得借用和使用。-college laboratory report on the mode of the machine, as well, it is worth borrowing and use.
zhanjian
- 链栈的演示程序 实现栈的入栈,清空,出栈,退出操作。 输入指定元素。-chain stack of demo program Stack stack, flush out stack, to withdraw from the operation. Designated input elements.
linkstack
- 建立链栈,及其相应功能如插入,删除的实现-create linkstack
linklist
- 链栈的操作(创建、打印、进栈、出栈、返回源程序)-Chains stack operations (create, print, into the stack, out of the stack, return source code)
lianzhan
- 数据结构的链栈C++代码,实现链栈的初始化,入栈,出栈,取栈顶元素等操作-The chain of stack data structure C++ code to achieve the chain of stack initialization, stack, a stack, take the top element and other operations
X_Linded_Stack
- 标准链栈的实现,封装性很好,可直接用于许多中间过程-Linked Stack
stack
- 栈是限制仅在表的一端插入和删除的线性表,是生活中某些过程的抽象。插入和删除操作的一端称为栈顶,插入操作称作入栈(Push),删除操作称作出栈(Pop)。栈顶元素总是最后进栈的,和最先出栈的;而栈底元素是最先进栈,最后出栈。栈具有后进先出(LIFO)的特性。顺序栈是栈的顺序存储结构的实现。链栈是栈的链式存储结构的实现。-Stack is limited only to one end of the table insert and rem
链栈
- 用户C++实现的一个简单的链栈,可以进行基本的插入、删除,查找等功能。
栈和队列的链接
- 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structu
最简单的链表
- 最简单的出进栈程序设计,是新手对链表理解的最好代码(The simplest design of a stack program is the best code for a novice to understand the linked list)
15349069_卢健圳_猴子选大王解题报告V1
- c++数据结构,链栈入门,经典问题猴子选大王解题思路(C++ data structure, the introduction of chain stack)
zhan
- 1) 建立栈并进行一些元素入栈,实现链栈的建立及入栈的基本操作; (2)实现某些元素的出栈,实现链栈的出栈的操作;(1) set up the stack and carry out some elements into the stack, to achieve the establishment of the chain stack and the basic operation of the stack; (2) the st
LinkStack
- 链栈的基本操作,创建,插入,删除,查询操作(The basic operations of the chain stack, create, insert, delete, and query)
链栈
- 数据结构,使用c++实现的链栈,简单实现没有bug,啦啦啦(Data structure, the use of c++ chain stack, simple implementation without bug, cheerleading)