搜索资源列表
javaparase
- 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀-A java source code package, including the quick sort, queue and the suffix for calculating expressions, XML generation process, a procedure to resolve XML document has done a
SuffixTest
- java中实现中缀转后缀表达式的求解算法-Midfix turn subfix expression
Postfix
- 后缀表达式Postfix,将终端用户输入的一个中缀表达式转换为等价的后缀表达式后输出;若用户输入的表达式有误,则程序的输出是无意义的,但该程序不会提示用户输入有误。-Postfix expression Postfix, the end-user input infix expression into an equivalent postfix expression is the output if the user enters the expression is wrong, the pr
ConvertToPostfix
- 用Java语言写的,使用堆栈,将中缀算术表达式转换成后缀表达式。-Written using Java language, using the stack, the infix arithmetic expressions into postfix expressions.
MyStack
- 用Java语言实现的一个工作栈,并在其中可以完成输入后缀表达式,转换成中缀表达并计算结果-Java language with a working stack, and enter a suffix in which the expression can be done, and to convert infix expression results
interCaltoLateCal
- 将算式的表达式从中缀变成后缀并且运算,支持普通的加减乘除的运算,不支持乘方。-calculate some problems, and make it change from inter contex to late contex. makes sense when it s simple calculation
change
- 获取键盘输入一个中缀表达式,将它转换成后缀表达式,并输出结果-turn the infix expression to post expression
InfixToPostfix
- 中缀表达式到后缀表达式的转换,输入为一字符串,返回值也为一字符串-Infix expression to postfix expression conversion, input to a string, the return value is a string
StringCalcGUI
- 比较简单的一个java写的表达式计算器。核心算法为经典的中缀转逆波兰算法。用了正则表达式进行合法性检查。新人刚学java,写的不好的地方请指正,谢谢!-Relatively simple to write a java expression evaluator. The core algorithm classic infix turn Reverse Polish algorithm. Use regular expressions to check the legality. Newcome
Posifix_project01
- 编译原理project1:后缀表达式的实现 处理对象是一种中缀表达式,表达式中运算量是0-9的单个数字,支持加减运算,表达式中不允许有任何空格,制表符等空白符号。程序功能是将终端用户输入的一个中缀表达式转换为等价的后缀表达式后输出,如果输入有误,会有相应的错误提示;程序有实验软装置,生成注释化html文档-Compiler theory project1: postfix expression to achieve processing object is an infix expressi
RPN
- 实现逆波兰表达式的转换和计算,中缀转后缀-Achieve Reverse Polish Notation conversion and calculation, infix turn suffix
InfixToPostfix
- 实现中缀表达式到后缀表达式的转换的java源程序-Implementation infix expression to postfix expression conversion java source
javaparase
- 一个java源代码包,其中包括快速排序,队列和后缀表达式的计算,XML生成程序,为一个解析XML文件程序做了书价格的计算,是后缀表达式计算,中缀转后缀.-A Java source code package, including quick sort, queues, and the calculation of postfix expression, XML generator, as a parse the XML file application to do the calculation
InfixToPostfix
- 实现中缀表达式到后缀表达式的转换,为InfixToPostfix类实现 convertExpr(String expression),其中参数expression为中缀表达式,其返回值为后缀表达 式,最后将其输出到控制台即可。 内附文档说明&源码-Implementation infix expression to postfix expression conversion, as InfixToPostfix class implements convertExpr (Strin
compute
- 编写一个能够计算中缀表达式的程序,其中关于中缀表达式有如下的要求: 1)表达式中只处理二元运算符 2)表达式中出现的运算符为:+、-、*、/、^(幂运算)、(),其中幂运算符的优先级别比*和/的高,但是其结合性为右结合-Write a program to calculate the infix expression, the infix expression has the following requirements: 1) only two yuan operator ex
1
- 完成Java程序设计。 要求:实现中缀表达式到后缀表达式的转换,为InfixToPostfix类实现 convertExpr(String expression),其中参数expression为中缀表达式,其返回值为后缀 表达式,最后将其输出到控制台即可。 -Complete Java programming. Requirements: to achieve an infix expression to postfix conversion, to achieve conver
IntoPost
- 1.Untitle.cpp 实现功能:中缀表达式转后缀表达式 实现方法:利用栈 1.是否有括号 2.比较运算符号优先级-function: Into to Post method: Using stack
InfixToPost
- 这个java程序可以实现中缀表达式到后缀表达式的转换,为InfixToPostfix类实现convertExpr(String expression),其中参数expression为中缀表达式,其返回值为后缀表达式,最后将其输出到控制台。
aa109
- 简单的一遍编译器输入中缀表达式输出后缀表达式-Again a simple compiler input infix expression output suffix expressions