Welcome![Sign In][Sign Up]
Location:
Search - biaodashiqiuzhi

Search list

[Otherbiaodashiqiuzhi

Description: 一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。用C语言实现
Platform: | Size: 312071 | Author: 张晓娟 | Hits:

[MultiLanguagebiaodashiqiuzhi(C++)

Description: 表达式求值的源代码,注释完全,适合初学者使用
Platform: | Size: 2368 | Author: 李博 | Hits:

[Other resourcebiaodashiqiuzhi

Description: 数据结构表达式求值-data structure expression evaluates
Platform: | Size: 1868 | Author: 董世德 | Hits:

[Otherbiaodashiqiuzhi

Description: 实现了表达式的求值。当你输入一般的表达式,程序会实现了转化为前缀表达式,中缀表达式以及后缀表达式,并分别计算出结果。
Platform: | Size: 44466 | Author: harry | Hits:

[Other resourcebiaodashiqiuzhi

Description: 通用表达式求值,功能强大,支持+-*/^()及关系运算, 且用户自定义的函数中也可调用用户自定义的函数,且几乎没有任何 调用次数的限制,表达式编译执行速度极快
Platform: | Size: 13122 | Author: 白霞 | Hits:

[Other resourcebiaodashiqiuzhi

Description: 表达式的求值!!!!数据结构.实现功能!
Platform: | Size: 657954 | Author: 谢欢 | Hits:

[Other resourcebiaodashiqiuzhi

Description: 数据结构实验 表达式求值 课程设计 *** 只适合整数的表达式求值 ***/
Platform: | Size: 1208 | Author: tianlan | Hits:

[Other resourcebiaodashiqiuzhi

Description: 题目:设计一个题目,演示用算符优先法对算术表达式求值的过程。 概要设计 1、顺序扫描中缀算术表达式,当读到数字时直接将其送至输出队列中; 2、当读到运算符时,将栈中所有优先级高于或等于该运算符弹出,送至输出队列中,再将当前运算符入栈; 3、当读入左括号时,即入栈; 4、当读到右括号时,将靠近栈顶的第一个左括号上面的运算符全部一次弹出,送至输出队列中,再删除栈中的左括号。 5、使用VS栈来存储读入的操作和运算结果,然后进行数字字符到数值的转换。
Platform: | Size: 6345 | Author: 布瓜 | Hits:

[Data structsbiaodashiqiuzhi

Description: 数据结构表达式求值-data structure expression evaluates
Platform: | Size: 2048 | Author: 董世德 | Hits:

[Otherbiaodashiqiuzhi

Description: 一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。用C语言实现-An arithmetic expression by the operand (operand), operator (operator) and the Limits of Fu (delimiter), composed of. Assumptions operand is a positive integer, operator calculation containing only four operators, have limits of around brackets and at the start expression, at the end of
Platform: | Size: 312320 | Author: 张晓娟 | Hits:

[MultiLanguagebiaodashiqiuzhi(C++)

Description: 表达式求值的源代码,注释完全,适合初学者使用-Expressions evaluate to the source code, comments, complete, suitable for beginners to use
Platform: | Size: 2048 | Author: 李博 | 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:

[.netbiaodashiqiuzhi

Description: 通用表达式求值,功能强大,支持+-*/^()及关系运算, 且用户自定义的函数中也可调用用户自定义的函数,且几乎没有任何 调用次数的限制,表达式编译执行速度极快-General expressions for the value of powerful, 2B !-*/^() support and relational operators, and user-defined function can also be called user-defined function, and virtually no restrictions on the number of calls, the expression compiler the implementation of extremely fast
Platform: | Size: 280576 | Author: 白霞 | Hits:

[Algorithmbiaodashiqiuzhi

Description: 表达式的求值!!!!数据结构.实现功能!-err
Platform: | Size: 657408 | Author: 谢欢 | Hits:

[Data structsbiaodashiqiuzhi

Description: 数据结构实验 表达式求值 课程设计 *** 只适合整数的表达式求值 ***/ -Experimental data structure expressions evaluate curriculum design*** is only suitable for the value of an integer expressions*** /
Platform: | Size: 1024 | Author: tianlan | Hits:

[Data structsbiaodashiqiuzhi

Description: 题目:设计一个题目,演示用算符优先法对算术表达式求值的过程。 概要设计 1、顺序扫描中缀算术表达式,当读到数字时直接将其送至输出队列中; 2、当读到运算符时,将栈中所有优先级高于或等于该运算符弹出,送至输出队列中,再将当前运算符入栈; 3、当读入左括号时,即入栈; 4、当读到右括号时,将靠近栈顶的第一个左括号上面的运算符全部一次弹出,送至输出队列中,再删除栈中的左括号。 5、使用VS栈来存储读入的操作和运算结果,然后进行数字字符到数值的转换。 -Title: Design of a topic, presentation operator priority method with arithmetic expression evaluation process. Summary of design 1, the order of scanning arithmetic infix expressions, when they read numbers directly to the output queue 2, when they read operator, it will stack all priority higher than or equal to the operator pop-up , sent to the output queue, and then the current operator入栈 3, when read left brackets, that is, when入栈 4, when they read the right brackets, it will be near the Top-left of the first operator in brackets above All a pop-up, sent to the output queue, and then delete stacks of left brackets. 5, the use of VS stack to store read operation and computing the results of numeric characters and then proceed to the numerical conversion.
Platform: | Size: 6144 | Author: 布瓜 | Hits:

[ELanguagebiaodashiqiuzhi

Description: 此源代码是用VC++编写的,是基于编译原理中对简单表达式求值,其中有词法分析,语法分析,以及语义分析最终得出结果-This source code is VC++ Prepared is based on the compiler of a simple expression of the principle of seeking value, including lexical analysis, grammar analysis and semantic analysis of the ultimate outcome
Platform: | Size: 1968128 | Author: 阿德 | Hits:

[Otherbiaodashiqiuzhi

Description: 这说我精心收藏的一个求表达式值的5种方法源代码,对学习数据结构的人可能会有帮助!-It said that I carefully seek the expression of a collection of five kinds of methods the value of source code, data structure for learning may be helpful!
Platform: | Size: 3072 | Author: wxg | Hits:

[Data structsbiaodashiqiuzhi

Description: 对于一个表达式求值 用堆栈实现 数据结构第一个实验 没有做附加功能 -For an expression evaluation stack data structure with the first experiment did not do additional functionality
Platform: | Size: 1024 | Author: 409 | Hits:

[Data structsbiaodashiqiuzhi

Description: 该程序解决了数据结构中的表达式求值问题,代码功能齐全,易懂。-The procedures for the settlement of the data structure of the expression evaluation problem, code full-featured, easy to understand.
Platform: | Size: 142336 | Author: 朱琳可 | Hits:
« 12 3 »

CodeBus www.codebus.net