搜索资源列表
libbitap
- wu-manber算法的实现。 Wu-Manber基于BM算法思想,通过SHIFT、HASH、PREFIX三张表进行快速跳跃,实现快速多模式匹配。-A clean implementation of Sun Wu and Udi Manber s bitap algorithm. Note that the complete search string must be matched by the pattern. If you want to search for subst
Assignment-2-final
- conversion between infix, prefix and postfix
biaodashiqiuzhi
- 通过该程序可以计算前缀、中缀和后缀表达式的值。-Through the program can calculate the prefix, infix and postfix expressions value.
main
- 把输入的前缀表达式转换为后缀表达式并输出-Prefix of the input expression into postfix expression and output
ProExpr
- 实现表达式求值,表达式树绘制,前缀表达式转换中缀表达式,中缀表达式转换后缀表达式-To achieve expression evaluation, expression tree drawing, prefix expression conversion infix expression, the expression postfix conversion infix expression
Calculator
- 模仿实现windows下的计算器基本功能,并可以将前缀表达式转化为后缀表达式的功能。-Imitation to achieve the basic functions of the calculator under windows, and the expression can be converted into postfix expression prefix function.
PRE_POST
- program in c to implement prefix to postfix
shuzhizhuanhuan
- 表达式是数据运算的基本形式。人们的书写习惯是中缀式,如:11+22*(7-4)/3。中缀式的计算按运算符的优先级及括号优先的原则,相同级别从左到右进行计算。表达式还有后缀式(如:22 7 4 - * 3 / 11 +)和前缀式(如:+ 11 / * 22 – 7 4 3)。后缀表达式和前缀表达式中没有括号,给计算带来方便。如后缀式计算时按运算符出现的先后进行计算。本设计的主要任务是进行表达式形式的转换及不同形式的表达式计算。-Expression is the basic form of dat
infix_translation
- infix to postfix prefix
translate
- 本代码可以对一般的中缀式进行转化,转为前缀式,后缀式并分别对它们求值。该程序是在vs2010上调试通过的,而且只有源代码。-This code can in general infix style was transformed into a type prefix, postfix and evaluate them separately. The program is in vs2010 debugging through, and only the source code.
Convert Prefix To Postfix Expression
- Convert Prefix To Postfix Expression
Postfix
- 将前缀码转换为普通码并求值 -The prefix code is converted to common code and uated