搜索资源列表
Expression
- C表达式计算,支持优先级,括号,利用堆栈的数据结构
表达式计算(加减乘除与或非及括号)C语言
- 参考书c语言版得严蔚敏的数据结构 利用堆栈实现根据表达式运算符优先级比较完成正确的计算 程序设计有运算符优先级表可以自己设定运算符优先级
CalculatorStack
- C#编写的计算器程序,使用了堆栈实现,支持表达式计算-Calculator program written in C#, using a stack implementation, support for expression evaluation
CSharp-Caculator
- c#计算器实现,通过堆栈,将中序表达式变换为后序表达式,在利用转换来的后序表达式完成计算。-c# calculator achieved through the stack, the sequence expression is converted into a sequence expression is calculated using the conversion to be completed after the sequence expression.