资源列表
SimplePriority_GrammerAnalysis
- 这是简单优先文法分析器,JDK1.5中运行-priority, this is a simple grammar analyzers, run JDK1.5
Compiler
- (1) 将此番分析程序设计成独立一遍扫描源程序的结构。词法分析的输出结果采用如下的二元组表示: (单词种别,单词自身的值) 对表识符,采用下列的二元组表示: (表识符,指向标识符表项的指针) 单词种别建议采用一个关键字一个整数值、一个算符一个整数值等形式,每个整数值是不重复的,设计中应考虑好编码的方案(要跟语法分析连贯)。 (2) 测试用例: 应该建立至少两个测试用例:一个词法上正确的PL/0源程序和词法上部正确的源程序。
InToPost
- 中缀表达式转换成后缀表达式算法,并求算术表达式的方法。-Infix expression into the expression suffix algorithm, and methods for arithmetic expressions.
cifafenxi
- 词法分析程序的功能是,接受一个表达式,输出该表达式中的各类单词符号。测试词法分析程序时,可以按照一定格式输出各类单词符号。 本程序实现整数四则运算表达式的词法分析程序。-Lexical analyzer function is to accept an expression, the output of the expression of the various types of word symbols. Testing lexical analysis program, you can
gotoxy
- this code implements a link list using c/c-this code implements a link list using c/c++
voice-cpld
- 在CPLD内实现声调和时间的控制,在LATTICE的ISPLEVER6.1下编译通过。可以修改定时时间进行声调的修改
lexuretest
- 编译原理词法和语法分析,体内容是产生一个二元式文本文件,扩展名为dyd,可将Pascal程序(测试程序)分解成为一个一个的单词,并查“单词符号与种别对照表”得出其种别,用一数字表示,范围1-56(52-56分别对应保留字integer、real、boolean、char)。-compiler theory morphology and syntax analysis, body is a dual-generated text files, dyd the extension can be Pa
csb
- 此C语言代码可用于为DYP-ME007超声波模块做驱动,应用两片74HC573作为LED的驱动芯片-The C language code can be used for the DYP-ME007 do drive ultrasonic module, application two 74HC573 chips as LED driver
susan
- 编译原理 词法分析器请大家看看多多指教啊-Compiler theory lexical analyzer
yufafenzx
- 语法分析 用C编写的-C syntax analysis prepared by the
yufafenxiqi
- 将源程序预处理、状态图转换等结合,建立简单的程序设计语言词法分析器-The source pre-treatment, combined with state diagram conversion, the establishment of a simple programming language lexical analyzer
Calculator
- 非递归预测分析表达式的计算器,该分析语法可以计算表达式的值-Prediction of non-recursive expression calculator, the analysis value of the expression syntax can be calculated