搜索资源列表
infix-Postfix
- 利用堆栈进行表达式的 Infix -> postfix 转换 适合大专院校计算机专业数据结构课参考 用法: 输入infix表达式为:(3+2*3)^2 则 转换位postfix表达式 323*+2^ 进而可以计算出表达式的值为81 目前bug: 主要作原理演示用,只能处理1位数字变量,且变量值不可太大-use of the stack for expression Infix -
postfix-2.3.5.tar
- 邮件系统是Linux网络应用的重要组成,一个完整的邮件系统包括三个部分:底层操作系统(Linux Operation),邮件传送代理(Mail Transport Agent,MTA),邮件分发代理(Mail Delivery Agent,MDA),邮件用户代理(Mail User Agent,MUA)。 Postfix是一个非常优秀的MTA,她素以高效、安全的特点而著称。Postfix是作者在UNIX上所见过的MTA中在反垃圾邮件(Anti- Spam或Anti-UCE)方面做得最
postfix-2.0.16.tar
- UNIX postfix mail server
Postfix
- 中山大学编译原理实验三 后缀表达式Postfix-Postfix
PostfixConversion
- Calculator algorithm with postfix notation. Example of usage.
infixtopostfix
- infix to postfix program,.
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
posttoin
- postfix to infix converter
Assignment-2-final
- conversion between infix, prefix and postfix
zhongzhuizhuanhouzhui
- 中缀表达式转后缀表达式,数据结构中堆栈的应用。-Switch to postfix infix notation expressions, the data structure stack applications.
POSTFIX
- a simple wy to calculate postfix in c-a simple wy to calculate postfix in c++
biaodashiqiuzhi
- 通过该程序可以计算前缀、中缀和后缀表达式的值。-Through the program can calculate the prefix, infix and postfix expressions value.
main
- 把输入的前缀表达式转换为后缀表达式并输出-Prefix of the input expression into postfix expression and output
InfixtoPostfix
- Converts Infix expression to postfix expression
postfixadmin_2.3.tar
- how to sending mail on linux postfix admin interface
Infix_expression_into_postfix_expression_calculati
- 利用栈将中缀表达式转化成后缀表达式并计算-Using the stack to postfix infix expression into an expression and calculate
Convert Prefix To Postfix Expression
- Convert Prefix To Postfix Expression