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

搜索资源列表

  1. ll(1)

    0下载:
  2. 一个LL1分析器,可以输入产生式的条数,以及产生式,开始符号 结束符号 可以输出堆栈的运行情况-A LL1 parser, you can enter the production number of the article, as well as the production start symbol symbol can be the end of the operation of the output stack
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:16146
    • 提供者:刘以风
  1. ll1

    0下载:
  2. LL(1)语法分析源代码,实现了LL(1)语法分析,不同于其他语法分析程序-LL (1) syntax analysis of source code, the realization of the LL (1) syntax analysis, syntax analysis is different from other procedures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:2045
    • 提供者:liuhongliruc
  1. 11280_ll1forwin(1)

    0下载:
  2. LL(1)文法的实现代码,用C++写的,大家可以试试,感觉还是很不错的哟-LL (1) the realization of grammar code, using C++ Written, we can try, I feel very good yo
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:35207
    • 提供者:阿建
  1. LL

    0下载:
  2. 递归下降分析法实现LL(1)文法的语法分析器-Recursive implementation fell analysis LL (1) grammar parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:66758
    • 提供者:马烈
  1. LL(1)

    0下载:
  2. LL(1)分析 写的语法分析程序,但是不能实现消除左递归,提取公因子-LL (1) analysis of written grammar analysis program, but can not eliminate the left recursion, extracting common factor
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:194183
    • 提供者:
  1. ll(1)

    0下载:
  2. LL(1)文发的代码,是我用了半个月尽心编写的,希望大家喜欢啊-LL(1)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2824
    • 提供者:钱权
  1. 1

    0下载:
  2. LL(1)文法分析过程的可视化及教学应用研究-LL (1) grammar analysis and visualization applications in teaching and learning research
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3794721
    • 提供者:taigongxiaowang
  1. ll

    0下载:
  2. ll1文法分析,(1)LL(1)分析程序,编制人:姓名,学号,班级 (2)输入一以#结束的符号串(包括+—*/()i#):在此位置输入符号串 (3)输出过程如下: 步骤 分析栈 剩余输入串 所用产生式 1 E i+i*i# E->TG (4)输入符号串为非法符号串(或者为合法符号串) 注:(1)在“所用产生式”一列中如果对应有推导则写出所用产生式;如果为匹配终结符则写明匹配的终结符;如分析异常出错则写为“分析出错”;若成功结束则写为“分析成功”
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:58368
    • 提供者:王艳
  1. LL(1)

    0下载:
  2. 一个关于LL(1)的分析器 希望对大家有一点帮助-one of LL (1) of the analyzer we hope to have a bit of help
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:70550
    • 提供者:林达
  1. LL(1)

    0下载:
  2. 采用编译原理的LL(1)文法判断一个算术表达式是否正确如 113+23*3.4*(32.4-5)/23并且给出详细的栈过程显示-The principle used to compile the LL (1) grammar to determine whether or not a correct arithmetic expression such as 113+23* 3.4* (32.4-5)/23 and gives a detailed process shows that the
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:1266
    • 提供者:zz
  1. ww

    0下载:
  2. 多个程序,C++编写的。自己在做编译课设时搜集参考用的,呵呵,都放上来了,有各种语法写的,LL(1),LR的,递归下降的,还有语义分析部分,有四元式,逆波兰式等等,而且每个都能调试运行。(不好的,我可不拿出来现眼)-Number of procedures, C++ prepared. They are doing when compiling the collection of class-based reference, huh, huh, are放上来, and a variety of
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:7874305
    • 提供者:wangyao
  1. LL(1)inDelphiandSQL

    0下载:
  2. 编译原理课程设计的编程部分LL(1)算法分析,使用Delphi+sql数据库实现,需要课程设计的文档部分请mail我。-Principles of curriculum design compiler programming part of LL (1) algorithm analysis, the use of Delphi+ sql database, the need for curriculum design part of the document, please mail me.
  3. 所属分类:SQL Server

    • 发布日期:2017-04-03
    • 文件大小:11403
    • 提供者:pandd
  1. LL(1)

    0下载:
  2. LL(1)程序提供给大家下载,欢迎大家一起交流交流心得~-GOOD~
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:5870
    • 提供者:ohbaby
  1. LL(1)

    1下载:
  2. LL(1)语法分析1、实现LL(1)分析中控制程序(表驱动程序); 2、完成以下描述算术表达式的LL(1)文法的LL(1)分析程序。 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-LL (1) syntax analysis 1, the realization of LL (1) Analysis of control procedures (table-driven procedure
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:639946
    • 提供者:张帅
  1. LL(1)

    0下载:
  2. 用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.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:4332
    • 提供者:张强
  1. ll

    0下载:
  2. 是用Visual C++实现的一个LL(1)分析过程模拟-With Visual C++ realization of a LL (1) Analysis of Process Simulation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:768142
    • 提供者:刘德慧
  1. LL(1)grammarsyntax

    0下载:
  2. LL(1)文法自动生成语法分析程序的设计-LL (1) grammar syntax analysis program automatically generates the design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:18065
    • 提供者:chenpeng
  1. for

    0下载:
  2. 实现了for语句的翻译,LL(1)法,输出三地址,我是借鉴同学的成果,也给大家借鉴。有一定的难度。-this is the work of translation of for sentences.we need the LL(1) and output three-address form
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:2582600
    • 提供者:哈哈哈
  1. LL(1)

    0下载:
  2. LL(1)的语法分析器,VC6.0编译器通过,输入输出的文件名详见代码,输出文件中的分析过程和编译原理课本要求类似,根据不同的句子可能需要重新调整对齐格式-A LL(1) parser, built by MS VC 6.0, an assignment of my Complier Principles course
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:422662
    • 提供者:lyx
  1. LL1_VC

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。-LL (1) grammar using a set top-down analysis techniques. LL (1) the meaning is: the first one L shows a top-down analysis is a scan inp
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3694037
    • 提供者:biao
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com