搜索资源列表
infix
- 一个中缀表达式的求值算法 可实现表达式的求值-which is made up of an expression evaluates algorithm can achieve expression evaluates
ccalc
- CCALC provides convenient way to for performing calculations. You can use standard infix notation for expressions and store results in variables. -CCALC provides for convenient way to perfo rming calculations. You can use standard infix notation fo
infix-Postfix
- 利用堆栈进行表达式的 Infix -> postfix 转换 适合大专院校计算机专业数据结构课参考 用法: 输入infix表达式为:(3+2*3)^2 则 转换位postfix表达式 323*+2^ 进而可以计算出表达式的值为81 目前bug: 主要作原理演示用,只能处理1位数字变量,且变量值不可太大-use of the stack for expression Infix -
EvaluateExpression.tar 数据结果实验 表达式求值
- 数据结果实验 表达式求值 中缀表达式转后缀表达式求值-Results of experimental data to evaluate the expression in infix postfix expression evaluation turn
EvaluateExpression 算术表达式求值
- 算术表达式求值: 中缀表达式求值; 将中缀转换成后缀表达式并求值-Arithmetic expression evaluation: infix expression evaluation to infix into postfix expression and evaluates
qianzhuizhuanerchashu
- 前缀表达式转换成二叉树的代码,通过转换成二叉树可以轻松实现转换成后缀,前缀,中缀形式。-Prefix expression into a binary tree code, through the binary tree can be converted easily into a suffix, prefix, infix form.
infixtopostfix
- infix to postfix program,.
posttoin
- postfix to infix converter
zhongzhuizhuanhouzhui
- 中缀表达式转后缀表达式,数据结构中堆栈的应用。-Switch to postfix infix notation expressions, the data structure stack applications.
src
- Java版运算表达式解析器 主要功能: 对有括号的四则运算解析并求解. 支持多种表达式类型 思路: 1.把中缀表达式转化成后缀表达式 2.从后缀表达式得到解 注意: 该版本只支持1.6JDK,如果想替换成1.5JDK改替换LinkedList的几个方法就行了. 详细内容: http://jomper.javaeye.com/blog/464906-Java version of computing expressions parser mai
InfixtoPostfix
- Converts Infix expression to postfix expression
Infix_expression_into_postfix_expression_calculati
- 利用栈将中缀表达式转化成后缀表达式并计算-Using the stack to postfix infix expression into an expression and calculate
InToPost
- INfix to postfix implementation in java-INfix to postfix implementation in java
edelweiss
- 2-9进制的数字转换 中缀表达式转换为后缀表达式 字符串中字母的频率及排序 括号配对的验证 链表式储存及功能-2-9 band of the digital conversion infix expression into postfix expression string and sort the letters in parentheses matching the frequency of verification of storage and features list
infix_lab
- converting infix to postfix and prefix-converting infix to postfix and prefix
infix
- c语言 中缀、后缀 算术表达式求值用栈实现-c language, infix, postfix arithmetic expression evaluates to achieve with Stack
Infix-into-suffix
- 中缀转后缀的基本代码,包含四个头文件,能基本完成中缀转后缀的算法。-Infix turn basic code suffix, contains four header files, can basically complete algorithm infix turn suffix.
infix
- 中缀表达式转后缀表达式并提供一位数的计算-infix to posfix
InfixToPostfix
- Infix to postfix conversion in VB.net
infix_postfix
- c program to convert infix to postfix