搜索资源列表
ExprEval
- 编译原理,实现科学计数器,支持加减乘除,布尔常量,科学计数法等-Compiler Construction Principles, the realization of the scientific counter to support multiplication and division addition and subtraction, Boolean constants, such as science and counting
yufa_fenxi
- 加减乘除四则运算的语法分析器,采用自上而下的预测分析表分析方法-Four operations addition, subtraction, multiplication and division parser using a top-down forecast analysis table analysis method
keshe
- 语法分析器 能识别由加+ 减- 乘* 除/ 乘方^ 括号()操作数所组成的算术表达式-Compiler sell
sun
- 用LR文法实现加减乘除。(E->E+E,E->E-E,E->E*E,E->E/E,E->(E),E->id)-LR grammar achieved using arithmetic. (E-> E+E, E-> EE, E-> E* E, E-> E/E, E-> (E), E-> id)
clipper_ver5.1.6
- 多边形的布尔运算裁剪多边形对多边形进行加减运算-bool opertor
duoxiangshi
- 构造两个多项式,用户可以根据显示界面来完成多项式的加减乘运算-Construction of two polynomials, complete polynomial multiplication and subtraction
ast
- 利用lex词法分析和yacc语法分析编写的简单编译器,主要完成实数和整型数据的加减乘除以及循环语句,条件语句,while语句,赋值语句等的处理-Use yacc lex lexical analysis and parsing write a simple compiler, mainly to complete the addition, subtraction and loops of real and integer data processing conditional statemen
simple-calculator
- 一个简单的计算器,用于计算加减乘除,但不能进行脱式计算。-A simple calculator, but can not be used to calculate the add, subtract, multiply and divide and calculation
compiler
- 根据编译器的基本原理,实现简单的加减乘除的计算(According to the basic principle of the compiler, the realization of a simple calculation of add, subtract, multiply and divide.)