资源列表
adc
- adc检测串口反馈到PC上,数据不断发送,以显示电压变化
LL(1)
- 功能很强大的语法分析程序,你想要的都在里面了
Compiler
- 综合运用所学知识,集成词法分析、符号表管理等程序的成果,编程实现LR(0)算法-Comprehensive use of the knowledge, integrated lexical analysis, symbol table management, and so the outcome of the procedure, programming the realization of LR algorithm
bianyiyuanli
- 编译原理 词法分析 源代码 对编译原理的初学者是很好的程序-Beginners compiler theory lexical analysis of the source code compiler theory is a good program
pascals
- pascals编译程序源代码及说明-pascals compiler source code and explanations
bianyiyuanli--cifafenxi
- 编译原理词法分析,用于分析输入语句是否正确-Compilation Principle lexical analysis, used to analyze the input sentence is correct
Cutetiny
- pascal的编译器 交作业没问题 -perpendicular operation of the compiler no problem Haha
PLx_Compiler
- PLx语言的编译器。PLx语言是一种类Pascal语言,但语法比较简单,适用于编译原理教学。这个编译器不仅实现了编译,同时也集成了运行目标代码的虚拟机。当程序编译通过后,可以看到生成的汇编指令及其执行情况,用户可以选择单步执行,并同时观察指令流与数据流。源代码比较简洁且含有注释-PLx language compiler. PLx language is a language like Pascal, but relatively simple syntax, the principle app
bianyiyuanlishijue
- 一套经典编译原理考试试卷,对于正在学习这门课的同学有帮助!-a classical compiler theory examination papers, are learning this course is to help students!
bianyiyuanli2
- 编译原理完整的实验代码,包括词法分析和语法分析,测试代码-Compiler principles of experimental code, including lexical analysis and syntax analysis, and test code
算符优先语法分析器
- 算符优先语法分析器,根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。-operator priority syntax analyzer, according to operator priority analysis, expression for syntax analysis, judgment, an expression is correct.
pascal形式文法
- 现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各类程序设计语言的分析器。-commonly used programming language syntax and grammar forms to the public. Among them, morphology is based on LEX format editing, grammar form is written by