搜索资源列表
sting2.doc
- 线性数据结构算法实现 栈的顺序和链式存储存表示与基本算法的实现; 队列的链式存储表示与基本操作算法实现-linear data structure of the stack algorithm sequence and chain store expresses the basic algorithm and the realization; Queue said chain store operation with the basic algorithm
palindrome
- 实验2:栈的应用--判断一个数是否是回文数 1、实验目的:掌握栈的特点及基本操作,包括入栈、出栈、判栈空等。 2、实验要求:任意输入一个数,判断其是否为回文数。 3、提示:可采用栈和链表结合进行。
pp
- 实现堆栈的操作,功能为入栈、出栈,实现先进后出的原则-to realize the stack operation , the function :push onto the stack out the stack
IMUCI
- Java写的泥波兰式 A栈中存放的是逆波兰式结果, B栈中存放的是操作符 B栈初始状态为()
869179
- 一个采用了词法分析和语法分析的计算器,非用栈实现()