搜索资源列表
calculator
- 逆波兰计算器,适合初学者的小计算器-Reverse Polish calculator, suitable for beginners and a small calculator
znbl
- C++编写的基本算法,转换表达式为逆波兰式的程序。-Convert expression to Reverse Polish Notation programs.
nipoland
- 实现前缀表达式到逆波兰表达式的转换,属于属于结构的作业-Achieve the prefix expression to Reverse Polish Notation conversion, are part of the structure of operations
npoland
- 逆波兰表达式,数据结构中经常用到,编译通过,放心使用-Reverse Polish Notation, the data structure often used, compile passed, rest assured that the use of
fuzhiyuju
- 编译原理中简单赋值语句的翻译,将赋值语句翻译成逆波兰式-Compilation Principle of a simple assignment statement, the translation assignment statement will be translated into Reverse Polish Notation
expression_calculator
- 一个采用逆波兰式计算表达式结果的程序,程序简单精巧,注释清楚。程序使用双栈结构,最后结果输出逆波兰式及计算结果-A calculated expression using reverse the results of the Polish program, the program simple and delicate, clear notes. Program uses the dual-stack structure, the final result against Poland, and
tautological
- 判断一个逻辑表达式是否是重言式,用户输入正确的逻辑表达式,计算机按照运算优先顺序生成二叉树,再用后序遍历得到逆波兰表达式,用逆波兰表达式来判断输入的表达式是否是重言式,用户也可以自己赋值来测试表达式的真假!-Determine whether a logical expression is a tautology, users enter the correct logical expression, the computer generates a binary tree in accord
reversepolishnotationgenerationprocess
- 逆波兰表达式生成算法是比较当前运算符与栈顶运算符的优先关系,若当前运算符的优先级高于栈顶运算符,则当前运算符入栈,若当前运算符的优先级低于栈顶运算符,则栈顶运算符退栈。-Reverse Polish expression generation algorithm is more current operator and the operator stack ranking, if the current operator precedence than the stack operator, t
1
- 逆波兰式。 求值。 输入为任意的计算式-Reverse Polish Notation
true-value
- 此程序完成真值表的实现,包括:与,或,非等,主要掌握逆波兰式用法,文档中有运行后的结果。-The realization of this process is complete truth table, including: and, or, non-, the main control Reverse Polish Notation usage, document the results of a run.
nibolan
- 逆波兰表达式,能够实现逆波兰表达式,20各字 20个字逆波兰表达式-ni bo lan biao da shi
A
- 实现逆波兰式求值, /*运用栈的思想将demo[]中数转化为逆波兰式存储在exp[]中,demo[]再作为符号标志*/-Evaluated to achieve Reverse Polish Notation, /* use stack ideas will demo [] the number into a Reverse Polish Notation is stored in the exp [] in, demo [] and then as a sign flag* /
calculator
- 基于逆波兰式实现的简易计算器。开发工具:VS2005,语言:C#。-Based on Reverse Polish Notation achieve the calculator. Development tools: VS2005, Language: C#.
classicRecursion
- C++经典递归求值算法题解答,包括逆波兰前缀四则表达式递归求值,红与黑回溯算法,以及分苹果问题-C++ classic recursive evaluation algorithm questions answered, including four expression recursive evaluation Reverse Polish prefix, red and black backtracking algorithm, as well as sub-Apple
逆波兰计算器的实现
- 逆波兰计算器的实现。是C++学习的基础。主要用到了堆栈数据结构-Inverse Polish calculator realization. Learning the basis C++. Mainly used in a stack data structure
24point
- 上数据结构课程时侯编写的24点游戏程序,用到了逆波兰式来计算表达式,程序中还有各种堆栈等的操作-On the data structure courses Hou written in 24-point game program, use Reverse Polish Notation to evaluate the expression, there are a variety of program stack operation
nibolan
- 逆波兰的运算,大数字加减乘,指数运算,很经典的哦-Inverse Poland computing, digital subtraction multiplication, exponentiation, classic
calculator
- 逆波兰法计算器,c语言程序设计实践源码,很经典-Reverse Polish calculator, the C programming source code
Polish-Notation-expression
- 逆波兰式表达式求值,简单明了,步骤清晰,可以运行成功。-Reverse Polish Notation expression evaluation, simple, clear steps, you can run successfully.
calculator
- 基于逆波兰表达式的表达式计算器,支持计算加减乘除以及包含任意级数括号的表达式(An expression calculator based on an inverse Polish expression that supports the expression of addition, subtraction, multiplication and division, and parentheses)