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

搜索资源列表

  1. the-lexical-analysis

    0下载:
  2. 可以对cmm语言进行简单的词法分析,附实验报告-Can do the simple lexical analysis of the cmm language
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:785028
    • 提供者:qiu
  1. lexical-analyzer

    0下载:
  2. 编译原理,用C语言和lex两种方法实现词法分析,并包含成功测试案例,与失败测试用例以及实验报告-lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:112703
    • 提供者:猪兔兔
  1. cifafenxi

    0下载:
  2. 汇编语言-词法分析程序 基于C++的词法分析程序实验报告-Assembly language- lexical analysis program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:9772
    • 提供者:xie
  1. foryujudefanyi

    0下载:
  2. 编译原理课设for语句的翻译简单优先文法输出四元式,包括词法分析语法分析和出错处理功能,有源代码课设文档报告-Compiler theory course set for the translation of a simple precedence grammar statement out four yuan style, including lexical analysis parsing and error handling functions, set the document clas
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:167274
    • 提供者:彭萍
  1. complier_code_and_report

    0下载:
  2. 自己写的 编译器 ,实现了语法分析和词法分析,不难,容易看懂,还有实验报告。-My own compiler, realize the grammar analysis and morphology analysis, is not easy, easy to understand, and the experiment report.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:424208
    • 提供者:
  1. 06459816c-

    0下载:
  2. 编译原理 实验报告 实验三 词法分析,语法分析-Compiled principle experiment report of experiment three lexical analysis, syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:371706
    • 提供者:
  1. bianyishiyan

    0下载:
  2. 编译原理实验,包括词法分析,语法分析,语义分析及中间代码生成,还有实验报告。很完全-Compiler principle experiment, including lexical analysis, parsing, semantic analysis and intermediate code generation, as well as experimental report. It is completely
  3. 所属分类:Console

    • 发布日期:2017-12-10
    • 文件大小:732837
    • 提供者:一夜长大
  1. lexical_analysis_program

    0下载:
  2. 编译原理、词法分析程序。 题目:词法分析程序的设计和实现 实验内容:设计并实现C语言的词法分析程序,要求如下。 (1)可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2)可以识别并读取源程序中的注释。 (3)可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4)检查源程序存在的错误,并可以报告错误所在的行列位置。 (5)发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:5397
    • 提供者:王大可
  1. sunchuanlei

    0下载:
  2. 哈尔滨工业大学软件学院编译原理实验词法分析实验源代码及实验报告-Harbin Institute of Technology School of Software compiler principle experiment lexical analysis experiment source code and experimental reports
  3. 所属分类:JavaScript

    • 发布日期:2017-11-17
    • 文件大小:197328
    • 提供者:孙传磊
  1. cyuyansuanfa-fenxi

    0下载:
  2. c语言词法分析程序, 实现了以下功能: (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以检查并报告源程序中存在的所有
  3. 所属分类:CSharp

    • 发布日期:2017-12-07
    • 文件大小:185812
    • 提供者:tursunjan
  1. VB

    0下载:
  2. 编译原理实验报告 实验一:词法分析设计 实验二:LL(1)分析法 实验三:逆波兰式的产生及计算 实验四:LR(1)分析法 实验五:应用DAG进行局部优化 -Compiler principle experiment report Experiment 1: lexical analysis design Experiment two: LL (1) analysis method Experiment three: inverse caus
  3. 所属分类:assembly language

    • 发布日期:2017-11-02
    • 文件大小:222453
    • 提供者:烟岚
  1. cifafenxi

    0下载:
  2. VC语言实现的词法分析小程序,包含实验报告,使用文件方式输入,分析语言为VC语言-VC language lexical analysis small program, including lab reports, file input analysis language for VC language
  3. 所属分类:Console

    • 发布日期:2017-11-29
    • 文件大小:235701
    • 提供者:王震
  1. lex

    0下载:
  2. 设计并实现 C 语言的词法分析程序,要求如下。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3240
    • 提供者:何狗
  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. Lexical-and-grammar-analyzer

    0下载:
  2. 实现词法分析生成二元式,并通过语法分析生成变量名表,报告错误类型与位置-Realize of lexical analysis generated binary type, and through the syntax analysis to generate variable watches, report an error type and location
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2347144
    • 提供者:陈桥
  1. Java-Scanner

    1下载:
  2. Java语言词法分析器的设计和实现 其中具体要求: 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Java language lexical analyzer design and implementation of w
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-15
    • 文件大小:3072
    • 提供者:wenchangwei
  1. BUCT

    0下载:
  2. 编译原理课程设计报告,里面是基础的词法分析给出token序列,北化学子小学期课设必备-Compilation principle course design report, which is given token sequence analysis based on lexical, North Primary School Students during classes for essential
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:43198
    • 提供者:魏佳俊
  1. kcsj

    0下载:
  2. 编译实验报告,词法分析语法分析语义分析目标代码生成全过程,-Compile the report of the experiment, lexical analysis, syntax analysis semantic analysis of the whole process of target code generation,
  3. 所属分类:Software Testing

    • 发布日期:2017-04-06
    • 文件大小:178821
    • 提供者:小强
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com