搜索资源列表
栈的数制转换算法
- 进制转换是数据结构中的栈的应用的一个典型例子- Enters the system transformation is in a construction of data stack application typical example
SJJG6
- 该文档是有关数据结构中的栈的应用,它实现基本的输入字串的反转功能!-the document is the data structure of the application stack, it is basically the reverse of the input string functions!
ysbd
- 数据结构:栈的应用 数据结构:栈的应用 数据结构:栈的应用-data structure : the application stack data structures : the application stack data structure : stacks of application data structures : the application stack data structure : Application Stack
migong
- 数据结构中栈的应用--迷宫问题数据结构中栈的应用--迷宫问题
zhan
- 用C++编的关于栈的应用,学数据结构的时候要用到
operation
- 表达式求值 数据结构栈的应用 自己写的课程设计代码
SqStack
- 数据结构,栈的应用,表达式求值的源码及实验报告!
zhanheduiliedejibencaozu
- 数据结构栈和队列的基本操作及其应用。对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。
stack decimal octal
- 数据结构——栈 (1)实现栈的顺序表示和部分操作(栈的初始化、压栈、出栈) (2)实现栈的求十进制与八进制转换的应用
migong
- 数据结构中栈算法的简单应用,通过程序模拟迷宫的生成和寻找出口的动态演示过程-Data structure in a simple stack algorithm applications, the adoption of procedures for the generation and simulation of a maze to find the export dynamic demonstration
a.doc
- 1) 根据栈数据结构,分别建立一个顺序栈和链式栈并实现其上基本操作(出栈和入栈等); 2) 根据队列数据结构,分别建立链队列和循环队列,并完成其上的基本操作(出入队列等); 3) 参考P80表达式求值例题,应用栈的基本操作实现简单表达式求值运算及其进出栈模拟过程(给出程序执行过程中栈的变化过程); 4) 阅读P83栈与递归的实现一节内容和3阶汉诺塔问题。使用栈数据结构解决3阶汉诺塔问题,编写程序并模拟栈及其汉诺塔的搬运过程(给出程序执行过程栈的变化过程与圆盘的搬动状态)。 5)
TEST
- 数据结构试验 实验一 线性表的顺序表示与实现 实验二 线性表的链式表示与实现 实验三 栈与队列及其应用 实验四 二叉树的应用 实验五 图的遍历与应用 实验六 查找技术 实验七 内部排序 全部源码-Experimental test data structure form a linear sequence of that experiment and realization of the Second linear chain form and realizati
stack
- 数据结构课程设计-栈的实现及应用,实现功能:1.数制转换2.括号区配3.行编辑4.表达式求值-Data structure the curriculum design- the realization and application stack, the realization of function: 1. The number of system conversion 2. Brackets with District 3. Line editor 4. Expression evaluat
maze
- 可视化迷宫问题,数据结构练习,堆栈的应用-Visualization maze
PortCourt
- 数据结构实验代码 停车场问题 是栈和队列的应用 停车场和便车道分别由栈和队列构成。 -Data structure code parking problem is the application of stacks and queues by parking lots and then Drive form stacks and queues.
ccc
- 数据结构中有关栈的应用,可运行可执行无错误,希望对大家有帮助-Stack data structure in relation to the application executable can run without error, we want to help
Maze
- 该程序是数据结构栈的应用,迷宫游戏,该游戏自动完成迷宫的路径并显示。-The program is the application of data structure stack, a maze game, the game automatically complete the path of the labyrinth and displayed.
FindpathSourceCode
- 学习数据结构和算法的练习,使用栈结构对最终通路进行保存,"[Game AI]-[基础寻路走迷宫]-[数据结构栈Stack应用]" -Learning exercises data structures and algorithms, using the stack structure of the ultimate access to save, " [Game AI]- [based pathfinding Maze]- [Stack data structure stack a
3.栈的应用举例
- 数据结构中栈的使用,有注释,参考清华严蔚敏的(Data structure in the use of the stack, there are notes)
datastructure
- 部分数据结构的实现,以及应用(包括二叉树、父指针表示树、链表、栈、队列、以及一个汉诺塔问题算法)(The implementation of some data structures and its application)