文件名称:NEW
-
所属分类:
- 标签属性:
- 上传时间:2013-11-28
-
文件大小:578byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
中缀表达式转后缀表达式
Descr iption
将中缀表达式(infix expression)转换为后缀表达式(postfix expression)。假设中缀表达式中的操作数均以单个英文字母表示,且其中只包含双目算术操作符+,-,*,/和 。
Input
表示中缀表达式的一个字符串(其中只包含操作数和操作符,不包含任何其他字符)
Output
表示对应后缀表达式的一个字符串(其中只包含操作数和操作符,不包含任何其他字符)
Sample Input
A+B*C-D-E/F
Sample Output
ABC*+D-EF/--Infix expression to postfix expression Descr iption The infix expression (infix expression) is converted to a postfix expression (postfix expression). Assuming the infix expression operands are single English letters, and contains only binocular arithmetic operators+,-,*,/and . A string infix expressions Input representation (which contains only operands and operators, does not contain any other characters) corresponds to the suffix of a string expression Output representation (which contains only operands and operators, does not contain any other character) Sample Input A+B* CDE/F Sample Output ABC*+D-EF /-
Descr iption
将中缀表达式(infix expression)转换为后缀表达式(postfix expression)。假设中缀表达式中的操作数均以单个英文字母表示,且其中只包含双目算术操作符+,-,*,/和 。
Input
表示中缀表达式的一个字符串(其中只包含操作数和操作符,不包含任何其他字符)
Output
表示对应后缀表达式的一个字符串(其中只包含操作数和操作符,不包含任何其他字符)
Sample Input
A+B*C-D-E/F
Sample Output
ABC*+D-EF/--Infix expression to postfix expression Descr iption The infix expression (infix expression) is converted to a postfix expression (postfix expression). Assuming the infix expression operands are single English letters, and contains only binocular arithmetic operators+,-,*,/and . A string infix expressions Input representation (which contains only operands and operators, does not contain any other characters) corresponds to the suffix of a string expression Output representation (which contains only operands and operators, does not contain any other character) Sample Input A+B* CDE/F Sample Output ABC*+D-EF /-
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NEW.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.