CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 词法分析程序

搜索资源列表

  1. Defines

    0下载:
  2. 定义切入点的控制台应用程序。编译原理词法分析语法分析器-LR1.cpp : Defines the entry point for the console application.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:6464
    • 提供者:程鹏志
  1. yufafenxi

    0下载:
  2. 一个语法编译程序,包括词法分析器、语法分析器以及实现对简单程序设计语言中的逻辑运算表达式、算术运算表达式、赋值语句、IF语句、While语句以及do…while语句进行编译,并生成中间代码和直接生汇编指令的代码生成器-a english compile
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2710829
    • 提供者:yangjun
  1. Word

    0下载:
  2. 词法分析,分析的语言室c语言。 基本上可以分析常见的c程序。-Lexical analysis of the language rooms c language. Basically can be analyzed c common procedures.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:29592
    • 提供者:zhouprogram
  1. chifa

    0下载:
  2. 这个是我上编译原理实验课的时候写的小程序,实现了词法分析的功能。-This is my compile time course experiment to write a small program to realize the function of lexical analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:847
    • 提供者:江彪
  1. tiny_language_lexical_and_grammatical_analysis-jav

    0下载:
  2. 用javacc生成的tiny语言的词法及语法分析程序-Javacc generated by tiny language lexical and grammatical analysis thanks for your dwonloading
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:16523
    • 提供者:HM
  1. xxbjq

    0下载:
  2. 目录 1. 课程设计目的及要求 1.1设计目的及问题描述 1.2设计要求 1.3软件、硬件环境 2. 课程设计步骤 3. 课程设计内容 3.1 简要分析 3.1.1 词法分析 3.1.2 语法分析 3.1.3语法分析方法及中间代码形式的描述 ①PL/0语言文法的扩充BNF表示②语法分析的中间代码形式的描述 ③语义分析的中间代码设计 3.1.4算法描述 3.1.4.1重要数据结构的声明 3.1.4.2词法分析 3.1.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1613015
    • 提供者:aden
  1. Compile

    0下载:
  2. 此课设是if else 条件语句的翻译程序. 功能说明如下: 1.整体词法分析; 2.if else语法分析,递归下降法. 3.三地址形式代码格式输出; 4.变量符号表的实现,即先定义变量才可以使用; 5.出错提示,具体行数出错提示; 6.作用域初步设计.-This lesson is that if else conditional statements of the translation process. Functions as follows:
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:38202
    • 提供者:卡哇伊
  1. fodigui

    0下载:
  2. 编译原理for递归下降法(c++程序)可以进行词法分析和语法分析-Compiler Construction Principles for recursive descent method (c++ program) can be lexical analysis and syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:252924
    • 提供者:jq
  1. dowhile

    0下载:
  2. 设计一个WHILE循环语句的词法﹑语法及语义分析程序,语法分析选择LR方法,采用用语法制导翻译输出中间代码四元式。-The design of a WHILE loop ﹑ the lexical grammar and semantic analysis procedures, choice of LR parsing method guided by syntax translation output intermediate code quaternion type.
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:8631
    • 提供者:李伟霞
  1. dowhilecycle

    0下载:
  2. 对循环语句: DO〈赋值语句〉WHILE 〈表达式〉 (1) 按给定的题目写出符合简单优先分析方法要求的文法和属性文法描述。 (2) 按给定的题目给出简单优先分析方法的思想及分析表设计。 (3) 按给定的题目给出赋值表达式和控制语句中布尔表达式中间代码序列的结构设计。 (4) 完成相应的词法分析、语法分析和语义分析程序设计。 (5) 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 -Of the loop: DO < assignment> W
  3. 所属分类:Editor

    • 发布日期:2017-04-05
    • 文件大小:37013
    • 提供者:李伟霞
  1. bianyishiyan

    0下载:
  2. 用visual c++6.0编写的编译原理实验,其中含词法分析、语义分析、算符优先分析的程序。-With the preparation of visual c++6.0 compiler experiment, which included lexical analysis, semantic analysis, the analysis of operator priority procedures.
  3. 所属分类:Editor

    • 发布日期:2017-05-10
    • 文件大小:2158602
    • 提供者:jing
  1. for

    0下载:
  2. for循环控制语句的翻译,该程序的词法分析和语法分析程序是分开的-for circulation control translation statement, the program' s lexical analysis and syntax analysis program is separate from the
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1437354
    • 提供者:小崔
  1. WebSite

    0下载:
  2. 一个超级经典的词法和语法分析程序(附加源代码).从词法分析的输出过渡到语法分析-A super-classic lexical and syntax analysis program (source code attached). The output from the lexical analysis of the transition to a grammatical analysis
  3. 所属分类:SQL Server

    • 发布日期:2017-04-24
    • 文件大小:48576
    • 提供者:江林
  1. c

    0下载:
  2. 操作系统 此法分析程序 程序进行扫描过程中将其分解为各类单词的词法分析方法-Analysis of the operating system this program will be scanning process procedures for all types of the decomposition of the lexical analysis of words
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2174
    • 提供者:h
  1. javascanner

    0下载:
  2. 词法分析器,为编译器的第一步,用于词法分析,该程序是针对java程序的分析器-Lexical analyzer, the first step for the compiler for the lexical analysis, the procedure is the procedure for java parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:51098
    • 提供者:琳琳
  1. LL1

    0下载:
  2. 语法分析是编译过程的核心部分。他的任务是在词法分析识别单词符号串的基础上,分析并判断程序的的语法结构是否符合语法规则。语言的语法结构是用上下文无关文法描述的。因此语法分析器的工作的本质上就是按文法的产生式,识别输入符号串是否为一个句子。对于一个文法,当给你一串符号是,如何知道它是不是该文法的一个句子,这是这个课程设计所要解决的一个问题。-Syntax analysis is the core of the compiler process. His task is to identify the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:15337
    • 提供者:李方
  1. vc_yufafenxi

    1下载:
  2. VC++专用的语法分析工具,可以分析出你的VC代码是否正确,它分为词法分析和语法分析两个程序,封装在一个CFenXi类中,,本程序利用了分割窗体技术和单文档设计,压缩包内附有开发文档说明。 -VC++-specific grammar analysis tools, you can analyze your VC code is correct, it is divided into lexical analysis and syntax analysis of the two procedur
  3. 所属分类:IME Develop

    • 发布日期:2017-04-05
    • 文件大小:491285
    • 提供者:160
  1. 1.Rar

    0下载:
  2. 学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过. 程序采用单文档设计,利用了分割窗体技术. -When learning compiling principle of lexical and grammatical analysis program. Morphology and syntax analysis in a class of packaging CFenXi in Visual c++ 6.0,
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:257599
    • 提供者:李清
  1. afk

    0下载:
  2. 对简单的PASCAL程序的编译,包括词法分析和语法分析,简单的纠错-For simple PASCAL program compilation, including lexical analysis and syntax analysis, a simple error correction
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:7670
    • 提供者:马业
  1. cifa

    0下载:
  2. 编译原理的一个词法分析器,对输入的程序进行词法分析-failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:33448
    • 提供者:james
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com