搜索资源列表
calculator_mfc
- 利用词法分析原理,写的图形化计算器实例,使编译原理应用的一个小例子-use lexical analysis principle, to write graphic calculator example, turn the application of principles of a small example
calculator123456754
- 一个计算器程序,利用了编译原理的知识,可以用来作为一个例子,学习编译原理-a calculator procedure, and use of compiler theory of knowledge, could be used as an example to study compiler theory
Study_flex_bison
- 一个flex和bison用法入门的很好的例子。 按照词法分析,语法分析,语义分析的顺序来熟悉flex和bison这两个有力的工具。最后给出了一个用flex做词法分析用bison做语法分析设计的科学计算器(不同于一般程序设计中的入门级计算器),是学习编译原理的很好的例子。-a flex and bison portal usage of a very good example. According lexical analysis, parsing, Semantic analysis of th
compileCalculater
- 用编译原理相关知识结合VISUAL C++ 制作的可编程计算器-compiler theory with relevant knowledge combined production of Visual C programmable calculator
compaliar
- 本源码为一个编译原理课程设计程序,它采用了YACC和LEX实现了一个功能强大的计算器编译器!
version002
- 一个小计算器的实现(编译原理),用Lex和bison
bianyiyuanlikechengsheji
- 编译原理课程设计,一个模拟科学计算器,能实现加减乘除混合运算
Calculator2007-12-10
- 一个计算器程序,有界面,自定义了文法,可参考编译原理书来学习,对学习编译原理有好处。
kebianchengjisuanqi
- 编译原理上机编写的,自认为做得非常好,很有价值,可编程计算器,采用递归下降的算法制作而成的,考虑了几乎所有的问题,唯一的不足是没有实现那些高级的函数,只是带负数运算的简单的四则运算。
no23
- 一个关于计算器的程序,有利于对编译原理的理解,而且对优先级作了有效地考虑,很精巧。
ExprEval
- 中山大学编译原理课程的一个实验,根据OPP(算符优先)做的一个表达式计算器。 内有实验的设计文档。 实验要求支持sin,cos,max,min,power,mod,boolean,?:,等运算。 这个代码可以为学习编译原理的同学参考。
calc.rar
- 编译原理的课程设计 表达式计算器 C++,Principles of curriculum design to compile C++ expression evaluator
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
jisuanqi123
- 编译原理,简单的计算器功能实现,动能不多但希望对你有用。-its good
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
V4t1DKlp
- 编译原理实验,表达式计算器C++实现,可供学习参考。-Compile principle experiment, the expression evaluator C++ implementation for learning reference.
Class
- 编译原理,用VC2008与LEX、YACC编写的计算器-Fundamentals of Compiling,Using the Vc2008,LEX and YACC to write a calculator
LL1_calc
- 用LL1文法产生的表格,做的预测分析法计算器!如:7+7=;计算可得14.0000(LL1 parse calc. have fun!)
compiler
- 根据编译器的基本原理,实现简单的加减乘除的计算(According to the basic principle of the compiler, the realization of a simple calculation of add, subtract, multiply and divide.)