搜索资源列表
PostfixConversion
- Calculator algorithm with postfix notation. Example of usage.
POSTFIX
- a simple wy to calculate postfix in c-a simple wy to calculate postfix in c++
Finite_Aut2127819222008
- A Program that can convert your Regular Expression to PostFix Post_Fix to NFA [Thomson s Construction] NFA to DFA [Subset Construction] DFA to minDFA [Table Filling Algorithm]
infixpostfix
- Infix to Postfix translator
InToPost
- INfix to postfix implementation in java-INfix to postfix implementation in java
zzbdsqz
- 中缀表达式求值,使用栈将中缀表达式转化为后缀表达式然后再进行计算 新手报到 -Infix expression evaluation, the use of the stack will be an infix expression into postfix expression and then calculated new to report ~~~~~~~
expression
- 中缀表达式->后缀表达式->计算结果值 的源码-Infix expression-> postfix expression-> value of the source results
IIInToPostn
- 中缀表达式转换成后缀表达式算法,,并求算术表达式的方法。可直接使用。 -Infix expression into postfix expression algorithm, and seek the method of arithmetic expressions. Can be used directly.
Ipprarn
- 中缀转后缀求值算法 有判判断的代码部分 -Infix to postfix evaluation algorithm sentenced to judgment part of the code
infix_lab
- converting infix to postfix and prefix-converting infix to postfix and prefix
suffix
- 目前网上没有python的算术表达式解析。现存的算法不能执行。所以自己写了一个。里面注释很详细。有中缀转后缀表达式算法。-Currently online no python arithmetic expression parsing. Existing algorithms can not be performed. So wrote one. Inside very detailed notes. There infix turn postfix expression algorithms.
Calculator
- Qt写的一个计算器,很不错。主要用到的算法有:后缀式表达式求值、部分选主元高斯消去法求阶梯矩阵,(非)线性方程组等、分段求大整数开方、初等相似变换及QR方法计算全部特征值、反幂法求最大特征值、遗传算法求复系数多项式所有根等。-Qt to write a calculator, very good. The main use of algorithm: the postfix expression evaluation, part of the pivoting Gauss elimination
infix2postfix
- 它是一個關於方程的acm問題。 當用戶輸入信息例如(3 + 2)* 5時,程序將輸出後綴格式。 因此,該程序將中綴轉換為後綴表達式。 這個程序也被系統接受-It is a question of acm equation. When the user enters information such as (3+ 2)* 5, the program will output format suffix. Therefore, the program will convert infix to po
infix_postfix
- c program to convert infix to postfix