搜索资源列表
postfix
- implementation of infix to postfix algorithm
POSTFIX
- POSTFIX权威指南,关于POSTFIX很详细的书-POSTFIX authoritative guidance on a very detailed book POSTFIX
postfix
- 使用者輸入後序的數學算式後,可以計算出其值-After the user input sequence of mathematical formula, you can calculate the value
InfixToPostfix
- infix to postfix expression
Assignment-2-final
- conversion between infix, prefix and postfix
biaodashiqiuzhi
- 通过该程序可以计算前缀、中缀和后缀表达式的值。-Through the program can calculate the prefix, infix and postfix expressions value.
main
- 把输入的前缀表达式转换为后缀表达式并输出-Prefix of the input expression into postfix expression and output
transform-nifix-expression-to-postfix-expression-w
- 利用栈将四则运算的中缀表达式(仅限于整数)转化为后缀表达式-Using the stack to transform four operations nifix expression (only integers) into postfix expression
POSTFIX
- This a C program for finding postfix of an expression-This is a C program for finding postfix of an expression
PRE_POST
- program in c to implement prefix to postfix
Scientific_Calculator
- 科学计算器 定义字符数组file[]、expression[]分别用于接收输入文件名、输入 文件的内容,定义整形数length用于指示表达式的长度。函数开始 时,以文件方式输入表达式,用expression[]接收输入表达式、length 指示表达式的长度。然后调用IsRightInput()判断输入是否合法,如 果输入不合法则提示输入错误继续输入。如果输入正确,调用 Initial()函数初始化堆栈,调用DealInput()函数处理输
Infix-to-Postfix
- infix to postfix expression in C
postfix
- 利用postfix來解決stack問題,可減少堆疊撰寫上的時間-Stack using postfix to resolve the problem, reducing the time to write the stack
Infix-into-postfix-expression
- 中缀表达式转换为后缀表达式,并且求值,使用C++代码编写-Infix expression into postfix expression
infix-to-postfix-and-evaluated
- C++源码。输入中缀表达式,将其转成后缀表达式并求值。-C++ source. Enter the infix expression to turn them into postfix expression evaluation.
postfix-expression-evaluation-
- 后缀表达式求值,将中缀表达式转换成后缀表达式,然后求值-Postfix expression evaluation infix expression into postfix expression and then evaluated
Infix-to-postfix
- 中缀转后缀表达式,编译原理实验。 递归下降分析法实现。-Infix to postfix expression, the compiler of principle experiment. Recursive descent analysis.
infix-postfix-islemleri
- infix postfix convertor
Convert Prefix To Postfix Expression
- Convert Prefix To Postfix Expression
postfix
- 编译原理课程作业,postfix代码实现。-Compiler theory coursework, postfix code.