搜索资源列表
中缀表达式求值
- 中缀表达式求值,运用了堆栈进行存储,并支持小数的计算-expression which evaluates superintendent, the use of stack for storage, and support for the calculation of the minority
编译原理中缀后缀表达式转换器
一个中缀表达式变后缀表达式转换器~~~VB编的代码共享给大家~~
exp_mid
- 用C写的中缀表达式求值程序及实验报告。-C superintendent, which was the expression evaluates procedures and laboratory reports.
中缀变后缀
- 这个c语言程序实现中缀表达式变为后缀表达式,并且实现其计算-the language program which is made up of expressions into a suffix expression, and its calculation
逆波兰表达式
- 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix
khss_Debug
- 带括号的算术表达式计算器.能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-bracketed arithmetic expression calculator. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stac
khss
- 数据结构:带括号的算术表达式求值。能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-data structure : the bracketed arithmetic expression is evaluated. Complete with a number of brackets arithmetic expression Operational results for the mu
Calculator_2
- 由于不上传就不能下载 所以我随便传了一个这个程序能计算一个中缀表达式 不能处理负数 (呵呵 还没写好)-Because doing not ascend to spread and then can t wnload so I spread literally a this procedure can compute a the inside expresses the type can t handle minus quantity(
计03_6_27张石
- 中缀表达式向后缀表达式的转化,并且具有求值的功能,有出错显示.-expression which is made up of the suffix to the conversion formula, and has evaluates the function, wrong show.
转换中缀表达式求值
- 实现中缀变后缀表达式求值.用VC编写的,大家可以来看看,发表下意见也行. -realization grade change suffix expression evaluated. VC prepared, we can look at, to publish opinions OK.
中缀表达式求值
- 中缀表达式求值,运用了堆栈进行存储,并支持小数的计算-expression which evaluates superintendent, the use of stack for storage, and support for the calculation of the minority
convert1
- 这是一个将后缀表达式转化为中缀表达式的程序,适合与所有整数的表达式-this is a suffix of expression into the expression of which is made up of procedures, and for all the expressions Integer
infix
- 一个中缀表达式的求值算法 可实现表达式的求值-which is made up of an expression evaluates algorithm can achieve expression evaluates
sizeyunsuanqi
- 四则运算器 1.实验目的: 学习Yacc——编译器的生成器的基本使用方法。使用bison(和YACC兼容)实现一个中缀表达式四则运算的计算器。 2.实验步骤 一.阅读《Lex和yacc工具.doc》和《Lex和Yacc简明教程.pdf》-four arithmetic unit 1. The experiment : Learning Yacc-- the compiler generator use of the b
redmore
- 把中缀表达式转换为后缀表达式的算法,我的数据结构课程设计!-sergeant Chinese expression for the conversion suffix expression algorithm, the data structure my course design!
houzhui
- 把中缀表达式转换为后缀表达式并计算结果~~第一个编译试验作业~-sergeant Chinese expression for the conversion and extension expression results ~ ~ a compiler test operations ~
zhongzuizhuanhuozui
- 中缀表达式到后缀表达式的转换代码 表达式演示算法-Infixation expression to expression suffix code conversion algorithm expression demo
expression
- 中缀表达式计算的堆栈算法的实现,在tc或vc++下编译通过-Infixation expression stack algorithm for the calculation of the realization in tc or under compile vc
8
- 8、对中缀表达式(如(2+3.25)*4=)求组,读入表达式的各项滤去空格,直到读入"=",处理过程中若发生错误,则输出相应的错误信息,读入结束后,计算表达式中的各项,打印表达式的结果-8, the infix expression (such as (2+ 3.25)* 4 =) for group, read into the expression of the least squares spaces, until the rea
中缀
- 利用栈设计算法,实现中缀表达式的求值,只考虑整除。(Stack design algorithm based on the realization of infix expression, infix expressions only consider divisibility.)