搜索资源列表
zhanghui
- 布尔表达式的翻译,对输入的文法判断其合法性,并输出逆波兰表达式-Boolean expressions translation of input to judge the legitimacy of grammar and expression output inverse Poland
415703
- 设计一个算法,将一般算术表达式转化为逆波兰表达式,并求逆波兰表达式的值。-design an algorithm, general arithmetic expressions into reverse Polish expression, and inverse Poland the value of the expression.
nibolan
- 逆波兰表达式 用字符串实现 可能 不大符合 计算 但是 可以准确求出表达式的逆波兰式-reverse a string expression may not be consistent with achieving but accurate calculation formula derived inverse Polish
nbl
- 逆波兰式计算,将格式化数组转化为逆波兰表达式,a为输入的数组,n为其长度,p为输出逆波兰表达式的目标,m记录逆波兰表达式的长度 -inverse Polish, the array will be formatted into reverse Polish expression, a for the importation of arrays, its length n, p output of the inverse expression Poland, Poland inverse m re
PolandExpressionReverseConversionCProgram
- 该程序可将逆波兰表达式转换为C语言程序。-the inverse process can be converted to Poland expression C language program.
libolan
- 逆波兰表达式的求解,输入逆波兰表达式,输出结果,支持+-*/运算
bianyi
- 条件语句语法分析及语义分析程序设计,LR法输出逆波兰表达式
计算器(完整版)
- 一个简易的VC开发的计算器,可实现混合运算 用到逆波兰表达式-a simple calculator developed by VC, hybrid computing formula used reverse Poland
dd
- IF-ELSE条件语句的翻译程序设计(简单优先法、输出三地址表示) 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) [bianyiqi.rar] - 词法分析,语法分析,以及中间代码生成布尔表达式转换为逆波兰式 [3.rar] - 编译原理课程设计(LL(1)分析),功能强大,使用,希望大家多多下载,多指出不足的地方 -IF-ELSE conditional statements translation program design
C
- C#算术表达式求值我是的算法核心是逆波兰式.还有就是w3eval这个算术表达式求值算法很不错.但有一种表达式它会报错.我想这是一个BUG:w3eavl不能计算"-(3+5)"的值.或者类似的计算式.-C# Arithmetic expressions evaluate my algorithm is the core of Reverse Polish-style. W3eval there is the arithmetic expression evaluation algorithm is
2
- 中缀表达式转换逆波兰式 -23
Polish
- 实现普通表达式到逆波兰表达式的转化,使用C++完成,用于编译原理-To achieve common expression to reverse the transformation of the Polish expression, the use C++ to complete, for compiling principle
ReversePolishNotation
- 中缀表达式转换为逆波兰表达式,并计算逆波兰式结果。-Infix expression into Reverse Polish expression, and calculate the Reverse Polish Notation results.
nibolan
- 将普通4则运算表达式转化为逆波兰表达式,进行计算-The ordinary four arithmetic expressions into RPN, calculated
blbdz
- 关键字:编译原理;算法;波兰表达式 描述:逆波兰表达式使得程序对运算式的运算更加的简单并能判断运算式是否出错。-Compilation principle algorithm Expression of Poland
nibolan
- 有关逆波兰表达式转换方式的c++程序设计-Reverse Polish Notation c++ program
123
- 输入一段表达式,输出其逆波兰表达式~~可运行-Input some expressions, output reverse Polish expression ~ ~ run. .
RPN
- 将数学表达式转换成逆波兰表达式,用C#语言-The mathematical expression into Reverse Polish Notation, using C# language
bison
- 用bison实现的四则运算逆波兰表达式计算器。其中的词法分析用flex实现。里面是VC的工程文件。有已经生成的exe.使用时注意输入的格式: 如 3+4 输入时为3 4 +,其中的空格不能少。-Reverse Polish Notation calculator with bison achieve four operations.
wenjain1
- 正则表达式转化为DFA。首先转化为逆波兰表达式。再建立语法分析树,求firstops,followops,lastops,nullable函数,构建DFA。-Regular expressions into DFA. First into reverse Polish notation. Re-establishing the parse tree, seeking firstops, followops, lastops, nullable function, build DFA.