搜索资源列表
calculation
- C语言写的计算器程序,体现了栈的使用,是起初学习数据结构的作品。-err
migong
- 这个小程序,使用栈这种数据结构完成迷宫小程序。通过使用0,1手动创建迷宫,然后由程序找到迷宫的出路。主要是对栈的使用。-This little program, use this stack data structure to complete the maze applet. Through the use of 0,1 manually create the maze, and then find a way out of the maze by the program. Mainly us
stackPstringPlist
- 全面演示了数据结构-栈的六大应用,进制转换,括号匹配,行编辑,迷宫求解,表达式运算,其中包括线性表的实现与使用,字符串的实现与使用,栈的实现与使用-Comprehensive presentation of the data structure- Stack six applications, binary conversion, bracket matching, line editing, maze solving, arithmetic expressions, including lin
zhan
- 是数据结构栈的代码,适合数据结构初学者使用。-Stack is a data structure of the code, data structure suitable for beginners to use.
main
- 问题描述 中缀表达式就是我们通常所书写的数学表达式,后缀表达式也称为逆波兰表达式,在编译程序对我们书写的程序中的表达式进行语法检查时,往往就可以通过逆波兰表达式进行。我们所要设计并实现的程序就是将中缀表示的算术表达式转换成后缀表示,例如,将中缀表达式 (A 一 (B*C 十 D)*E) / (F 十 G ) 转换为后缀表示为: ABC*D十E*—FG十/ 注意:为了简化编程实现,假定变量名均为单个字母,运算符只有+,-,*,/ 和^(指数运算),可以处理圆括号(),
calculator
- 一个使用栈的简易计算器,在学习数据结构中的一个小实验-A simple calculator using the stack, a small experiment in learning data structures! !
shujujiegou
- 数据结构 马踏棋盘实验报告 适合于课程设计 (1)、位置的存储表示方式 1)基本要求:将马随机放在国际象棋的88棋盘Bord[8Ⅱ8]的某个方格中,马按走棋规则进行移动。要求每个方格上只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线 ,并按求出的行走路线,将数字1,2,…,64依次填入—个88的方阵,输出之。 (2)测试数据:由读者指定,可自行指定一个马的初始位置。 (3)实现提示:每次在多个可走位置中选择一个进行试探,其余未曾试探过的可走位
stack_queue
- 计算机编程入门之数据结构 栈和队列的实现 使用c语言编写-Getting stack data structure of computer programming and implementation using c language written in the queue
Expression-Evaluation
- 数据结构中,使用栈来实现表达式的计算。先将中缀表达式转换成为后缀表达式,在将后缀表达式计算出结果。-Data structure, use the stack to achieve the calculated expression. First infix expression converted into postfix expression in the postfix expression calculated results.
zhan
- c语言以及数据结构中栈的使用以及代码示例-c language, using the stack data structure and code examples
CalculationwirhRPN
- 使用逆波兰式进行四则运算的小例子,加深对数据结构栈的理解。首先将标准四则运算表达式转化为逆波兰式,再进行计算,用到了栈的实现。Codeblocks编辑环境下,使用GCC编译成功-Calculation with RPN(Reverse Polish Notation) on the platform Code:Blocks & GCC
Convert-infix
- 问题描述 中缀表达式就是我们通常所书写的数学表达式,后缀表达式也称为逆波兰表达式,在编译程序对我们书写的程序中的表达式进行语法检查时,往往就可以通过逆波兰表达式进行。我们所要设计并实现的程序就是将中缀表示的算术表达式转换成后缀表示,例如,将中缀表达式 (A 一 (B*C 十 D)*E) / (F 十 G ) 转换为后缀表示为: ABC*D十E* FG十/ 注意:为了简化编程实现,假定变量名均为单个字母,运算符只有+,-,*,/ 和^(指数运算
链栈
- 数据结构,使用c++实现的链栈,简单实现没有bug,啦啦啦(Data structure, the use of c++ chain stack, simple implementation without bug, cheerleading)