搜索资源列表
计算式求值栈操作
- 计算式求值栈操作-formula evaluates stack operation
栈的基本操作
- 栈的基本操作,
栈的基本操作
- 关于栈的基本操作
计算式求值栈操作
- 计算式求值栈操作-formula evaluates stack operation
顺序栈的基本操作
- 顺序栈的基本操作,一共9个,与吴伟民数据结构课本完全一致,用C实现-order stack the basic operation, a total of nine, and Xiulan WU Weimin textbooks data structure is fully consistent with achieving C
栈和队列CQandS
- 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
vStack
- c++类模板示例,模拟栈操作(压栈与出栈)-c class template examples and simulated stack operations (Yazhan with Stack)
stack
- C语言编写的栈操作模板。包含栈的9种基本操作,从栈的创建、栈的判断到入栈、出栈操作,以及栈的删除等操作。-C language template stack operation. Stack contains 9 kinds of basic operation, from the stack to create, to determine the stack入栈, a stack operation, and stack operat
duizhan
- 本文件主要是关于编程中堆栈操作的16种方法的介绍。-This document is mainly about programming stack operation, introduced 16 kinds of methods.
zhanheduilie
- (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法。 (6)综合训练:1)利用栈实现表达式求值算法。 2)利用栈实现迷宫求解。 -(1) the use of chain-stor
3
- 数据结构栈操作,包括进栈、出栈等操作。学数据结构的同学记得评分哦-err
test
- 学习堆对象的分配与释放、静态数据成员和静态成员函数的使用、链表类的定义与使用 模拟栈操作:设计一个整数链表类,满足栈操作。即,总在链表首插入结点,总在链表首取出(删除)结点。-Learning object heap allocation and release, static data members and static member functions use the definition of category lis
DataStructureBasic
- 数据结构基础代码,包括线性表顺序表,链式表操作,队列栈操作,二叉树操作等。-Data structure based on the code, including the linear sequence table table, table chain operation, queue stack operation, binary tree operation.
TRACK
- 数据结构课程设计之堆栈的应用,能实现堆栈这个数据结构的基本应用,例如,初始化,出栈和入栈操作等。-Data structure the curriculum design of the stack of applications, to achieve the stack data structure of the basic applications, for example, initialization, a stack and入
栈和队列的链接
- 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structu
出栈入栈
- C语言实现出栈入栈的操作,功能可以实现任意次。(The stack operation is realized in C language)
数据结构-栈
- 定义了栈,只含有一些基本操作,算法很少,对大学初学数据结构者有用(simple sample of stack)
利用栈进行括号匹配检验
- 检验一条信息中括号各个匹配与否。比如输入(){}会提示错误,输入({})会提示正确。 另外附录了线性表基本操作的对应代码(Check whether parentheses match each other in a message. In addition, the corresponding code of the basic operation of the linear table is attached)
作业2_1
- 判断链栈是否为空,取栈顶元素,进栈操作,出栈操作,求表长操作(Determine whether the chain stack is empty, take the top element of stack, stack operation, stack operation, long table operation)
栈
- 实现栈的进站和输出查找操作:查找值为x的元素在单链表中出现的位置(是链表中的第几个元素); 4)压栈和弹栈操作; 5)出队和入队操作(顺序存储)(Carrying and output of the stack)