资源列表
Ph-Reversal
- CHECKS THE PHASE REVERSAL IN 3 PHASE SYSTEM
MoYi_C01
- C0编译器,实现词法分析、语法分析、输出运行栈、输出符号表、错误处理,实现到生成PCode。-C0 compiler, the realization of lexical analysis, syntax analysis, the output operation of the stack, the output symbol table, error handling, to achieve the generation of PCode.
词法分析器
- 用于分析词法结构的词法分析器
界面友好的词法分析器
- 建议的词法分析器,界面友好,用户把文法放在input文档中,由程序调用,在ouput文档中给出分析结果,-the lexical analyzer friendly interface, users grammar on the input documents, procedures called by the ouput documents presented results of the analysis,
词法分析器
- 词法分析器: 适用对象;学习编译原理的学生或者自学者。 学习等级:中级。-lexical analyzer : objects; Learning compiler principles of students or learners. Learning Level : Intermediate.
music
- A code about PWM music ecperiment used in ARM.
CompilerConstruction
- 一个简单实用的CMM语言编译器,可以帮助了解如何构造一个简单的词法分析器-A simple and practical CMM language compiler, can help to understand how to construct a simple lexical analyzer
0_wordfile UltraEdit-32 语法高亮文件
- UltraEdit-32 语法高亮文件,真正支持Sonix,Elan,Holtek单片机语法高亮,大大提高浏览速度和开发效率。-ultraEdit syntax highlighter papers to support Sonix/Elan/Holtek MCU syntax highlighter, that greatly improved browsing speed and development efficiency.
vbpdu
- Dim tep As String Dim temp As String Dim i As Integer Dim B As Integer Dim rems As String tep = rmsg i = Len(tep) If i < 1 Then Exit Function B = i / 2 If i = B * 2 Then tep = Left(tep, B * 2) Else B =
bELAJAR
- program Project1 uses Forms, Unit1 in Unit1.pas {Form1}, Unit2 in Unit2.pas {Form2} {$R *.res} begin Application.Initialize Application.Title := MENGHITUNG VOLUME BANGUN RUANG Application.CreateForm(TForm1, Form1)
LL(1)_Compiling
- 学编译原理的时候做了一个词法分析的课程设计的实验报告。
cifa
- 网上下的一个词法分析器 ,功能强大,希望能对大家有用