搜索资源列表
简单的表达式求值.rar
- 比Windows自带的高级一点的计算器,能将整个表达式输入,然后求值。 这个程序要求读者具备编译原理的一些知识。
简单的表达式求值
- 比 Windows 自带的高级一点的计算器,能将整个表达式输入,然后求值。这个程序要求读者具备编译原理的一些知识-than Windows, bringing their senior point calculators, the entire expression input, and then evaluated. This procedure requires the reader has compiled some of the principles of knowledge
calc.rar
- 编译原理的课程设计 表达式计算器 C++,Principles of curriculum design to compile C++ expression evaluator
PhraseAnalyzer
- 主要实现表达式计算器词法分析功能,对编译原理中的第一步词法分析所编译的代码-The main achievement of expression calculator lexical analysis function, the principle of compiling the first step in the lexical analysis code compiler
MyCalculator
- 利用编译原理的思想实现的科学计算器,功能比较齐全-The idea of using the compiler to achieve the principle of the scientific calculator, function relatively complete
Caculator-by-compilation-grammar
- 本程序用编译原理中的文法实现了一个简易的可编程计算器。-This programm is implemented by complication grammar.
WindowsApplication1
- 基于编译原理的表达式计算器 使用算符优先算法实现了表达式计算器,能分析用户输入的表达式是否正确,支持括号运算、浮点运算、简单的四则运算、复杂的表达式运算、进制之间的相互转换等。操作简单,界面清晰。-Design of the expression calculator based on the compiler theory
calculator
- 本程序是算术表达式计算程序,通过输入表达式达到计算的目的(编译原理中的词法分析、算符优先分析,可代替目前普遍使用的计算器)。-This procedure is the arithmetic expression program, by entering the expression to achieve the purposes of the calculation (the compiler of the principle of lexical analysis, operator pri
Compile_principal.tar
- 紫龙书编译原理的随书源代码,里面有一个小型的运算符计算器,供大家下载-Zilongjin book compiler with the principle of the book source code, there are a small operator of the calculator for you to download
ConExpress_MyCalculator
- C#计算器,利用编译原理,图形界面,类似于查询分析器-C# calculator, the use of compiler theory, graphical interface, similar to Query Analyzer
Calculator
- 利用编译原理实现计算器,并不是普通的计算器(如利用栈实现),这是利用的编译原理-calculator
calculator
- 科学计算器程序,由java语言编写,算法是基于编译原理对输入表达式进行求解。-Scientific calculator program written by java, algorithm is based on principles of compiling the input expressions to solve it.
ExpressionCalculate
- VC++简单的表达式求值程序 VC++简单的表达式求值程序,一直很想做个比 Windows 自带的高级一点的计算器,能将整个表达式输入,然后求值,现在终于做出来了,还有些不完善,源代码用到了编译原理的一些知识,新入门的VC++朋友估计会感觉有点难-VC++ expression evaluation process simple VC++ simple expression evaluation procedures, always wanted to be a senior point t
lex_calculater
- Lex文法写的计算器,对学习编译原理的同学是不错的选择,看看它的强大功能吧-Lex wrote the calculator grammar, compiler theory of learning students is a good choice, the power of it to see if it
Calculator
- 是一个多功能计算器,可以进行表达式的计算,功能十分强大,表达式公式就用到了编译原理的一些原理,是一个很好的,用来学习的源码。-this is the calculator,the funtions is so strong,you can learn many things from this source.
Calculator
- 编译原理计算器 java编写 能计算带括号的运算 科学计算机模式-Compiler theory calculator java prepared to calculate the bracketed expressions science computer mode
Principle-
- 编译原理计算器的原理与实践 编译原理计算器-Principle and practice of compilation principle of the calculator,
LL1_calc
- 用LL1文法产生的表格,做的预测分析法计算器!如:7+7=;计算可得14.0000(LL1 parse calc. have fun!)
experiment2
- 编译原理,简易计算器的java实现,GCU(Java implementation of simple calculator, GCU.)
compiler
- 根据编译器的基本原理,实现简单的加减乘除的计算(According to the basic principle of the compiler, the realization of a simple calculation of add, subtract, multiply and divide.)