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

搜索资源列表

  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. cffxqfengzhiweijayfung

    0下载:
  2. 该程序是汇编语言写的一个词法分析器,对初学者是一个很好的程序-the program is written in assembly language a lexical analyzer, for beginners is a good procedure
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:233557
    • 提供者:李微
  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. 000

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

    • 发布日期:2017-04-01
    • 文件大小:2709
    • 提供者:
  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. 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. 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. lianxi

    0下载:
  2. 自己编写的语法分析器和词法分析器程序,希望大家借鉴-Write your own parser and lexical analyzer program, and hope that we can learn from
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:78249
    • 提供者:luoyonghui
  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. 所属分类:汇编语言

搜珍网 www.dssz.com