搜索资源列表

  1. slr(1)

    0下载:
  2. 是用slr(1)法做的一个语法分析器,写的比较简单,不过运行的还是不错的。-is slr (1) Act do a parser, written in relatively simple, but is still running well.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5385
    • 提供者:tctc
  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-04-29
    • 文件大小:15360
    • 提供者:超杰
  1. slr

    0下载:
  2. 编译原理课程试验,一个类C语言编译器前端的SLR方法实现。使用VC,c语言风格-compiler test, a Class C language compiler front-end SLR method. Using VC, c language style
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:1007616
    • 提供者:劳尔
  1. SLR(0)

    0下载:
  2. SLR(0)语法分析的简单赋值语句的翻译程序,含词法分析,共800行-SLR (0) syntax analysis of the simple assignment of the translation process, including lexical analysis, a total of 800 firms.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:18432
    • 提供者:xiongbo
  1. SLR(1)

    0下载:
  2. 用SLR(1)方法实现的类C语言的编译器的语义分析程序。-with SLR (1) Realization of the Class C language compiler is the semantic analysis procedures.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:296960
    • 提供者:魏本峰
  1. SLR1

    0下载:
  2. 在VC下打开SLR1.dsp,阅读工程SLR1,SLR1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器-In the VC open SLR1.dsp, reading works SLR1, SLR1 is a plus, by (an appropriate expansion for 4) operator expression SLR parser
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:100352
    • 提供者:wzc
  1. SLR

    0下载:
  2. SLR分析表,完整实现SLR,很不错哦,大家-SLR analysis table, complete realization of SLR, is pretty good Oh, U.S.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:288768
    • 提供者:张凯瑞
  1. SLR(1)Analyzer

    0下载:
  2. 计算机编译原理相关实验3:一个用SLR(1)文法自底向上的语义分析器-Compilation Principle of computer-related experiment 3: a used SLR (1) Bottom-up grammar semantic analyzer
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:1234944
    • 提供者:shulin
  1. SLR(1)

    0下载:
  2. 编译原理SLR(1)语法分析器-SLR(1)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:395264
    • 提供者:cadfsdf
  1. SLR

    0下载:
  2. SLR语法分析器,实现基本的功能要求,是基于分析C语言的语法分析器-SLR parser, the realization of the basic functional requirements, is based on the analysis of C language parser
  3. 所属分类:汇编语言

    • 发布日期:2024-04-29
    • 文件大小:199680
    • 提供者:wangyun
  1. SLR

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

    • 发布日期:2024-04-29
    • 文件大小:1004544
    • 提供者:lyx
  1. slr(1)

    0下载:
  2. SLR(1)分析表的构造,编译原理实验会用到-SLR (1) analysis table of the structure, principle of the experiment will be used to compile
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:321536
    • 提供者:朱涛
  1. SLR1

    0下载:
  2. 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:225280
    • 提供者:孔小亮
  1. SLR(1)

    0下载:
  2. SLR(1)分析表分析法,给出一个分析表含action和goto表,然后对给出的语句进行语法分析,规约判断!-SLR (1) analysis table analysis, give an analysis table with action and goto tables, and then parsing the statements given in the statute to judge!
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:548864
    • 提供者:肖琴琴
  1. SLR(1)

    0下载:
  2. SLR(1)文法的编译课程设计,内容详细,有LL(1)文法,和SLR(1)分析表,能够对规范试进行分析
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:1100800
    • 提供者:lk
  1. SLR1

    0下载:
  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)分析表如下(分析表按“操作符运算优先级和运算符的结合率”方法解决冲
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:13312
    • 提供者:chivas
  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-04-29
    • 文件大小:813056
    • 提供者:刘晓庆
  1. SLR(1)

    0下载:
  2. 编写识别表达式拓广文法的合法句子的SLR(1)分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、状态栈、符号栈、输入串和语法动作。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-Write a recognition of the legitimate expression of broadening the sentence grammar SLR (1) analysis program
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:310272
    • 提供者:suhuhu
  1. SLR

    0下载:
  2. 程序输入为形如i+i*i# 或者ii#的串,对于SLR(1)分析,输出为包括分析步骤、分析栈情况、剩余输入串以及分析动作在内的分析过程,并考虑增加语义分析生成中间代码功能的程序扩展。-Program input shape i+i* i# or ii# string for the analysis of the SLR (1), the output analysis to include steps to analyze the a
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:203776
    • 提供者:Jiang
  1. SLR(1)gram

    1下载:
  2. 利用VC根据文法实现对应SLR(1)文法-Using VC grammar achieve corresponding SLR (1) grammar
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:5795840
    • 提供者:
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org