搜索资源列表
20020611_flashsj_Maze
- 迷宫的flash程序,动态演示出入栈的操作,对下正在学数据结构的同学有帮助-maze of procedures, dynamic access stack demonstration, the operation is under the data structure is to help the students
zhanjian
- 链栈的演示程序 实现栈的入栈,清空,出栈,退出操作。 输入指定元素。-chain stack of demo program Stack stack, flush out stack, to withdraw from the operation. Designated input elements.
EX25
- 编制一个算术表达式求值的程序 1)以字符序列的形式从终端输入表达式,实现对运算表达式的求值。 (2)演示在求值中运算符栈,运算数栈、输入字符和主要操作的变化过程。 (3)设置运算符栈和运算数栈辅助分析算符优先关系。 (4)在读入表达式的字符序列的同时,完成运算符和运算数的识别处理,以及 相应的运算。 (5)在识别出运算数的同时,要将其字符序列形式转换成整数形式。 -compiled an arithmetic expression for a value of the
25
- 1. 本程序的功能 进行表达式求值的演示,可演示出每一个步骤中运算符栈,运算数栈中的元素,并可演示每一步骤程序做的操作。
Stackdemo
- C++Builder4编写的一个栈演示程序
java_stack
- 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-Realize the stack and queue in the structure of the data with java. It s a applet programe which can demonstrate realizing the way concretly of the stack of the structure of the data through pra
OrderedArray
- 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-An applet program, use java to achieve stack and queue in data structure. It can be used to demonstrate the implement of the stack.
Bubble_stack
- 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-This is an applet program, which implements Stack and List by means of java. It can show the actions of stack through operations.
Insertion_stack
- 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-An applet program, which use java to implement the stack and queue data structure. It can be used to demonstrate the implement of stack.
Selection_stack
- 用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。-use java to Selection_stack
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器
asdf
- 算术表达式求值演示,栈的应用的一个典型的例子,演示用算符优先法对算术表达式求值的过程-Arithmetic expression evaluation demonstration, the application stack, a typical example, demonstrate the priority operator arithmetic expression on the process of evaluation
ZHAN
- 数据结构算法中的栈的演示程序,由VC++编写而成。帮助教学-straght sort demo
tingchechang
- 1.本演示程序的主要目的是由栈模拟停车场,以队列模拟车场外的便道,按照用户在终端的输入数据序列进行模拟管理.每一组输入数据包括三个数据项.汽车”到达”或”离去”信息”.汽车牌照号码以及到达或离去的时刻.对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置 若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上不收费) 2.其中程序中需要别设一个栈,临时存放给要离去的汽车让路而从停车场退出的汽车,也有顺序存储结构实现.输入的数据按到达或离去
operator
- 利用栈,实现系统底层的操作符运算演示,可以通过此程序,看到系统的底层操作步骤。-The use of the stack, the bottom of the realization of the system operator computing demonstration, through this process, see the bottom of the steps the system.
DataConstructure
- 学习数据结构的一本宝典,各个章节详细的PPT内容,还包括了递归、哈弗曼编码、链表、树、图、栈与队列等的Flash动画演示,让我们能够更好的感官理解数据结构的机理。对于数据结构的学习很有帮助。-Data Constructure
sizeyunsuan
- 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算符栈、操作数栈、操作数栈和主要操作的变化过程。-In the form of a sequence of characters entered from the terminal grammatically correct, non-integer variable expressions using the operators given priorit
jiangbianjk02
- 栈,迷宫,汉诺塔的动画演示 , visuai c++ MFC-Stack, maze, Tower of Hanoi animation demo, visuai c++ MFC
stack
- C++Builder4编写的一个栈演示程序-C++ Builder4 prepared a stack demo
ConsoleApplication1
- 这个程序主要演示了用栈实现计算器,用到了模板类,嵌入类(This program mainly demonstrates the use of stack to implement the calculator, use the template class,embedded class.)