资源列表
c
- 简单的词法分析小例子- Simple lexical analysis small example
jtag
- 该项目的目的是设计和实施,为的沟通通过其JTAG接口和控制是通过设置断点和寄存器和存储器访问程序的执行能力ATmega644调试。-The purpose of this project was to design and implement a debugger for the ATmega644 that communicated through its JTAG interface and was capable of controlling program execution by se
CString
- C-String Tokenizer for C++. Breaks up words into small pieces and stores in an array for word validation
词法分析2
- 一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(-read a word process, from the import of the source to identify all the independent significance of the word, that is to retain the basic character identifier, constant,
PL0 C语言实现
- PL0 C语言实现,很不错哦
plane-game
- C语言源代码 飞机游戏程序设计 单片机设计-C language source code for microcontroller design aircraft Games
shiyan
- 编译原理实验报告的编程代码,这是一次实验的内容。-code principle
Breakingnumbers
- This code can be use for breaking numbers. An example of it: lets say that a user enter "561365" as input,now the program will put every single digits of this number in an array. So later you can do any manipulation that requires to use this number s
HtmlStreamTokenizer
- 一个用JAVA实现的HTML网页解析程序,可以分析HTML几乎所有的标签.
PL0
- 用递归下降的方法来设计PL/0编译器。以下我们给出该语言的FIRST和FOLLOW集合。-The decline in use of recursive methods to the design of PL/0 compiler. Below we give the language of the FIRST and FOLLOW set.
sorting-n-numbers
- MPlab IDE program for sorting n numbers
LexicalCode
- 在Visual C++开发环境下实现简单编译器的词法扫描,词法扫描是语法分析的基础-This is a simple code of lexical analysis.It must be useful for you to write a compiler.