搜索结果
找到约 14 项符合
postfix 的查询结果
按分类筛选
电子书籍 开源邮件服务器postfix的使用说明
开源邮件服务器postfix的使用说明,与sendmail相比,安全,稳定,易于配置
数据结构 利用堆栈进行表达式的 Infix -> postfix 转换 适合大专院校计算机专业数据结构课参考 用法: 输入infix表达式为:(3+2*3)^2 则 转换位postfix表达式
利用堆栈进行表达式的 Infix -> postfix 转换
适合大专院校计算机专业数据结构课参考
用法:
输入infix表达式为:(3+2*3)^2 则 转换位postfix表达式 323*+2^
进而可以计算出表达式的值为81
目前bug: 主要作原理演示用,只能处理1位数字变量,且变量值不可太大 ...
数据结构 postfixComputer, Calculate the postfix expression, such as 45+,which means 4+5,and the result is 9.
postfixComputer, Calculate the postfix expression, such as 45+,which means 4+5,and the result is 9.
The program is very applied.
Applet Convert infix to postfix
Convert infix to postfix
Applet Convert infix to postfix and show each process in SVG
Convert infix to postfix and show each process in SVG
网络 Postfix CF sample in tar
Postfix CF sample in tar
数学计算 Calculator algorithm with postfix notation. Example of usage.
Calculator algorithm with postfix notation. Example of usage.
数据结构 infix to postfix program,.
infix to postfix program,.
数据结构 programm that convert infix term to postfix
programm that convert infix term to postfix
编译器/解释器 中山大学编译原理实验三 后缀表达式Postfix
中山大学编译原理实验三
后缀表达式Postfix