Welcome![Sign In][Sign Up]
Location:
Search - 中缀后缀表达式

Search list

[Other编译原理中缀后缀表达式转换器

Description:

      一个中缀表达式变后缀表达式转换器~~~VB编的代码共享给大家~~


Platform: | Size: 200460 | Author: ddwolf860617 | Hits:

[OtherinfixToPostfix

Description: 实现中缀表达式向后缀表达式的转换。要求: 键盘输入一个表达式,并以字符#表示结束; 输出为后缀表达式形式。-realization grade expression to the conversion formula suffix. Requirements : an expression of keyboarding and to the end of said characters#; Output suffix expression form.
Platform: | Size: 1024 | Author: 刘 正 | Hits:

[Mathimatics-Numerical algorithms后缀求值

Description: 中缀表达求后缀表达式及其值-expression for which there is a suffix expression and values
Platform: | Size: 249856 | Author: 谷传才 | Hits:

[Mathimatics-Numerical algorithmspostfix

Description: 中缀表达式转中缀表达式,后缀表达式的计算-which is made up of ordinary Chinese expression to expression, the expression calculation Suffix
Platform: | Size: 249856 | Author: 郭家杰 | Hits:

[Mathimatics-Numerical algorithms中缀变后缀

Description: 这个c语言程序实现中缀表达式变为后缀表达式,并且实现其计算-the language program which is made up of expressions into a suffix expression, and its calculation
Platform: | Size: 2048 | Author: 刘文旭 | Hits:

[CSharp中缀比表达式变后缀表达式再求值

Description: 此是 数据结构的课程中的一个经典的算法 -this is the data structure of the curriculum of a classical algorithm
Platform: | Size: 1024 | Author: 王子 | Hits:

[OS program逆波兰表达式

Description: 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the expression. Suffix expression also called inverse Poland expression, which is made up of formulas can be more convenient for some simple, ordinary expression to calculate the brackets on the existence of the matching problem, in the calculation of expression values are generally first converted into a suffix expression, reuse suffix calculated the value of the expression. Such as : The expression (a, b* c)/d-e suffix method used to be said for abc* d/e-. Consider only four arithmetic operations and the operation of input assumptions are a few decimal (0-9), and enter the suffix-free form expression syntax errors
Platform: | Size: 1024 | Author: 刘一 | Hits:

[Data structs转换中缀表达式求值

Description: 实现中缀变后缀表达式求值.用VC编写的,大家可以来看看,发表下意见也行. -realization grade change suffix expression evaluated. VC prepared, we can look at, to publish opinions OK.
Platform: | Size: 108544 | Author: 陈静波 | Hits:

[Data structsredmore

Description: 把中缀表达式转换为后缀表达式的算法,我的数据结构课程设计!-sergeant Chinese expression for the conversion suffix expression algorithm, the data structure my course design!
Platform: | Size: 158720 | Author: 红魔 | Hits:

[ELanguagemyCompile

Description: 一个小程序,用c++语言实现简单的一遍编译器,完成中缀表达式与后缀表达式之间的转换。-a small program, c simple language what the compiler, completed sergeant with the suffix expression between the expression change.
Platform: | Size: 2048 | Author: 刘刚 | Hits:

[Data structszhongzhuizhuanhouzhui

Description: 把中缀表达式转换成后缀表达式,输入中缀表达式输出后缀表达式-Chinese sergeant expressions into expressions suffix, the importation of Chinese exports suffix sergeant expression expression
Platform: | Size: 633856 | Author: jasmine | Hits:

[Windows DevelopEvalPostExp

Description: acm竞赛参考代码,利用中缀表达式计算后缀表达式-acm contest reference code, the use of infix expression calculation expression suffix
Platform: | Size: 1024 | Author: 陈兴锋 | Hits:

[assembly language1

Description: 利用堆栈进行中缀表达式转后缀表达式的转换。
Platform: | Size: 1024 | Author: 郭羽儇 | Hits:

[Data structsexpression

Description: 中缀表达式变后缀表达式,利用堆栈的原理实现中缀表达式到后缀表达式的转换-Infix expression suffix variable expression, using the principles of the realization of the stack infix expression to expression suffix conversion
Platform: | Size: 43008 | Author: weizhongyu | Hits:

[Data structscaculate

Description: 大二 数据结构 课程设计 很有用 很规范 计算表达式的值 问题描述:对于给定的一个表达式,表达式中可以包括常数、算术运行符和括号,编写程序计算表达式的值。可从键盘输入一个正确的中缀表达式,将中缀表达式转换为对应的后缀表达式,计算后缀表达式的值。-Sophomore data structures course design is very useful to standardize the calculation of the value of expressions to describe the problem: for a given an expression, expression may include constants, arithmetic operation of Fu and brackets, the preparation of procedures for calculating the value of expression. Keyboard input from a correct infix expression to infix expression is converted to the corresponding suffix expressions to calculate the value of the suffix expressions.
Platform: | Size: 4096 | Author: xiang | Hits:

[Windows DevelopUntitled1

Description: 将中缀表达式转化为后缀表达式并求值,输出后缀表达式及值-Infix expression would be translated into expressions and suffix for the value of expression and the value of output suffix
Platform: | Size: 1024 | Author: lxt | Hits:

[Data structsEvaluateExpression

Description: 表达式求值 用户按平时习惯输入数字算术表达式(即中缀表达式)后,输出对应的后缀表达式,并求出表达式的值。可借此熟悉栈的操作。 可供学习《数据结构》(清华大学出版社)(P52表达式求值)、《数据结构课程设计》(机械工业出版社)(P37表达式求值问题)时参考,本程序优于书中算法,并支持浮点型-Expression evaluated by the usual habits of the user input the number of arithmetic expressions (ie infix expressions), the output of the corresponding suffix expression, and calculated the value of expression. Will be able to familiar with the stack operation. For learning data structure (Tsinghua University Press) (P52 expression evaluation), Data Structure Course Design (Mechanical Industry Press) (P37 expression evaluation problem) reference, this procedure is superior to the book algorithm, and to support the floating-point type
Platform: | Size: 1024 | Author: XY Z | Hits:

[Otherbiaodashiqiuzhi

Description: 实现了表达式的求值。当你输入一般的表达式,程序会实现了转化为前缀表达式,中缀表达式以及后缀表达式,并分别计算出结果。-Achieved expression is evaluated. When you enter a general expression, the program will be realized into a prefix expression infix expression as well as the suffix expressions and calculated results, respectively.
Platform: | Size: 764928 | Author: harry | Hits:

[ELanguageexp1

Description: 编译原理实验将简单中缀算术表达式变换成后缀形式 -Principle experiment will be to compile a simple arithmetic infix expressions transform into the form of the suffix
Platform: | Size: 20480 | Author: 韩静书 | Hits:

[Windows Develop1

Description: 实现中缀表达式转后缀表达式,并利用后缀表达式求值-Infix expression to expression algorithm suffix
Platform: | Size: 891904 | Author: tlh | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net