搜索资源列表
表达式求值(大程序)
- VC实现的用堆栈实现表达式求值!! 数据结构的一个小作业!! 大家可以参考一下-VC stack with the expression evaluates to achieve! ! Data structure of a small operation! ! We can take a look
stack1
- 这是俺编写的一个堆栈,采用模版函数编写,面向过程设计,供大家参考-I prepared a stack, using templates prepared function, process-oriented design, for your reference
(1)
- 1、 用随机数生成的方式(要求用户输入随机数)产生一个迷宫:“1”表示墙,“0”表示路,最后的路径用“8”表示,若没有路径则打印报文,若有路径则打印出路径。 2、 通过堆栈及判断实现迷宫的自动寻找路径功能 -1, the random number generator of (requiring user input random number) produces a maze : "a" Wall said, "0" Lu said, the f
链栈的建立及出入栈
- 用链表结构完成堆栈的任务,使用时更加灵活方便-structure with the mandate to complete stack, use more flexible and convenient
八皇后之堆栈算法
- 可以过来看看有关8皇后的相关算法.这是本人初学数据结构运用堆栈编写的小程序-can come look at the Statue of eight correlation algorithm. This is my beginner stack data structure prepared by the use of small programs
简单的表达式求值
- 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (stored Operators relations bet
链表实现堆栈
- 堆栈的基本功能实现,链表方式实现-stack to achieve the basic functions, achieving Chain
数组堆栈
- 堆栈的基本功能实现,数组方式实现-stack to achieve the basic functions, arrays means
堆栈
- 堆栈
表达式计算(加减乘除与或非及括号)C语言
- 参考书c语言版得严蔚敏的数据结构 利用堆栈实现根据表达式运算符优先级比较完成正确的计算 程序设计有运算符优先级表可以自己设定运算符优先级
biaodashi
- 表达式求值,采用逆波兰式求值,有堆栈和顺序表两种。-Expression evaluation, the use of Reverse Polish-style evaluation, there are two types of stack and the order form.
biaodashiqiuzhi
- 对于一个表达式求值 用堆栈实现 数据结构第一个实验 没有做附加功能 -For an expression evaluation stack data structure with the first experiment did not do additional functionality
DataStructure
- 几个常用的数据结构算法:堆栈、链表、二叉树、图等。-Some commonly used data structure algorithms: stack, linked lists, binary tree, map.
STACK2
- 数据结构中堆栈的一般性操作,如初始化、出栈、入栈等-Stack data structure in the general operations such as initialization, a stack, stack, etc.
SimpleCalcMFC
- MFC计算器。用堆栈实现,可以进行含括号的四则运算。-MFC calculator. Implementate With the stack. Can be carried out with the four fundamental operations in parentheses.
word
- 二叉树遍历(二叉树的各种遍历)、图的遍历(图的各种遍历),停车场的设计(堆栈,队列的设计)-Binary tree traversal, graph traversal, car park design
stack
- 数据结构实现:堆栈(直接实现:顺序描述、链式描述;通过对线性表的派生的实现:顺序描述、链式描述)-Data structure implementation: Stack (direct implementation: the order of descr iption, chain descr iption derived through the implementation of the linear table: the order of descr iption, chain desc
堆栈的c语言源代码
- 堆栈的c语言源代码,包括堆栈的建立,插入删除元素,销毁堆栈
Stack
- (1)实现堆栈各种基本操作,如初始化、置空、入栈、出栈等; (2)利用堆栈实现数制转换的程序;((1) the basic operation of the stack, such as initialization, emptiness, stack, stack and so on; (2) the conversion program using the stack implementation;)
堆栈
- c语言中对于堆栈的理解并且对常出现的错误进行剖析,便于与开发者理解(The understanding of the stack in the C language and the analysis of the frequently occurring errors are easy to understand with the developers.)