搜索资源列表
aa
- 简单的一遍编译器输入中缀表达式输出后缀表达式-Again a simple compiler input infix expression output suffix expressions
Caluate
- 将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果,采用链表和队列实现,非文法和状态机-Infix expression would be converted to suffix expressions, and calculate the arithmetic expression of arbitrary results, the use of linked lists and queues to achieve, non-grammar and the state machine
infix
- 处理加减乘除字符串的源程序,编译后可以直接运行-Math
23020062203776
- 将简单中缀算术表达式变换成: (1)后缀形式 (2)生成书上描述的抽象堆栈机的代码 (3)对常量算术表达式,输出结果 -The simple arithmetic infix expressions transform into: (1) suffix form (2) to generate an abstract descr iption of the book stack machine code (3) arithmetic constant expression, th
infixcaculator
- 根据用户输入的中缀表达式,将其转化为后缀表达式并求值。-Based on user input infix expression into a suffix of its expression and evaluated.
Expression
- 把中缀表达式转换为后缀表达后,求表达式的结果。用到栈和队列-Infix expression to convert the expression of suffix, and the results of expressions. Used stack and queue
convert
- 将由数字和四则运算符组成的后缀表达式变换为中缀表达式。输入的后缀表达式包含的运算符不超过15个。要求转换后的中缀表达式中不应出现不必要的括号。例如,整个表达式两端的括号要省略,不影响原计算顺序的括号要省略。-Will be 4 numbers and the composition of the suffix operator expressions transform infix expression to. Enter the suffix operator expression does
ExpressionCalculatorinfixexpression
- 表达式计算器(中缀表达式),利用数据结构课程中的算法设计而成,欢迎使用!-Expression Calculator (infix expression)
infix_diagram_calculator
- this a graphical program that calculates INFIX diagrams in math,and has zoom ability on diagrams-this is a graphical program that calculates INFIX diagrams in math,and has zoom ability on diagrams
1
- 实现中缀转后缀的功能,里面包括了符号的匹配-Infix suffix to achieve transfer functions, which includes the matching symbol
Expressionconversation
- 表达式转换,中缀表达式变后缀表达式并求值。有栈中内容变化说明。-Expression conversion infix postfix expression and the expression changes evaluated. There are changes in the contents of the stack instructions.
biaodashiqiuzhi
- 通过该程序可以计算前缀、中缀和后缀表达式的值。-Through the program can calculate the prefix, infix and postfix expressions value.
zhongzhui
- 本程序能将运算式从中缀表达式转换为后缀表达式,并计算运算式的值。暂时仅可计算正整数之间的运算。暂时无法处理负数,要计算负数请用 (0-n) 的形式。输入仅含数字0~9及+、-、*、/、(、)的式子,并在结尾处加 # 字作为结束符。-This program can convert an expression from infix expressions to postfix expressions, and calculate the expression value. Calculate th
2-6
- infix to prefix its a very good code for you
infix-expression-caculator
- 本文件为一个中缀表达式计算器的代码,输入一个中缀表达式,输出计算结果。能进行加减乘除四种运算。-This document is an infix expression evaluator code, enter an infix expression, the output results. Math can be four kinds of operations.
infix-to-post-fix.cpp
- infix and post fix source this is very goog
infix-postfix-islemleri
- infix postfix convertor
infix-suffix
- c语言中缀转后缀,是个很实用的文档,希望大家喜欢他-C language infix suffix, is a very useful document, hope that everybody likes him
Convert-infix
- 问题描述 中缀表达式就是我们通常所书写的数学表达式,后缀表达式也称为逆波兰表达式,在编译程序对我们书写的程序中的表达式进行语法检查时,往往就可以通过逆波兰表达式进行。我们所要设计并实现的程序就是将中缀表示的算术表达式转换成后缀表示,例如,将中缀表达式 (A 一 (B*C 十 D)*E) / (F 十 G ) 转换为后缀表示为: ABC*D十E* FG十/ 注意:为了简化编程实现,假定变量名均为单个字母,运算符只有+,-,*,/ 和^(指数运算
Infix
- date structure infix-applet