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

搜索资源列表

  1. Compile

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

    • 发布日期:2017-04-15
    • 文件大小:6954
    • 提供者:朱开元
  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. 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. Compile

    0下载:
  2. 编译原理课程当中用于词法分析的代码,可以用-compile the text
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:345811
    • 提供者:徐余吉
  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. 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. 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. 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. analyse

    0下载:
  2. 变异编译原理中的词法分析器,可以用于分析C程序。-word analyse。
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4819
    • 提供者:李峰
  1. bianyi-keshe

    0下载:
  2. 编译原理,包括词法分析、语法分析、语义分析、代码生成和报错处理等功能;c++源代码-Compiler theory, including lexical analysis, parsing, semantic analysis, code generation, and error handling functions c++ source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4502
    • 提供者:zhangqian
  1. SANDIZHIMA

    0下载:
  2. 编译原理三地址码的生成,包括词法和和语法分析等内容-Compilation principle to generate three address code, including lexical and syntax analysis etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:329156
    • 提供者:fish
  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. lexical-_analysis

    0下载:
  2. 编译原理课程作业:c++实现的c语言的简单词法分析器,可视化界面,可任意选择源码文件,对其进行简单词法分析。-Compiler theory course work: c++ implementation of a simple lexical analyzer c language, visual interface, you can choose source code file, its simple lexical analysis.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1606915
    • 提供者:曾靖
  1. cifa

    0下载:
  2. 编译原理 c语言词法分析器 通过设计、编制、调试一个典型的语法分析程序,能识别由加+、乘*、括号()、操作数所组成的算术表达式,-Lexical analyzer c language compiler theory By design, develop and debug a typical parser can be identified by plus+, multiplication*, parentheses (), composed of the operand arithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1569
    • 提供者:雷伊
  1. Lexical-analyzer

    0下载:
  2. 词法分析器,用于编译原理分析重点字及分隔符-Lexical analyzer, for compilation principle analysis of the key words and separator
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2121431
    • 提供者:青心
  1. M_Tiny

    0下载:
  2. 编译原理中的词法分析程序,对特定的txt文件进行词法分析。-Compiler theory lexical analysis procedures, txt files to specific lexical analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2827
    • 提供者:Wisen
« 1 2 ... 39 40 41 42 43 4445 46 47 »
搜珍网 www.dssz.com