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

搜索资源列表

  1. yffx

    0下载:
  2. 编译原理实验,语法分析词法分析程序源代码,用C++写的-Compiler Principle Experiment, lexical analysis syntax analysis program source code, written with C++
  3. 所属分类:Compiler program

    • 发布日期:2017-11-15
    • 文件大小:232246
    • 提供者:ben
  1. bianyi-homework

    0下载:
  2. 编译原理词法分析和语法分析代码. 实验作业. C语言编写.-Compiler theory lexical analysis and parsing code. Lab assignments. C language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5249911
    • 提供者:duan
  1. byyl

    0下载:
  2. 编译原理实验词法分析器,可以顺利完成词法分析功能-Compiler Principle Experiment lexical analyzer lexical analysis functions can be successfully completed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2208
    • 提供者:汪峰
  1. compile

    0下载:
  2. 大学课本的编译原理实验代码,全部自己实现,无错,包括词法分析、语法分析和解释执行三部分,第二和第三部分在run一个文件内,Gun C编译即可执行,而且有可供编译的示例程序,供大家学习。-school compile test code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:25013
    • 提供者:沉默的屋檐
  1. word_analyse

    0下载:
  2. 编译原理上机实验:词法分析。包含测试文本,本词法分析器可以实现对文本的词法分析。-Compiler theory on experiments: lexical analysis. Contains test text, the lexical analyzer can be achieved on the text of lexical analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:978299
    • 提供者:weiyi
  1. lexAnalysis

    0下载:
  2. 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个
  3. 所属分类:Compiler program

    • 发布日期:2017-05-14
    • 文件大小:3463687
    • 提供者:moweijie
  1. 20112100

    0下载:
  2. 编译原理及实践课程中实验一词法分析程序,用mfc界面-Compiler theory and practice courses term experimental analysis procedures, with mfc interface
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:30568
    • 提供者:yiyi
  1. cifafenxi

    1下载:
  2. 通过设计、编制、调试一个具体的词法分析程序,加深对词法分析原理的理解,并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 实验内容及基本要求: 设计一个简单的程序设计语言(语言中有+、-运算,语句有赋值语句、输入语句、输出语句、复合语句) 要求: 1.输入源程序,最后以“#”作结束标志; 2.处理各单词,计算各个单词的值和类型; 3.输出各个单词名、单词的值和类型。 -By design, develop and debug a speci
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:231404
    • 提供者:潘期
  1. CPP-source-word-scanner

    1下载:
  2. 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:46256
    • 提供者:邵阳
  1. CP_test_1

    0下载:
  2. 编译原理实验 词法分析 一、实验目的: 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 二、实验内容 编制一个能够分析整数、小数、字符串、标识符、分隔符、运算符和关键字的词法分析程序。同时要能过滤行注释和块注释。 三、实验要求 1、词法规则 关键字: if、then、else、while、do、int、float、string、begin、en
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1698259
    • 提供者:jchen
  1. 4.2

    0下载:
  2. 上海大学编译原理实验作业 借助语法分析和词法分析 语义分析 输入:2+3*5=17-Compiler principle experiment jobs Shanghai University With parsing and lexical analysis Semantic Analysis Input: 2+3* 5 = 17
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:765429
    • 提供者:盛俊
  1. 2

    0下载:
  2. 上海大学编译原理实验二 词法分析 pl/0将实验一“词法分析”的输出结果,作为表达式语法分析器的输入,进行语法解析,对于语法正确的表达式,报告“语法正确”;    对于语法错误的表达式,报告“语法错误”, 指出错误原因。-Compiler theory Shanghai University Experiment II Lexical analysis pl/0 to experiment a "lexical analysis" of the output, as the
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2489039
    • 提供者:盛俊
  1. shiyansan

    0下载:
  2. 一个汇编语言的实验报告,汇编语言词法分析-An assembly language lab reports, assembly language lexical analysis
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:19132
    • 提供者:fanyan
  1. shiyanyi

    0下载:
  2. 编译原理实验报告,词法分析,自己看一下吧,开发环境未知,亲。-Report compiler principle experiment, lexical analysis, look at it yourself, the development environment is unknown, pro.
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:22056
    • 提供者:fanyan
  1. cifa

    0下载:
  2. 编译原理实验:词法分析,选择对各种常见高级程序设计语言都较为通用的语法结构无符号数的算术四则运算作为分析对象,给出其文法描述(注意应与所采用的语法分析方法比较贴近),设计并实现一个完整的语法分析程序。规则:E->E+T| E-T|T T->T*F| T/F|F F->(E)|i -Compiler principle experiment: lexical analysis, the choice of a variety of common high-level
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:546417
    • 提供者:坎启娇
  1. cifafenxi

    0下载:
  2. 汇编实验 词法分析代码 源码源文件-Compilation of source code lexical analysis experiment source files
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2438
    • 提供者:黄纬
  1. PL0

    0下载:
  2. 编译原理实验课 实现编译器的源代码,主要是对于比较简单的PL0语言,包括了词法分析,语法分析,中间代码生成,目标代码生成以及优化的过程-Compiler principle experiment course to achieve compiler source code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:230362
    • 提供者:李歪嘴
  1. cifaanalyse

    0下载:
  2. 编译原理课程实验第一部分 词法分析程序,实现第一部分功能-The first part of the experiment compiler theory courses lexical analysis procedures to implement the first part of the function
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1270
    • 提供者:聂子晨
  1. Compiler-theory---

    0下载:
  2. 编译原理 实验源代码 词法分析与三地址代码生成程序 可直接运行 Compiler theory of lexical analysis and single address code generation -Compiler theory of lexical analysis and single address code generation
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2359
    • 提供者:wangxiaochen
  1. BY

    0下载:
  2. 编译原理实验课件以及完整的实验代码,包含词法分析和语法分析的两个小实验代码。-Compiler theory and experiment courseware complete experimental code, including two small experimental code lexical analysis and parsing.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1768068
    • 提供者:公羽维
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com