搜索资源列表

  1. LR(1)wenfa

    0下载:
  2. C++编写的一个编译原理的程序,,LR(1)文法分析语句的功能
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3059
    • 提供者:戴美元
  1. 编译原理课程设计—一个小型类PASCAL语言编译器设计与实现

    0下载:
  2. 本课设只要采用SLR分析法。包括词法分析,语法分析,语义分析,输出显示语法分析的过程,以方便调试。注释详细,很容易看得懂。附带SLR分析表和产生DFA的项目集,以及课设报告一份。另附有LL1和LR分析发的语法分析程序,以方便研究。
  3. 所属分类:编译器/词法分析

  1. 语法fx

    0下载:
  2. 编译原理,语法分析 ll(1),lr (0),slr(1)-compiler theory, syntax analysis ll (1), lr (1), lr (0), slr (1), etc.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:Dick
  1. 8581224577

    0下载:
  2. 译原理课程设计题目LR分析过程并显示每步的过程-translate principle course desige subject LR analysis procedure and display each procedure.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:柳颐
  1. 编译原理课程设计 SLR(1)语法分析

    0下载:
  2. 编译原理课程设计 SLR(1)语法分析!我做的,就是没有运行结果,大家先用着-Course Design Compiler Principle SLR (1) syntax analysis! I do, is not running, we used to first
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:15360
    • 提供者:超杰
  1. TESTLR

    0下载:
  2. 这是一个lr文法分析器,输入句子会自动分析,如果有错误会分析道错误位置-this is a grammer analyzer. it will automaticaly analyze the inputted sentences. it will locate the mistakes to there position if there are some.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-14
    • 文件大小:77824
    • 提供者:阿京
  1. LR(0)

    0下载:
  2. 编译算法 LR(0)算法 简单的LR(0) 算法,加改善可变成SLR(0)算法-LR(0) alogrithm
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:4376576
    • 提供者:lavansum
  1. Grammer_analysis_program

    0下载:
  2. 北邮 编译原理与技术 课程实验 语法分析程序 用C++实现,包含递归下降分析,LL(1),LR(1),YACC的所有源代码及测试输入文件-Compile didactical building principle and technology experiment grammar analysis in c++ program implementation, include recursively to analysis, LL (1)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:1626112
    • 提供者:停留
  1. slr(1)

    0下载:
  2. SLR(1)分析法的引入是当文法的LR(0)项目集规范族中存在移进-归约冲突或归约-归约冲突时,可以通过向前查看一个符号的办法来进行处理,以解决冲突。-SLR (1) analysis method was introduced when the grammar of the LR (0) item sets exist in family moved into the specification- reduce conflicts o
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:813056
    • 提供者:刘晓庆
  1. test1

    0下载:
  2. 词法分析及语法分析。文法为自定义,语法分析为LR(1)分析法。仅供参考。-Lexical analysis and parsing. The grammar for the custom parsing LR (1) analysis. For reference only.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:364544
    • 提供者:房梦阳
  1. LR(0)analyser

    0下载:
  2. 用vc++做的一个基于LR(0)的文法分析器,个人感觉还是很不错的。-this is lr(0)analyser,i feel this complier is so good that i upload it,and show it to everybody .
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:2059264
    • 提供者:liuxiang
  1. adult-LR

    0下载:
  2. 自己编写的机器学习中处理UCI数据集中的Adult数据集的LR算法的C++源代码,可根据需要自己替换数据集。-I have written to handle UCI machine learning data set of the Adult data set of the LR algorithm C++ source code, can be replaced according to need their own data se
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1258496
    • 提供者:mjb
  1. slrparseing

    0下载:
  2. Simple LR or SLR parser is a type of LR parser with small parse tables and a relatively simple parser generator algorithm. As with other types of LR(1) parser, an SLR parser is quite efficient at finding the single corr
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:321536
    • 提供者:divya
  1. for-statement-LR-analysis

    0下载:
  2. FOR语句翻译程序设计 LR方法三元式 -FOR statement translation program design the LR method three yuan style
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:1053696
    • 提供者:gsm
  1. code

    0下载:
  2. 北邮大三上编译原理,语法分析程序源代码,有:LL(1)语法分析算法,LR(1)语法分析算法。-BUPT junior on compiler theory, syntax analysis program source code, there are: LL (1) parsing algorithm, LR (1) parsing algorithms.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:1757184
    • 提供者:向月车
  1. yufa-

    0下载:
  2. 用C语言完成的语法分析器,功能完全 .   根据某一文法编制调试LR(1)分析程序,以便对任意输入的符号串进行分析。本次实验的目的主要是加深对LR(1)分析法的理解。-With C language parser, fully functional
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:173056
    • 提供者:yyz
  1. cifa

    0下载:
  2. 编译原理课程设计实现词法语法分析器 lr(1)编译器相关代码和设计-Compiler theory of curriculum design and implementation syntax analyzer lr (1) related to the compiler code and design
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:1208320
    • 提供者:刘洋
  1. compile

    0下载:
  2. 实现LR分析法,分析法的基本原理,掌握LR(1)分析表的构造方法,掌握LR(1)驱动程序的构造方法。 -Basic principles of LR analysis, analysis, master constructor LR (1) analysis table, master constructor LR (1) driver.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:174080
    • 提供者:孙亭
  1. LR(0)

    0下载:
  2. 基于vc++的LR(0)的可执行源代码,录入文法,输入字符串 ,自动分析是否符合录入文法的句子-Vc++ (0) based on LR executable source code, input grammar, input strings, automatic analysis is consistent with the input grammar sentences
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-14
    • 文件大小:1082368
    • 提供者:zhangxuan
  1. LL1

    0下载:
  2. 语法分析器 LR(1)分析法 功能简单 但是使用-you will like it.
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:656384
    • 提供者:buzhidao
« 1 2 3 45 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org