搜索资源列表

  1. SLRcompiler

    0下载:
  2. 包含了语法分析,词法分析,语义分析的编译前端,分析方法为SLR-contains grammatical analysis, lexical analysis, semantic analysis of the compiler front-end, analytical methods for SLR
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:胡恩
  1. WordAnalyser

    0下载:
  2. 1.1 引言 1.1.1 设计目的 本次课程设计是在完成一个学期的编译原理课程之后,为了进一步加深对编译原理相关知识的理解,培养实际解决问题的能力而进行的。结合本学期所开设的软件工程课程,本次课程设计实验过程要求按照软件工程的思想来组织开发过程,按照软件生命周期的阶段划分来进行。由于课程设计规模较小,所以对软件生命周期进行适当的合并,简化为五个阶段,即需求分析、总体设计、详细设计、编码实现和测试。 1.1.2 设计任务
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:438272
    • 提供者:
  1. 97288391tyf

    0下载:
  2. 语义分析器-Semantic Analyzer
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:李焱
  1. analyser

    0下载:
  2. 整个工作过程主要划分成词法分析阶段、语法分析阶段、中间代码生成和目标代码生成四个部分。 第一阶段是把输入的字符串形式的源程序分割成一个个单词符号。 第二阶段是识别由词法分析给出的单词符号序列在结构上是否符合给定的文法规则。 第三阶段中间代码的形式采用便于阅读的四元式。 第四阶段是把经过语法分析或优化后的中间代码作为输入,将其转换成特定机器的机器语言或汇编语言作为输出,这样的转换程序称为代码生成器。-The whol
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:81920
    • 提供者:刘提
  1. oosrc

    0下载:
  2. 编译原理的三个子模块,包括词法分析,语法分析和语义分析,是绘图语言解释器-Compilation Principle of three sub-modules, including lexical analysis, grammar analysis and semantic analysis is the mapping language interpreter
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:1952768
    • 提供者:hehe
  1. byyl

    0下载:
  2. 编译原理课程设计,simple词法语法语义分析器-Principles of curriculum design compiler, simple lexical semantic syntax analyzer
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:57344
    • 提供者:常鹏程
  1. bianyiqi

    0下载:
  2. 用VC++实现了一个编译器的功能,编译器可分为几个部分:词法分析器、语法分析器、语义分析器、中间代码生成器等等,该程序是本人自己编的,希望能够给大家提供参考
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2023424
    • 提供者:宋建梅
  1. cck

    0下载:
  2. 基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序,其中E为布尔表达式,S1为赋值语句。输出的中间代码选用逆波兰式-Decline based on recursive analysis loop WHILE E DO S1 syntax and semantic analysis procedures, including E for Boolean expressions, S1 for the assign
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:frank
  1. bianyiyuanliyufafenxi

    0下载:
  2. 语法分析的功能: 语法分析是编译过程的核心部分,它的主要任务是按照和程序语言的语法规则,从由词法分析输出的源程序符号串中识别出各类语法分析成分,同时进行语法检查,为语义分析和代码生成作准备。 有报告-Parsing functions: syntax analysis is the core of the compiler process, its main tasks and procedures in accordance
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:1152000
    • 提供者:盼盼
  1. plsa

    0下载:
  2. 概率潜在语义分析Probabilistic Latent semantic alnalysis,完整程序包-Probabilistic Latent Semantic Analysis Probabilistic Latent semantic alnalysis, complete package
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:151552
    • 提供者:xinying
  1. 13898405YFFXQ

    0下载:
  2. 超好用的语法语义分析器,希望对诸位有用,简单实用!-The syntax of the semantic analyzer超好用hope you useful, simple and practical!
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:王聪
  1. yuyifxq

    0下载:
  2. 一款简单的语义分析器,能分析简单的表达式-A simple semantic parser, capable of analyzing a simple expression
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:235520
    • 提供者:王家玮
  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-05-18
    • 文件大小:1234944
    • 提供者:shulin
  1. 20062445893021

    0下载:
  2. if-else条件语句翻译程序,LR方法,输出四元式元式,递归下降法书写的if。。else条件语句的语法分析及语义分析程-if-else conditional statements translation procedures, LR method, the output quaternion type element-type, recursive descent method to write the if. . else con
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:13312
    • 提供者:协力
  1. cifayufa

    0下载:
  2. 集成语法分析和语义分析,语法分析采用的是递归下降分析算法!-no discr iption
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:126976
    • 提供者:阿猛
  1. main

    0下载:
  2. 很好的集合词法、语法、语义分析的源码!具有完整的注释!-Very good collection of lexical semantic analysis of the source grammar!
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:qiyunfei
  1. chen2

    0下载:
  2. 语义分析器的c++代码实现,能够从用户输入的源程序中识别一个个单词,并将用户命令以四元式形式输出-Semantic analyzer c++ code can be input from the user to identify the source of a word, and user-type command to quaternion form of the output
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:陈苑缘
  1. 2006435013

    0下载:
  2. 基于LL(1)法的条件语句语法语义分析程序. 编译原理的课程设计-this is ll(1)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:441344
    • 提供者:余欢
  1. LR_Exp

    0下载:
  2. LR 语法分析 词法分析 四元式输出 语义分析-Lexical Analysis of LR parsing quaternion output semantic analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:cultsharp
  1. bianyi(While_Do)

    0下载:
  2. 编译原理课程设计,循环语句的语法分析及语义分析(WHILE_DO) 含源代码,设计报告,一应齐全-Principles of curriculum design compiler, the syntax of loop analysis and semantic analysis (WHILE_DO) containing the source code, design the report, one should be compl
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:1141760
    • 提供者:陈晓强
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 37 »

源码中国 www.ymcn.org