资源列表
C转换为pas
- 将c语言代码转换为delphi
编译器 c语言
- c语言的一个编译器,使用Lex&Yacc
C++实现语法分析
- 语法分析程序
Lexical-analyzer 简单的词法分析器
- 简单的词法分析器 1. 一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。 2.依次输出各个单词的内部编码及单词符号的自身值。 3.遇到错误时显示“无法识别的单词”,然后跳过错误部分继续显示 -Simple lexical analyzer 1. A process of reading words from the input source program, identify the meaning of
用VC++编制的一个递归下降分析程序
- 用VC++编制的一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。,With VC++ Prepared a recursive descent parser to achieve lexical analysis procedure provided by the word sequence and structure analysis of grammar checker.
ucc160.牛人写的C编译器
- 牛人写的C编译器,还有设计文档,可读性强,可以改造成为自己所需要的各种编译器。,牛人写的C编译器,还有设计文档,可读性强,可以改造成为自己所需要的各种编译器。
inverted-pendulum-LQR-controll 单级倒立摆的LQR控制器的设计
- 其中包含和倒立摆的论文以及自己编的matlab文件-Single-stage inverted pendulum LQR controller design which contains the inverted pendulum and paper files as well as their own series of matlab
HI_TECH_PICC18_MANUAL.rar
- 英文版 HI-TECH PICC18 STD 最详细最权威的开发手册,The English version of HI-TECH PICC18 STD most detailed development of the most authoritative manual
PL0.rar
- PLO的此法分析语法分析,还有解释程序中间代码生成,目标代码全都有的。,Analysis of this PLO syntax analysis, and interpretation of the procedures to generate intermediate code, object code all others.
compiler.rar
- decaf.jar 是将类java的decaf语言编译成tac码(Three address code,类似汇编指令)的编译器。 包含了前端的词法和语法分析、语义分析,中间代码的生成。是我最近写完的编译课的一个作业。 例子: 1. 调用 java -jar decaf.jar -l 2 blackjack.decaf > blackjack.tac 生成 *.tac 文件 2. 然后,调用 java -jar tac.jar blackjack.tac
32bit.zip
- multiplier and divider verilog codes,multiplier and divider verilog codes
huffman.rar
- 实现用huffman编码的编码译码器,用C++和vc6.0实现,With implementation of the huffman encoding codecs