Welcome![Sign In][Sign Up]
Location:
Search - suffix expression

Search list

[Other resource转换中缀表达式求值

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

[Other含括弧的任意精度四则运算的详细解释

Description: 1.本程序主要的功能是利用链表将用户输入的任意精度中缀表达式转换成后缀表达式,为了以便于区分数据和操作符,数据间用下划线将它们区分开来,并且计算出此表达式的值。 2.需要注意的是:此程序所叙述的四则运算是狭义的,并没有显式的要求用户以中括弧“[]”或者是大括弧“{}”进行输入,因为这样会大大的加大程序的代码量,为了简便起见,同时又为了实现四则混合运算的功能,只要用户将含有中括弧或者是大括弧的地方均以小括弧表示即可。-1. This program is the main function of the use of linked lists of user input to the arbitrary precision converted into ordinary expression suffix expression, in order to distinguish between data and operator, data will be used as an underscore to separate them, and calculate the value of this expression. 2. Note : This procedure described by the four operation is narrow, and no explicit demands to which users brackets "[]" or large bracket "()" for the importation, because it will greatly increase the volume of procedures code, for the sake of simplicity, but also to achieve four mixed computing functions, as long as the user which contains a large bracket, or brackets in both small brackets can be expressed.
Platform: | Size: 4229 | Author: 刘新夏 | Hits:

[Other resourceredmore

Description: 把中缀表达式转换为后缀表达式的算法,我的数据结构课程设计!-sergeant Chinese expression for the conversion suffix expression algorithm, the data structure my course design!
Platform: | Size: 159250 | 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: 2685 | Author: 刘刚 | Hits:

[ELanguage45646748945

Description: 本程序的功能是:将中缀表达式(只能含有的运算符为( ) / * + - =)转化为后缀表达式,-this procedure is the function : China will decorate the expression (containing only the operator () / * - =) into suffix expression,
Platform: | Size: 1857 | Author: 吉尔 | Hits:

[CSharptranlate

Description: 是一个能在VC++ 6.0运行程序。将一个中缀表达式转化为一个后缀表达式,也就是一个逆布兰式。-is in a VC 6.0 operating procedures. China will be a sergeant expression into a suffix expression, which is a reverse - Blantyre.
Platform: | Size: 1901 | Author: 刘浏 | Hits:

[OtherB05031126

Description: 后缀表达式求值及校验,可以校验出所有非法的后缀表达式-suffix expression evaluates and verification can check out all illegal suffix expression
Platform: | Size: 39887 | Author: 吴登荣 | Hits:

[Otherhouzhuibiaodashi

Description: 后缀表达式求值 vc编程练习,学生作业-suffix expression evaluates vc programming exercises, the students work
Platform: | Size: 1058 | Author: phoenix | Hits:

[ELanguagesdfefefa

Description: 此次课程设计我的设计题目是:判别后缀表达式。其具体要解决的问题是: (1)假设表达式由单字母变量和双目四则运算符构成; (2)从键盘输入任意一个非空的表达式; (3)利用栈,判别输入的表达式是否是一个正确的后缀表达式; (4)把正确的后缀表达式转换为前缀表达式; (5)测试用例自己设计。 -current curriculum design I design entitled : distinguishing suffix expression. To solve their specific problems are : (a) It is assumed that the expression of single-letter variable binocular and four Operators composition; (2) from the keyboard input an arbitrary non-empty expression; (3) using stack, Discriminant importation of whether the expression is a correct expression of the suffix; (4) the correct conversion of expression suffix prefix expression; (5) The test case of its own design.
Platform: | Size: 21092 | Author: 朱杰 | 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: 961 | Author: 刘 正 | Hits:

[Mathimatics-Numerical algorithms后缀求值

Description: 中缀表达求后缀表达式及其值-expression for which there is a suffix expression and values
Platform: | Size: 7914 | 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: 2349 | Author: 刘文旭 | 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 algorithmsExpression-and-derivation

Description: 以字符序列的方式从终端输入语法正确的,不含变量的整数表达式。利用中缀表达式变为后缀表达式的求值算法实现对算术四则混合运算表达式求值,并演示出在求值中运算符栈,操作数栈,输入字符和主要操作的变化过程。-The way to sequence of characters from the terminal input grammar correctly, do not contain variables integer expression. Use midfix expression of the evaluated a suffix expression of arithmetic algorithm to realize four mixed operation expressions are evaluated, and play in the evaluated operators stack, operand stack, input character and the changing process of the main operation.
Platform: | Size: 3072 | Author: 江洋 | Hits:

[Windows DevelopSuffix-expression

Description: 输入任意表达式,自动将其转化为相应的后缀表达式-Input any expression, automatically converted to their corresponding suffix expression
Platform: | Size: 1024 | Author: 赵阳 | Hits:

[Data structssuffix

Description: c++数据结构应用 栈实现中缀表达式转后缀表达式-Middle expression converts to suffix expression in c++
Platform: | Size: 188416 | Author: zq | Hits:

[Mathimatics-Numerical algorithmssuffix-expression

Description: 这个算法能够帮助你成功的把中缀表达式转换成后缀表达式。-This algorithm can help you succeed in the infix expression into a suffix expression.
Platform: | Size: 4096 | Author: nipeipei | Hits:

[Software EngineeringInfix--to-suffix-

Description: 中缀表达式转换为后缀表达式,并且求取表达式值,而且能够输出表达式-Infix expression convert to suffix expression
Platform: | Size: 386048 | Author: Advanced | Hits:

[JSP/JavaSuffix-expression

Description: 后缀表达式,用java实现,其中采用了java的集合部分知识,实现代码叫简单。-Suffix expression
Platform: | Size: 1024 | Author: Zhiweitao | Hits:

[Data structsmidfix-expression-calculation

Description: 利用数据结构实现中缀表达式转后缀表达式并计算-Use data structure realize midfix expression turn suffix expression and calculation
Platform: | Size: 21504 | Author: 文迪 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net