CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LL

搜索资源列表

  1. LL(1)文法分析器.zip

    0下载:
  2. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:184974
    • 提供者:
  1. grammatica-1.4.tar.gz

    0下载:
  2. Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:633058
    • 提供者:
  1. 编译原理Ll(1)文法分析器(Windows Version)(1.0).zip

    0下载:
  2. 所属分类:其它

    • 发布日期:
    • 文件大小:34894
    • 提供者:
  1. LL(1)

    0下载:
  2. 编译过程中的一个相对简单LL(1)语法分析器,能够分析语法的正确性,并输出分析结果-The compilation process is relatively simple LL (1) parser, able to analyze the grammatical correctness, and output results
  3. 所属分类:Compiler program

    • 发布日期:2017-11-07
    • 文件大小:73712
    • 提供者:Bruce
  1. LL(1)

    0下载:
  2. 用C++实现编译器语法分析功能,算法是LL(1),非常精炼-parsing function with C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:3579
    • 提供者:丰文安
  1. LL(1)translator

    0下载:
  2. 采用LL(1)分析法对所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的赋值语句翻译为四元式。-The LL (1) The analysis defined assignment statement syntax analysis and assignment statement entered in the the grammar analysis process will translate quaternion type.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-13
    • 文件大小:13586
    • 提供者:yinwuzhe
  1. SY4-LL(1)Analysis

    0下载:
  2. 是用c++程序设计语言编写的,关于编译原理的LL(1)分析文法-Is written in the c++ programming language, compiler theory analysis of LL (1) grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-11-06
    • 文件大小:113202
    • 提供者:huangxiaodan
  1. LL

    0下载:
  2. 简易的语法分析程序,可以实现LL(1)语法分析,功能较简易。-Simple parser can achieve the LL (1) parsing simpler functions.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-24
    • 文件大小:1858
    • 提供者:郭一骏
  1. LL(1)

    0下载:
  2. LL(1)文法分析程序,基于一定的LL(1)文法,判断输入的程序片段是否符合给定的LL(1)文法。-LL (1) grammar analysis program, based on some of the LL (1) grammar, the judge entered the program fragment whether a given LL (1) grammar.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:1636
    • 提供者:青玉案
  1. LL-(1)-grammar-C

    0下载:
  2. 利用c语言构造LL(1)分析表,并能够实现输入文法的语法检验-Using c language constructs LL (1) analysis table, and to achieve the input grammar grammar test
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:2341
    • 提供者:董金根
  1. LL(1)Grammer-Analysis

    0下载:
  2. C#实现的LL(1)文法分析器,界面是用WPF实现的。-C# implementation of LL (1) grammar analyzer, the interface is implemented using WPF.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:97864
    • 提供者:James Mike
  1. LL(1)-grammar_analyse

    0下载:
  2. 编译原理上机实验:LL(1)语法分析。包含测试文本,本语法分析器可以实现对文本的语法分析。-Compiler theory on experiments: LL (1) parsing. Contains test text, the parser can parse the text.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1925176
    • 提供者:weiyi
  1. DWT-for-LL

    0下载:
  2. I have uploaded for DWT watermarking for LL band I have applied DWT on host image for first level and then for second level on LL band.
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:139816
    • 提供者:ur
  1. LL

    0下载:
  2. 利用LL分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LL-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:235678
    • 提供者:周慕白
  1. LL

    0下载:
  2. 编译原理LL(1)文法分析器,Java编程-Compiler theory LL (1) grammar analyzer, Java programming
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2264
    • 提供者:Sky
  1. LL(1)

    0下载:
  2. 编译原理 LL(1)分析法 实验报告 C 语言-Compiler principle LL (1) analysis of experimental report C language
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:47319
    • 提供者:于欣越
  1. LL(1)文法的判断

    0下载:
  2. 一个程序,用于判定给定的文法是否为ll(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOllOW集的计算; 3. ll(1)预测分析表的构造。(1)对输入文法,它能判断是否为ll(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的ll(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型。
  3. 所属分类:磁盘编程

  1. ll(1)

    0下载:
  2. 这是我根据郭一晶老师的报告指导,编写的LL(1)词法分析器,它的突出之处是它分析的是C++,它的缺点之处是分析表是手工计算,并且不完整。-This is my teacher according to Guo Yijing reporting guidelines, prepared by the LL (1) lexical analyzer, its prominent place is its analysis is C++, its drawback is that the analys
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2537
    • 提供者:王利
  1. ll1

    0下载:
  2. 实现自动化的LL(1)文法识别,并有GUI实现界面(Automatic implementation of LL (1) grammar)
  3. 所属分类:易语言编程

    • 发布日期:2017-12-26
    • 文件大小:10240
    • 提供者:生生死死
  1. I2C_withoutDMA

    0下载:
  2. STM32F031 I2C LL库读写程序; Cube产生(STM32F031 I2C interface Read/wirte operation by LL library and MXCube)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-04-21
    • 文件大小:5092352
    • 提供者:MCUMaster
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com