资源列表
Qsort
- Pascal堆排序 标准、最快的堆排序方法(在FreePascal中)
PASAL
- 以在下面段落中定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。词法分析器打开该文件后,自文件头开始扫描源程序字符,发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表,一旦发现不符合“单词”定义的源程序字符串时,给出错误提示。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-PASCAL language subse
first-follow
- slr program for parsers
Complex_numbers
- Complex number cla-Complex number class
font
- KS0108 LCD Driver C code
compile
- 编译原理的词法分析器源代码,希望能帮助大家解决问题-Compiler theory of the lexical analyzer source code, hoping to help people solve problems
cfanalysist
- 实现了 词法编译器的功能 在编译成序的 过程中,词法编译是第一步 此程序 是实现对词法的检查,纠错,以及最终的编译!~-realized accidence Compiler Compiler function in sequence into the process, the first step is to compile morphology of this procedure is to check the lexical and correlation, and, ultimately
CiFaFenXiChengXu
- 编译原理实验,词法分析程序,编译原理实验
VSBashSetUp
- 用多了VS2010的人,大多都开始对它的启动速度略慢感到烦躁了。 如果我只是写一个小文件,而必须开个这么大的IDE,就会略感麻烦、痛苦。 所以我就稍微写了下可以使用CMD调用VS编译器编译CPP文件的一个bat文件。 把源文件.txt改成.bat即可。(前提是安装了VS2010)-Set up CMD for VS2010 Compiling. Rename the txt file into .bat file.
lexicalanalysis
- 词法分析 是用来解释汇编语言中词法的分析-lexical analysis
111
- 编译原理中的逆兰式波实验源代码,以及逆兰式波的生成及计算程序。-Reverse Polish Notation and code generation
Boost.Spirit_Calculator
- 使用Boost.Spirit库实现60行代一个计算器,体现了Boost.Spirit库的强大解析功能!-To use Boost.Spirit libraries to achieve the 60 lines on behalf of a calculator, reflects the powerful analytical capabilities of the library Boost.Spirit!