资源列表
PROJECT1
- Lexical analyzer in C
DS1302
- DS1302及液晶显示时钟。。具有很好的功能-ds1302 clock useful
cifafenxiqi
- 词法分析的主要任务是:从左到右逐个字符地扫描源程序,产生一个个单词(Token),同时检查源程序中的词法错误。执行词法分析的程序称为词法分析程序或扫描程序(Scanner)。-The main task of lexical analysis: one by one character to scan from left to right source to generate a one word (Token), also check the source of lexical errors.
formula2
- C++公式解释器,大家可以看看,研究一下-Formula interpreter, we can see, look
LRAnalysis
- (1)E -> E+T (2)E -> T (3)T -> T*E (4)T -> F (5)F -> (E) (6)F -> i 模拟以上文法的LR分析过程。对用户任意输入的字符串,能够输出LR分析器的工作过程。 根据以上文法,生成LR分析表,使用VC语言实现LR分析器。Main函数接受用户键盘输入的字符串,通过调用LR函数输出LR分析的过程。-(1) E-> E+ T (2) E-> T (3) T-> T* E (4)
windlx
- XINdlx模拟器开发环境,用于体系结构实验-XINdlx simulator development environment for experimental architecture
gdal150
- gdal/ogr库,一种强大的插件,支持读取多种格式的文件-gdal/ogr library, a powerful plug-in support to read multiple file formats
adExp
- 计算表达式,可以包含变量,只支持int类型-Calculation expression can include variables, int types only support
calculator
- caculater in simple
IAR_Embedded_Workbench_3.1
- IAR Embedded Workbench 3.1最新版本编译器,带破译工具-IAR Embedded Workbench 3.1 lastest version compiler with craker tool.
parsesrc
- TExprCalc is a Delphi component written around the original Parser.dll. The original parser has been modified and the Symbol table changed to a TList. This made it possible to create the parser for 16 and 32 bit. It is no longer a DLL but an
afparser
- TParser parses and evaluates mathematical expressions specified at runtime. Its performance is remarkable - only 40-80 slower than similar compiled expression - and it is by far the fastest parser on the freeware market.- TParser parses and