资源列表
lex-1
- keyword为关键字表 test为测试文件-keyword to keyword table test to test document
18F2550_USB_HID
- this file is for hid impl閙entation on pic
release
- 基于算符优先文法的语法分析器,
LR1.cpp
- 编译原理LR1语法分析程序,通过输入文件名,进行语法分析-Compilation Principle LR1 parser, by entering the file name, the syntax analysis
BOOL完美版.rar
- 布尔语义分析,LR法
New-folder
- This program has only several lines of code. If you run it nothing happens.
parser
- 编译器的词法分析函数,包含算符优先文法,过程有关结构等部分,具体执行词法分析
shiyan2
- 本函数是一个词法分析器,其分析主要从几个方面入手: * * 1.先判别是不是注释。一旦读入的字符出现 / * ,则用一个while循环一直读取下面的字符,直到出现* /为止。 * * 2.接着判断是不是以数值开头的。如果是以数值开头则再分情况讨论: * A.在遇到空格之前,后面读进来的都是数值的话,则很明显,这是一个数。然后将其种别码输出来(37,-) * B.在遇到空格之前,后面读进来的都是数值的话,譬如123ac 那么这是一个非法字符,输出错误-This funct
Final
- Exemplo de cadastro de livros em bibliotecas
bianyiyuanli
- 用c++编写的词法分析!!!非常实用-Using c++ lexical analysis prepared! ! ! Very useful! !
BYUYIX
- 编译原理程序,请多指教。- The translation principle procedure, please much advises.
DFA
- 编译原理实验 DFA识别语言的java实现,为DFA.java文件中的DFA类实现成员函数boolean recognizeString(int move[][], int accept_state[], String word).-Compile the DFA recognizes the language of principle experiment java implementation for DFA.java file DFA class implements member fun