CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LEXical compiler

搜索资源列表

  1. bianyiyuanli--cifafenxi

    0下载:
  2. 编译原理的词法分析-Compiler theory lexical analysis
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:9705
    • 提供者:
  1. cifafenxiqi

    0下载:
  2. 这是一个编译原理课程设计作业,实现词法分析器的c++代码。-This is a compiler theory curriculum design work, achieve lexical analyzer c++ code.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1619
    • 提供者:杨丽娜
  1. Compile

    0下载:
  2. 语法、词法分析器,用于语法、词法分析(编译原理)-Grammar and lexical analysis (compiler theory)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6954
    • 提供者:朱开元
  1. FinalExperiment

    0下载:
  2. 编译原理综合实验,内容:词法分析器,语法分析器,语气分析器,综合大实验;内附完整代码+测试文件+实验报告。-Comprehensive experimental compiler theory, content: lexical analyzer, parser, tone analyzer, Comprehensive experiments test file containing the complete code++ test report.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:273476
    • 提供者:J_Dark
  1. bianyiqi

    0下载:
  2. 一个简单的C语言编译器,包括词法分析,语法分析和目标代码生成。-A simple C language compiler, including lexical analysis, parsing and target code generation.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:175030
    • 提供者:lipeifang
  1. wmw

    0下载:
  2. 编译原理 简单的计算器 四则运算的词法分析-Simple calculator compiler theory lexical analysis of four operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2597
    • 提供者:王伟
  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. myScanner

    0下载:
  2. 词法扫描器,可以扫描关键字,数字,特殊符号等,是编译器的一部分。而且这个是有MFC界面的。-Lexical scanner can scan the keyword, numbers, special symbols, etc. are part of the compiler. And this is MFC interface.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9546692
    • 提供者:陈纪
  1. myjava

    0下载:
  2. 开发的一个用java语言实现的编译器,内含词法分析器,语法分析器,而且可以实现中间代码生成.用到了SLR算法和LR算法 -I developed a java language compiler, containing the lexical analyzer, parser, and code generation can be achieved in the middle. Algorithm used in the SLR and LR algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-05-23
    • 文件大小:7535194
    • 提供者:郑鹏
  1. abc

    0下载:
  2. 一个用C++编写的语句编译器,简单实现语法分析,词法分析功能。-One with a C++ compiler written statement, a simple syntax analysis, lexical analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2115437
    • 提供者:李海鹏
  1. design

    0下载:
  2. 简单的编译程序,能够进行词法分析,语法分析,并且生成中间代码四元式-Simple compiler, capable of lexical analysis, parsing, and generates intermediate code quaternion
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:44866
    • 提供者:王通
  1. anlaysis

    0下载:
  2. 编译原理词法句法实验源码,主要用vc实现,语言为c,功能完善-Compiler theory lexical syntax experimental source, mainly achieved vc language is c, fully functional
  3. 所属分类:Console

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

    0下载:
  2. 词法分析编译器 编译原理作业 输入:PL/0源程序。例: const a=10 var b,c begin  read(b)  c:=a+b  write(c) end. -The compiler lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2487481
    • 提供者:盛俊
  1. tinycompiler

    0下载:
  2. Tiny样本语言的编译器。实现了语法分析、词法分析、语法树、三地址码和解释执行。- Tiny sample language compiler. Implements parsing, lexical analysis, syntax trees, three address code and interpreted.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:931333
    • 提供者:王鑫
  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. words

    0下载:
  2. 编译原理的词法分析器,能够分析出字符串,字符,符号,整数,小数-Compiler theory lexical analyzer can analyze the string of characters, symbols, integer, decimal, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2590
    • 提供者:hucanhua
  1. SimpleCompiler

    0下载:
  2. 简单编译器:定义一个简单正则语言并实现从词法分析到语义分析全过程-Simple compiler: define a simple regular language from a lexical analysis and semantic analysis to the entire process
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:356996
    • 提供者:石旭
  1. cifa1

    0下载:
  2. 编译原理中的词法分析,结果是以二元式的形式输出-Compiler theory lexical analysis, the results are in the form of binary-type output
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1753
    • 提供者:ca
  1. compileExperiment

    0下载:
  2. PLO 编译器 词法分析 语法分析 解释执行 编译原理 实验-PLO、 compiler、 lexical analyzer、 grammar analyzer、 compile and run
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:62858
    • 提供者:王目宣
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com