搜索资源列表
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
calculate
- 四种算数运算,支持括号和小数点,中缀表达式转后缀表达式并计算结果-failed to translate
Calculator
- 1 实现科学计算器 2 实现加减乘除、平法、带括号运算 3 利用后缀表达式计算-1 scientific calculator 2 for addition, subtraction, flat method, with the parentheses operator 3 expression evaluates to use the suffix
Ebiaodashijisx
- 表达式计算,用栈实现,可实现中中缀转后缀,表达式值的计算等功能 -Expression evaluates to use the stack, can realize the function in infix to suffix, the expression value is calculated
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