CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 其它 编译器/词法分析

资源列表

« 1 2 ... .61 .62 .63 .64 .65 766.67 .68 .69 .70 .71 ... 785 »
  1. C0Compiler

    1下载:
  2. 北航编译课课程设计,最高难度。设计一个C0扩充文法的编译器,实现一定的优化,有完整的软件开发文档,附带汇编器MASM。期末检查时测试点几乎全部通过,分数上90,供学弟学妹们参考。提醒注意编写测试文件找出BUG是及格的关键。C0文法具体说明文档中有。-Beihang compile class curriculum design, the highest degree of difficulty. Design of a C0 compiler to expand the grammar to a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1037670
    • 提供者:一招鲜
  1. compiler_construction_source_code

    1下载:
  2. 编译原理课程设计 包括语法分析器,词法分析器,自动词法分析器-compiler_construction_source_code including parser, scanner
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:28476
    • 提供者:michael
  1. LCD12864

    1下载:
  2. ST7290控制器12864通用头文件,功能齐全,绘图、绘电、绘线,反色,功能齐全,已在MSP430下进行测试。-ST7290 controller 12864 Common header files, complete functions, graphics, drawing electricity, painting line, anti-color, full-featured, have been tested under the MSP430.
  3. 所属分类:Compiler program

    • 发布日期:2015-01-27
    • 文件大小:8154
    • 提供者:LB
  1. Calculator

    1下载:
  2. 非递归预测分析表达式的计算器,该分析语法可以计算表达式的值-Prediction of non-recursive expression calculator, the analysis value of the expression syntax can be calculated
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2031
    • 提供者:feng
  1. gam_noise_gen

    1下载:
  2. 产生服从Gamma分布的噪声可真难啊,呵呵... 产生服从Gamma分布的噪声可真难啊,这个函数费了我好久的力,才理解并实现。写在这里吧。-Gamma distribution subject to the noise generated can be sad to say ah, huh, huh ... obey the Gamma distribution of the noise generated may be sad to say ah, this function too
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:902
    • 提供者:匡萃浙
  1. bian-yi-yuan-li-kechengsheji

    1下载:
  2. 编译原理课程设计:建立文法及其LL(1)分析表表示的数据结构,设计并实现相应的预测分析器,对源程序经词法分析后生成的二元式代码流进行预测分析,如果输入串是文法定义的句子则输出“输入串分析成功”,否则输出“输入串语法错误”。-Principles of Course Design Compiler: A Grammar and LL (1) of the table that the data structure, design and implement the corresponding pr
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:101741
    • 提供者:
  1. tiny_exe

    1下载:
  2. tiny简单语言语法分析能实现词法分析语法分析功能,生成语法树-tiny simple language parsing to achieve lexical analysis parser function to generate syntax tree
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-12-12
    • 文件大小:179887
    • 提供者:pinocchio
  1. yufafenxishiyan

    1下载:
  2. 设计一个简单的词法分析器,从而进一步加深对词法分析器工作原理的理解。了解编译原理中词法分析器的原理,并用一种编程语言的具体代码实现简单的词法分析器的功能(在这里我使用C语言实现,代码可以完成简单的C语言程序中的关键词,变量,分界符,数字,运算符,赋值符。)-Design a simple lexical analyzer to further deepen the understanding of the lexical analyzer works. Compiler theory to u
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-06
    • 文件大小:109497
    • 提供者:
  1. C0_Compiler

    1下载:
  2. 一个扩充C0文法的完整编译器,用户可以以文本文件的形式输入一个C语言的源程序,编译并生成该源程序的一个X86汇编码的文本文件,该文件可以在masm32上成功运行并得到正确结果。使用C++语言开发,内附完整源码和详细文档。-A compiler about C0 grammar.
  3. 所属分类:Compiler program

    • 发布日期:2014-11-19
    • 文件大小:5648384
    • 提供者:Ye Yue
  1. PL0

    1下载:
  2. PL/0编译,主要有注释,布尔,break,continue-PL/0 compiler, mainly notes, boolean, break, continue etc.
  3. 所属分类:Compiler program

    • 发布日期:2016-01-20
    • 文件大小:45056
    • 提供者:kaigelsq
  1. SLR1

    1下载:
  2. 在VC下打开LRTrans1.dsp,阅读工程LRTrans1,LRTrans1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器,规定其文法如下: 文法3: (0) S ->E (1) E->E+E (2) E->E*E (3) E->(E) (4) E->i 经分析其SLR(1)分析表如下(分析表按“操作符运算优先级和运算符的结合率”方法解决冲突——*优先集高于+,*和+的结合率均为左结合) -In
  3. 所属分类:Compiler program

    • 发布日期:2016-06-20
    • 文件大小:13312
    • 提供者:chivas
  1. plc

    1下载:
  2. 通过S7-200自由端口功能来产生从Modbus RTU-Via S7-200 functions to generate from the free port Modbus RTU
  3. 所属分类:Compiler program

    • 发布日期:2015-11-14
    • 文件大小:15360
    • 提供者:xx
« 1 2 ... .61 .62 .63 .64 .65 766.67 .68 .69 .70 .71 ... 785 »
搜珍网 www.dssz.com