资源列表
ex_serial_link
- Seriallink.c c program source code
decoder
- 8线3线优先译码器 可以实现优先编译的功能-8-line 3-line priority decoder can achieve the functions of the compiler priority
awk.tar
- 著名Awk语言的编译器,里面附带 编译用的批处理文件,只要安装 VC就可以直接双击该文件进行 编译-famous Awk language compiler, compiler fringe inside the batch file, as long as the installation of VC can click on the document compiled
communitation
- hi i am presting communication to your pc. you can control your robot by your pc. I am using at mega16 microcontroller.
Semantic
- 一个简单的包括词法、语法、语义分析的编译器,只能识别简单的表达式,方法LR(1)-A simple compiler, including lexical, syntactic, semantic analysis can only recognize the simple expression method LR (1)
NFAtoDFA
- 不确定的有穷自动机NFA转确定化的有穷自动机DFA
VisualBinTree
- visualbintree source
hangman
- c++ program run with compiler
LAB1
- C#更新版的C语言的词法分析器,希望对大家有用,我改了一些Bug-C# Updated version of the C language, lexical analyzer, in the hope that useful, I changed some Bug
simplec-018.tar
- Simple C Compiler, Release 0.1.6 Simple C is a portable C compiler based on Small C/386. It is designed to run on Linux, but it should be usable on any Unix-like operating system for the x86 with minimal effort.
NFA_to_DFA
- 按照输入提示输入一个NFA,可以得到一个最小的DFA-After entering an NFA with the input instruction,a minimum DFA can be figured out.
byacc.1.9.tar.Z
- Berkeley的YACC词法/语法分析器