资源列表
open-cobol-0.30
- open cobol 0.30 源码工具 Cobol Compiler 编译器-open cobol 0.30 source code Cobol Compiler
HUIBIAN
- 1.采用位触发方式编写程序,使计算机发出音响并演奏乐曲(例如《两只老虎》等)。 进一步理解程序直接控制I/O方式和位触发方式控制声音的工作原理。 一首乐曲是由不同频率和节拍的音调组成,因此控制脉冲的频率和持续时间是编写乐曲程序的关键。根据已知的音符频率对照表,设置乐曲的频率表和节拍时间表; 编写程序并调试通过。 2.了解定时器的工作原理,掌握利用定时器产生声音的方法,使计算机演奏乐曲(例如《两只老虎》等)。编写程序并调试通过。-1. Write programs using di
daan
- 《编译原理》西北工业大学第三版课后答案 有需要的同学可以用来对照下-" Compiler theory," the third edition of Northwestern Polytechnical University, after-school students in need of answers can be used to control the next
Compile
- ? 分析并设计Tiny文法,包括加减乘除四则运算,比较运算符,if语句,repeat语句,read,write等,模块化设计并完成词法分析、语法分析、语义分析以及代码生成阶段,而且实现了错误处理,包括指出非法字符和语法错误,实现Tiny源程序到汇编语言目标程序的编译过程。-? Tiny grammar analysis and design, including the four arithmetic operations addition, subtraction, comparison op
wxykzcycx
- ir remote with mcs51
LLanalysis
- 是关于编译原理的LL(1)分析的源代码,其中包含说明文件-Compiler theory about the LL (1) of the source code, which contains documentation
lex_and_yacc
- lex与yacc是特意为编写编译程序和解释程序的人设计的工具,它对非编译程序编写人员所感兴趣的许多应用程序也非常有用。-lex and yacc is written specifically for the compiler and interpreter for the design of the tool, its non-compiler writers are interested in is also very useful for many applications.
analyze_word
- 词法分析器,简单的词法规则,程序以“空格+#”表示结束。-Lexical analyzer, a simple lexical rules, procedures to " space+#" indicates the end.
lexical_analysis_pro
- 实现编译原理中词法分析的功能 用多种方法实现 可以对比其共同不同之处-Compiler theory in achieving the function of lexical analysis can be correlated with a variety of methods to achieve their common difference
lr(0)
- 实现基于编译原理的LR(0)算法,控制台环境,界面简洁,操作方便-Principle-based compiler LR (0) algorithm, the console environment, simple interface, easy operation
11
- 编译原理作业,实现了LR1,可以运行,结果也正确-Compiler theory operations to achieve the LR1, you can run, the result is correct
asdfasdf
- 词法分析器 了解和掌握词法分析的方法; 编程实现给定源语言程序的词法分析器; 利用该分析器扫描源语言程序的字符串,按照给定的词法规则,识别出单词符号作为输出,发现其中的词法错误 -Lexer