资源列表
handbook_of_gcc
- 对gcc编译器进行了深入且系统的介绍,包括编译器的基本原理-Gcc compiler for an in-depth and systematic introduction, including the basic principles of compiler
alngam
- library which evaluates the lower tail of the noncentral Student s T distribution this is Applied Statistics Algorithm 5
48v_Cell_Collect_can
- 用PIC18F2580完成A/D采集,CAN总线数据读取-PIC18F2580 complete with A/D Acquisition, CAN bus data read
cifafenxi
- 编译原理 的词法分析 用C语言编写 可运行-Compiler Construction Principles of lexical analysis using C language to run
cifafenxi
- 编译原理的词法分析程序的实现,用窗口显示-Compilation Principle of the realization of lexical analysis program, with window displays
RScoding
- rs编码和解码功能函数,在网上找到的不少RS编码函数中,这个是比较完整的-rs encoding and decoding function, in-line to find a lot of RS coding function, this is a relatively complete
SpellyCheckSrc
- 语法检查程序,VC6和.NET的插件,包含源代码,visualC++6.0下编译-Grammar checker, VC6 and. NET plug-ins, including source code, visualC++ 6.0 compiler under
lua5_1_4_Sources
- 这个是一个嵌入式脚本支持引擎, 体积十分小巧-This is a built-in scr ipting support engine, very compact size
lua5_1_4_Examples
- 这个是脚本引擎lua的例程,这是一个嵌入式的袖珍引擎-This is a lua scr ipting engine of the routine, this is a pocket embedded engine
biyiyuanli
- 词法分析的浏览单词程序,很不错的。支持哦!-Lexical Analysis of browsing word process, very good. In support of Oh!
pl0xiugaihoudeyuanmahebaogao
- pl0修改后的源程序和报告 (1) 修改后的PL/0语言文本。包含词法分析(正规式),语法分析(BNF)。 (2) 有关修改后的PL/0编译/解释器的说明。详细说明你的编译器是如何编译新的PL/0语言程序的。指出你的程序中最精彩的部分,以及你为什么这样做,你是如何控制和恢复语义错误的。 (3) 给出你所改动后的编译器源程序清单,并标记出你所修改的部分。比较你的编译器和原来的编译器之间的差别。 (4) 说明你的编译器中可能存在的错误。 (5) 总结经验与教训,如果重做一遍,你会
bianyiyuanlicifafenxi
- 词法分析 1、通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 2、编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本关键字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示) 有实验报告-Lexical Analysis 1, through the design of t