资源列表
HuffmanTree
- 自动生成Huffman树,为C++,通过编译,可正常使用-Huffman tree generated automatically for the C++, through the compiler can use
bpsk
- BPSK-Binary Phase Shift Keying
orthogonal-frequency-divisional-multiplexing
- Orthogonal frequency divisional multiplexing
Check_compile
- 这是一个检查C++ 源程序语法的.cpp文件,共有1000多行源代码,是很值得参考的一个语法检查程序。-This is a the check C++ source syntax. Cpp files, a total of more than 1000 lines of source code, it is worth referenced a grammar checker.
compiler
- 用c语言编写的关于pascal语言语法分析,词法分析,语义分析(输出有点问题)-C language used on the pascal language syntax analysis, lexical analysis, semantic analysis (the output is something wrong)
LL(1)
- 用c语言来实现,判断一个文法是否为LL(1)文法,并求该文法的First 和Follow集合,比较有用。-C language used to achieve, to determine whether a grammar for LL (1) grammar, and grammar for the collection of First and Follow, more useful.
PL0-1
- PL0 源文件ni yao mad nainai-tiancai you mama de nainaiasdasdasdasdasdas
aaalex
- 一个词法分析器的源程序- A morphology analyzer source program
语法分析器.rar
- 词法分析器
compilar
- 实现编译器的词法分析,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行)-Achieve compiler lexical analysis, from the input source program to identify each word has an independent significance, that is the basi
yufafenxiqi
- 编译器的语法分析器的源代码可以运行保证没有错误-Compiler parser source code can be run to ensure no errors
parse_c.zip
- C语言语法检查器。