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

搜索资源列表

  1. bbbbba

    0下载:
  2. 一个小语言的词法分析程序原理及其实现2-a small language lexical analysis procedures and principles to achieve 2
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:28093
    • 提供者:何刚
  1. ha0123(2)

    0下载:
  2. 设计一个实用的小型类C语言的编译器,能够通过词法分析程序将一串字符流转换为一组单词,并能够通过语法分析程序将该单词组转换为中间代码,中间代码可为四元组等各种形式。-practical design a small category C language compiler. through lexical analysis procedure to a bunch of characters flow into a group of words Grammar can pass this word
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:16500
    • 提供者:李想
  1. Basic程序解释器

    1下载:
  2. Basic程序解释器及编译原理的简单化(1)--词法分析和代数式求值-Basic program interpreter and compiler principles simplistic (1) -- lexical analysis and algebraic expression evaluates
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2859
    • 提供者:林夕
  1. lx

    0下载:
  2. 设计目的 加深对语法分析程序的任务及其工作原理的理解;掌握语法分析程序的实现方法;掌握简单语言的状态转换图表示形式极其识别程序的构造。 设计任务 编写对简单语言进行语法分析的词法分析程序。并对输入串for I=1to 20 do {x:=x+2 y:=y*(2+c) }} 进行语法分析,要求如下: 1。识别其中的关键字,标识符,常数,运算符和界符。2,对其中的数字注明其值和类型 3。将识别的结果填入表中并输出。-designed to deepen the syntax analysis pro
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1152
    • 提供者:刘向
  1. fenxiyufa

    0下载:
  2. 简单的词法分析程序,绝对可用,希望大家加以改进-Simple lexical analysis procedure, the absolute is available, hope that we improve
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:16679
    • 提供者:张小虎
  1. 1

    0下载:
  2. 编写一个词法分析程序,对某源程序文件进行词法分析,将其中的所有单词经词法分析后变为由类号构成的目标文件-Procedures for the preparation of a lexical analysis of a lexical analysis of source documents, all of which by the lexical analysis of words into its composition by type of target file
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1476
    • 提供者:xuling
  1. 000

    0下载:
  2. 1.词法分析程序的设计--扫描器 2.掌握高级语言单词的分类并了解编译程序中各类表格的存储; 3.掌握词法分析程序的任务 4.进一步加强分析问题、解决问题的能力;-Lexical analysis program design- Scanner
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:2709
    • 提供者:
  1. bianyiyuanli

    0下载:
  2. 语法分析是编译过程的核心部分。它的任务是在词法分析识别出单词符号串的基础上,分析并判定程序的语法结构是否符合语法规则。语法分析器在编译程序中的地位如-Syntax analysis is the core of the compilation process. Its task is to identify the word in the lexical analysis of strings of symbols, based on the syntax of programs to anal
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:114079
    • 提供者:bcl
  1. danci

    0下载:
  2. 单词词法分析程序 一个很简单的程序 我来分享下-Word lexical analysis program
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1300035
    • 提供者:刘丹
  1. grammer

    0下载:
  2. 此程序简单模拟了汇编语言中的词法分析过程。-This program simulates a simple assembly language in the lexical analysis process.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1441
    • 提供者:sunlong
  1. PL

    0下载:
  2. pl\0以语法、语义分析程序为核心 词法分析程序和代码生成程序都作为一个过程,当语法分析需要读单词时就调用词法分析程序,而当语法、语义分析正确,需要生成相应的目标代码时,则调用代码生成程序。 表格管理程序实现变量,常量和过程标识符的信息的登录与查找。 出错处理程序,对词法和语法、语义分析遇到的错误给出在源程序中出错的位置和与错误 性质有关的编号,并进行错误恢复。-pl\0
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:11236
    • 提供者:真实
  1. yufafenxi

    0下载:
  2. 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。 利用C语言编制递归下降分析程序,并对简单语言进行语法分析。 -The preparation of a recursive descent parser, lexical analysis program to realize the word provided by the syntax check sequence and structure analysis. Use of C language c
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:2169
    • 提供者:zeng
  1. GETSYM

    0下载:
  2. 自己写的词法分析程序,能输出单词块,并且将所有单词放在SYM数组,将标识符放在IDT数组,将数字放在NUM数组-failed to translate
  3. 所属分类:汇编语言

    • 发布日期:2017-04-05
    • 文件大小:790150
    • 提供者:李亚丽
  1. yuyifenxi

    0下载:
  2. 这是一个简单的包含词法、语法、语义分析的程序:递归下降分析.h 和递 归下降分析.cpp。 实现的基本原理是自顶向下分析,单遍扫描,以语法分析为 核心,调用词法分析,并实现语义分析。-This is a simple include lexical, syntax, semantic analysis of the program: Analysis of recursive descent. H and recursive descent analysis. Cpp. The basi
  3. 所属分类:汇编语言

    • 发布日期:2017-04-05
    • 文件大小:4594
    • 提供者:林青松
  1. lexical-analyzer-CPP

    0下载:
  2. 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。编译原理专用词法分析程序-Through the design of the preparation of debugging a lexical analysis of specific procedures, better understanding of the principles of the understanding of lexical analysis.
  3. 所属分类:汇编语言

    • 发布日期:2017-03-30
    • 文件大小:179638
    • 提供者:lijiao
  1. compiler1

    0下载:
  2. 词法分析 对输入的字符串进行词法分析,形成词法分析产生的符号表。 内容:给定描述词法的文法为: 文法一:〈整型数值型数据〉→[+|-]〈数字〉〈数字〉* 〈数字〉→0|1|2|3|4|5|6|7|8|9 文法二:〈算符〉→+|-|*|/ 利用以上二个文法对从键盘输入的字符串进行词法分析,对符合这两个文法的字符串建立单词符号表;对不符合这两个文法的字符串给出错误信息。编程序实现该功能,并上机调试。 -Lexical analysis, lexical analysis
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:639
    • 提供者:刘博
  1. ly

    0下载:
  2. 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-Preparation of a recursive descent analytical procedures the word lexical analysis program syntax checking sequence and structure analysis.
  3. 所属分类:assembly language

    • 发布日期:2017-11-24
    • 文件大小:312904
    • 提供者:宋志伟
  1. lexical_grammar

    0下载:
  2. 实现词法分析(lexical analysis)的程序 逐个读入源程序字符并按照构词规则切分成一系列单词。-Achieve lexical analysis (lexical analysis) one by one to read the source code of the program and follow the rules of word formation characters cut into a series of words.
  3. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:658706
    • 提供者:荣岗
  1. Compiler-theory-lexical-analyzer

    0下载:
  2. 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。 -Design prepared by commissioning a specific lexical analysis program to deepen the underst
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:347420
    • 提供者:zhao
  1. PL0词法分析程序

    0下载:
  2. 三、 实验要求 1. 使用 PL/0 语言编写程序,实现输出斐波那契数列前 20 项数值。 2. 从 PL/0 编译程序源码中抽出词法分析部分,构建 PL/0 独立词法分析程序。功能:输入为 PL/0 源程序, 输出为单词符号的序列;对于标识符和无符号整数,显示单词种别和单词自身的值两项内容;对于其他单词符 号,仅显示其单词种别。 3. 使用 AutoFlowchart 画出独立词法分析程序的程序流程图,并分析每部分的功能和特点。(Iii. Experimental requ
  3. 所属分类:汇编语言

« 12 »
搜珍网 www.dssz.com