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

搜索资源列表

  1. calculator_mfc

    0下载:
  2. 利用词法分析原理,写的图形化计算器实例,使编译原理应用的一个小例子-use lexical analysis principle, to write graphic calculator example, turn the application of principles of a small example
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:43923
    • 提供者:coca
  1. digui5

    0下载:
  2. 这个是编译原理中的利用递归下降法对DO-WHILE语句进行翻译输出四元式的完整程序。 有语法分析、词法分析、语义分析。-this principle is to compile the use of recursive descent of DO-WHILE statement translation output four yuan - the complete procedure. With grammatical analysis, lexical analysis, semantic
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:1779
    • 提供者:肖肖
  1. CIFAFENX

    0下载:
  2. 这是一个词法分析程序,是在编译原理课编写下来的,经过多次修改。还能够分析对10+9e这样的单词。比较全面。-This is a lexical analysis procedure is compiled in principle lesson from the prepared, after several revisions. Also 10 9e analysis of the word. More comprehensive.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:1086
    • 提供者:逐渐为
  1. 09103061

    0下载:
  2. 编译原理的实习,有词法分析、三个语法分析。-compiler tenets of attachment, lexical analysis, three grammatical analysis.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5046
    • 提供者:
  1. panxisong_cifa

    0下载:
  2. 用VC++做的一个简单的编译原理的词法分析程序,有运行结果-VC do a simple compiler tenets of lexical analysis procedures, operating results
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:140849
    • 提供者:熊凌鹏
  1. PanXisong_Yufa

    0下载:
  2. 编译原理里的词法分析演示程序,用WIN32应用程序编写,比较容易懂-compiler theory's lexical analysis demo program using Win32 application programming relatively easy to understand
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:133430
    • 提供者:熊凌鹏
  1. fengzzzz

    0下载:
  2. 这是一个编译原理的词法分析程序,输入一个C语言,输出一个词法分析的结果-This is a compiler tenets of lexical analysis procedures, a C-language input and output a lexical analysis of the results
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:1570
    • 提供者:csf
  1. cpp123

    0下载:
  2. 这个是一个编译原理的词法和语法分析的程序,运行时必须输入一个小程序,即子程序,子程序的内容不受限制-this is a compiler principles of morphology and syntax analysis, the running time to allow the importation of a small program that subroutine, the unrestricted subroutine
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1181
    • 提供者:温绮
  1. chengfeng_cifa

    0下载:
  2. 学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过. 程序采用单文档设计,利用了分割窗体技术.-compiler theory when learning to do morphology and syntax analysis procedures. Morphology and syntax analysis package in a category CFen Xi, the process in Visual
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:34511
    • 提供者:陈顺锋
  1. CP_DESIGN

    0下载:
  2. 编译原理全套实验源代码。包括词法分析,递归下降语法分析,LL(1)语法分析,简单优先语法分析和算符优先语法分析-compile a full set of experimental principle source code. Including lexical analysis, recursive grammar decline, LL (1) syntax analysis, priority simple syntax analysis and operator precedence s
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:51842
    • 提供者:chuchao
  1. cifa3

    0下载:
  2. 词法分析器。 编译原理中的词法分析程序,可以进行简单的词法分析-lexical analyzer. Compiler Principle of lexical analysis procedures can be simple lexical analysis
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:264236
    • 提供者:刘鹏尧
  1. cifa4

    0下载:
  2. 词法分析器。 编译原理中的词法分析程序,可以进行简单的词法分析-lexical analyzer. Compiler Principle of lexical analysis procedures can be simple lexical analysis
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:12952
    • 提供者:刘鹏尧
  1. cifa5

    0下载:
  2. 词法分析器。 编译原理中的词法分析程序,可以进行简单的词法分析-lexical analyzer. Compiler Principle of lexical analysis procedures can be simple lexical analysis
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:33361
    • 提供者:刘鹏尧
  1. 20032320

    0下载:
  2. 这个是我们编译原理的实验.词法分析和语法分析.通过验收,含有实验报告,希望对大家有帮助.欢迎大家评论-this is our compiler theory experiments. Lexical analysis and syntax analysis. Acceptance of the report containing experimental, we want to help. we welcome comments
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:106222
    • 提供者:鲍小伟
  1. byyliInC

    0下载:
  2. 本人编写的再加上收集的几个编译原理的词法分析程序-prepared by the addition of several compiler collection tenets of lexical analysis procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7056
    • 提供者:吴延庆
  1. wdj

    0下载:
  2. 这是编译原理的词法分析源程序- This is translates the principle the lexical analysis source program
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3025
    • 提供者:wdj
  1. cifa

    0下载:
  2. 词法分析程序,很初级的,我们刚刚开编译原理- Lexical analyaer, very primary, we just opened the translation principle
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10845
    • 提供者:悠女
  1. 032812035

    0下载:
  2. 编译原理实验一词法分析程序,读入源程序输出二元式-compiler principle experiment term analysis procedures, read into the dual-source output
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:12648
    • 提供者:zhaojun
  1. 172317636

    0下载:
  2. 汇编的编译器,可以实现词法和语法的分析,编译原理可以用得上-compiled by the compiler can achieve a lexical and grammatical analysis, translation theory can be useful
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:70332
    • 提供者:苏建国
  1. byylda

    0下载:
  2. 编译原理练习题与答案主要是词法分析、语法分析、中间代码等相关习题与答案.-compiler theory and practice that the answer is lexical analysis, parsing, intermediate code, and other related exercises with answers.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1811890
    • 提供者:bbs
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 47 »
搜珍网 www.dssz.com