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

搜索资源列表

  1. test1

    0下载:
  2. 编译原理第一个实验词法分析,自己写的,还有可以修改的地方-Compiler theory first experiment lexical analysis, write their own, there can be amended where
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1133793
    • 提供者:陈江
  1. Lexical-analyzer-(scanner)

    0下载:
  2. 词法分析程序(扫描器)的设计-编译原理实验-Lexical analyzer (scanner) of the design- build principle experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:177821
    • 提供者:浮云
  1. 01

    0下载:
  2. 在编译原理课程中实验一源程序的预处理和词法分析的源程序代码-In compiling principle experiment in the course of pretreatment and source program morphology analysis of source code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2059
    • 提供者:郭晓丽
  1. cifafenxi

    0下载:
  2. 编译技术中的一定会用到的实验代码 词法分析-Lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:1289
    • 提供者:linyang
  1. cifafenxi

    0下载:
  2. 编译原理实验,词法分析小程序,简单且符合大学课程要求-Compile principle experiment, lexical analysis applet
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:25846
    • 提供者:linew
  1. a

    0下载:
  2. 内含TINY及cminus的实验要求 语法语义 词法分析的整个过程 并附有部分代码-TINY and cminus experiment contains grammatical and semantic requirements of the whole process of lexical analysis together with part of the code
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2511114
    • 提供者:mishuai
  1. 0082657

    0下载:
  2. 词法分析,编译原理课上的实验。比较容易懂得-Lexical analysis, compiler theory class experiment. Easier to understand
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-05-04
    • 文件大小:1243272
    • 提供者:刘方方
  1. ok

    0下载:
  2. 编译原理实验,实现的是词法分析和语法分析的功能-Compiler theory test, to achieve the lexical analysis and parsing functions
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:199800
    • 提供者:sjq
  1. bianyiqi

    0下载:
  2. 编译原理实验中的编译器设计,能实现词法分析和语法分析-Principle experiment compilation compiler design
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1145992
    • 提供者:sjq
  1. grammar_analyse_program

    0下载:
  2. 一个用C++编写的简单的语法分析程序,是在词法分析的基础上进行的编写,能识别出一个句子,并返回该句子的语法信息,并返回词法分析结果。并附有源程序工程和实验报告。-Written in C++ a simple parser, lexical analysis is based on the preparation, can identify a sentence, the sentence syntax and returns the information, and returns the r
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:309434
    • 提供者:淼淼
  1. semantic_analyse_program

    0下载:
  2. 用C++编写的语义分析程序,基于LR文法,能实现词法分析,语法分析,返回相应结果,并返回归约过程和四元式。并附有实验报告和源工程。-Written in C++ semantic analysis program, based on the LR grammar, to achieve lexical analysis, parsing, returns the appropriate result, and return to the process of reduction and quat
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5905079
    • 提供者:淼淼
  1. Lexical-analysis-procedure

    0下载:
  2. 该文件实现的是词法分析算法,是编译原理上机实验的原码-This file is the lexical analysis algorithms to achieve, is to compile the principles of the original code on experiments
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:980
    • 提供者:yjj
  1. Compiler

    0下载:
  2. 实验一:设计SAMPLE语言的词法分析器 检查要求: 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; 输出结果为单词的二元式序列(样式见样板输出1和2); 要求能发现下列词法错误和指出错误性质和位置: 非法字符,即不是SAMPLE字符集的符号; 字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行); 注释部分缺右边的界符*/(注释要求左右边分别用/*和*/界定,
  3. 所属分类:Compiler program

    • 发布日期:2016-01-25
    • 文件大小:1150976
    • 提供者:liuminchun
  1. CFFX

    0下载:
  2. 编译原理实验一词法分析的具体实现,键盘输入字符,可得到对应的字符编码-Compilation Principle Analysis of the specific experimental realization of the word, the corresponding keyboard character available character encoding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:894
    • 提供者:caorongdan
  1. bianyicifafenxicpp

    0下载:
  2. 编译原理实验:词法分析程序源码(C++)版.用C++编写的词法分析程序,在vc++6.0中运行通过。-Compile principle experiment: lexical analysis of program source code (C++) version. Written in C++ lexical analyzer, in vc++6.0 to run through.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:3816
    • 提供者:tiger
  1. lexical-analyzer

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

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

    0下载:
  2. 词法分析程序,编译实验课上做的,希望大家指点-Lexical analysis program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4649
    • 提供者:陈轩
  1. Analyzer

    0下载:
  2. 大学编译原理编程实验 词法分析程序 C++源代码 -translation principle lexical analysis program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:206164
    • 提供者:虔诚
  1. cifafenxi

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

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

    0下载:
  2. 编译原理的作业题,书后的实验二。主要是程序的词法分析功能,集中于课本的内容。-Compiler theory of job title, the book s second experiment. Mainly lexical analysis program, focusing on the content of textbooks.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:3594
    • 提供者:aa
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com