搜索资源列表

  1. LL1C

    0下载:
  2. LL(1)词法分析源代码C语言版本,实现文法的分析-LL (1) lexical analysis of source code for C language to realize the analysis of grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:168960
    • 提供者:king
  1. 1

    0下载:
  2. 语法分析是编译程序的核心部分。语法分析的作用是识别由词法分析给出的单词符号序列是否是给定的文法的正确句子。目前语法分析常用的方法右自顶向下分析和自底向上分析两大类。 确定的自顶向下方法,是从文法的开始符号,考虑如何根据当前的输入符号(单词)唯一的确定选用哪个产生式替换相应非终结符往下推导。 LL(1)文法是一种确定的自顶向下的分析方法。 LL(1)的含义是:第一个L表明自顶向下分析从左向右扫描输入串,第二个L表明分析过程中
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:4062208
    • 提供者:孔小亮
  1. compiler

    0下载:
  2. 词法分析程序,根据 ll(1)算法编写,语言vc-compiler
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:197632
    • 提供者:rrrr
  1. gxs

    0下载:
  2. 用C++写的编译课设计, IF-ELSE条件语句的翻译程序设计(LL(1)法、输出三地址表示)-Written using C++ compiler course design, IF-ELSE conditional statement of the translation program design (LL (1) Law and output to address that)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:564224
    • 提供者:张星
  1. SLR(1)

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

    • 发布日期:2024-05-06
    • 文件大小:1100800
    • 提供者:lk
  1. LL1_yufafenxi

    0下载:
  2. LL(1)语法分析程序 LL(1)语法分析程序-LL (1) parser
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:3553280
    • 提供者:yaodongyang
  1. GrammerParsers

    0下载:
  2. 利用C++语言编制一个LL(1)语法分析器,利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。可通过消除左递归、提取左因子把非LL(1)文法改造成LL(1)文法。-Compiled using a C++ language LL (1) parser using LL (1) control program according to display the contents of
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:227328
    • 提供者:杨玥
  1. LL(1)

    0下载:
  2. 编译器语法分析,用于编译器的LL(1)分析-Compiler, syntax analysis, the compiler for LL (1) Analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:896000
    • 提供者:zhuwentao
  1. LL(1)

    0下载:
  2. 编译原理实验,使用C++实现的LL(1)文法识别器-Compile principle experiment, the use of C++ implementation of LL (1) grammar identifier
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-06
    • 文件大小:452608
    • 提供者:张三
  1. LL(1)Analysis

    0下载:
  2. 编译原理LL(1)分析算法。。。自己写的-Compiler theory LL (1) parsing algorithm. . . Wrote it myself. .
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:1063936
    • 提供者:chezai
  1. C-compile-system

    0下载:
  2. 这是编译原理课程的大作业,实现了简单的C语言向x86汇编语言的转换。使用LL(1)文法。-This is a great compiler theory course work to achieve a simple C language to convert x86 assembly language. Using LL (1) grammar.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:40960
    • 提供者:li
  1. ll1

    0下载:
  2. 实现ll(1)文法的演示,vc++编写,可实现演示-ll(1)grammar showbiz
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:3432448
    • 提供者:爱的痕
  1. 2

    0下载:
  2. 词法分析器,基于LL(1)的词法分析器,可以进行词法的基本分析- Lexical analyzer, lexical analyzer based on LL (1)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:191488
    • 提供者:zhao jin
  1. SA

    0下载:
  2. 编译原理课程的语法和词法翻译程序,使用的是LL(1)分析方法-Compiler theory curriculum of grammar and lexical translation process, using the LL (1) analytical methods
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:412672
    • 提供者:dodo
  1. LL1

    0下载:
  2. 编译原理的课程设计。题目为“WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)”。创新之处在于,可以翻译多层循环语句(理论上是无限的,示例为4层while循环语句)-Compiler theory of curriculum design. Entitled " the WHILE loop statement translation program design (LL (1) method, output quat
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:110592
    • 提供者:afei
  1. LL1fx

    0下载:
  2. 编译原理中的LL(1)语法分析程序,帮助学生了解编译器的工作过程-Compilation principle of LL (1) grammar analysis program and help students to understand the working process of the compiler
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:233472
    • 提供者:陈腾达
  1. LL_gramer_analysis

    0下载:
  2. 分析文法是否为LL文法,且文法为LL(1)文法。采用MFC界面开发,深入理解链表和对字符串的操作。-Whether the LL grammar analysis grammar
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:1057792
    • 提供者:lin_jinying
  1. ll1

    0下载:
  2. WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)-The translation program design of the WHILE loop (LL (1) method, output three address said)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:251904
    • 提供者: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-06
    • 文件大小:1757184
    • 提供者:向月车
  1. Compile_Lab3

    0下载:
  2. LL(1)语法分析设计原理与实现技术。语法分析的设计方法和实现原理;LL(1 )分析表的构造;LL(1)分析过程;LL(1)分析器的构造-LL (1) parsing design principles and implementation techniques. Syntax analysis methods and principles of design LL (1) parsing table structure LL (1
  3. 所属分类:系统编程

    • 发布日期:2024-05-06
    • 文件大小:177152
    • 提供者:春春
« 1 2 3 45 6 7 8 9 10 ... 16 »

源码中国 www.ymcn.org