搜索资源列表
lex
- 实现c--语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。-The realization of c- the language of the lexical analyzer. A C- language program is separated into token strings sequence. To deal with C- the language of all the token types.
cinterp
- 用C语言实现的简单的C语言解释器。 更详细的介绍与笔记请参考 http://longqzh.is-programmer.com-C language implementation of a simple C language interpreter. More detailed introduction and notes refer to http://longqzh.is-programmer.com
C
- C语言词法分析器 实现简单的词法分析,是编译原理的课程设计之一-C language lexical analyzer to achieve a simple lexical analysis is compiled one of the principle of curriculum design
Cyuyanbianyiqi
- 简单c语言语法的编译器,用c语言实现,包括词法语法和语义分析-Simple compiler syntax c language, using c language, including lexical syntax and semantic analysis
NFA_DFA
- 利用C++语言实现编译词法分析中的NFA到DFA的转换。-Language implementation using C++ compiler lexical analysis of the NFA to DFA conversion.
c_complier
- c语言子集的编译器,使用c++语言实现的。包含图形界面-failed to translate
CMinus-Compiler
- 一个简单的C语言变异器,用C语言实现,包含语法分析词法分析等-A simple variation of the C language, C language, contains a syntax analysis of the lexical analysis
Compiler
- 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
Huffman
- 用c语言实现哈夫曼树的编码与解码 编译器为c-fr-Encoding and decoding of the Huffman tree using c language Compiler for c-free
mouse
- c语言实现鼠标图形化,c中对鼠标操作,可用于c的图形化编程-c language graphics implementation of the mouse, c in the mouse can be used in the graphical programming c
dianya-xs
- 用C语言实现电压的显示,显示可能用万用表来测,并且也可以显示在LED数码管上-Voltage using C language to achieve the display, indicating possible use multimeter to measure, and can also be displayed on the LED digital tube
30miao
- 用C语言实现单片机的30S,我们还可以在原来的基础上对时间进行设置-Single chip using C language realization of the 30S, we can based on the original set of time
C-language-WordAnalyse
- C语言词法分析器,本C++代码实现了对C语言的分析。是C语言的解释器。-C language lexical analyzer, the C++ code analysis for C language. Is a C language interpreter.
c-
- c-编译器,词法分析,语法分析的用c语言实现的-c-compiler, lexical analysis, parsing using c language
grammer
- 用c语言实现的编译原理课本中的语法分析部分,可以完全正确的分析课本后的c-minus代码,并且可以建立分析树-Syntax analysis part c language compiler theory textbooks, c-minus after the code can be completely correct analysis textbooks, and can create a parse tree
kalman_filter-C
- 卡尔曼滤波的C语言实现,有详细注释!适合于学习卡尔曼滤波,需要仿真者-Kalman Filter C language, there are detailed notes! Kalman filter is suitable for learning, you need to emulate those
C-MINUS---SCAN
- CMINUS编译器器词法分析 C语言实现-CMINUS compiler lexical analysis of C language
PL0源码C语言版本
- C语言实现的pl0编译器,可以输出类pcode并解释执行(C language implementation of the pl0 compiler)
Lexical_Analyzer
- 简易词法分析器,实现C语言词法分析。。。。(Simple lexical analyzer)
Compiler Design in C
- 编译器设计,C语言实现,完整的编译器结构和语言及概念介绍。(Compiler design in C)