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

搜索资源列表

  1. lex

    0下载:
  2. <编译原理课程设计>基于lex自动实现词法分析,完成词法分析功能-< Compiler theory of curriculum design> based on the lex lexical analysis automatically to complete the lexical analysis function
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:228958
    • 提供者:
  1. lex

    0下载:
  2. 利用C语言实现编译原理中的词法分析,供大家学习参考。-C language compiler theory of lexical analysis, and for everyone to learn the reference.
  3. 所属分类:其他小程序

    • 发布日期:2017-03-28
    • 文件大小:2256
    • 提供者:朱俊杰
  1. SA

    0下载:
  2. 编译原理课程的语法和词法翻译程序,使用的是LL(1)分析方法-Compiler theory curriculum of grammar and lexical translation process, using the LL (1) analytical methods
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:412807
    • 提供者:dodo
  1. cifafenxi

    0下载:
  2. 编译原理的词法分析,黑龙江大学的编译原理实验代码-Compiling principle lexical analysis, heilongjiang university compiling principle experiment code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:240367
    • 提供者:donglin
  1. byyl

    0下载:
  2. 编译原理的词法分析,语法分析器,利用细化的递归下降实现。-Compiler theory, lexical analysis, parser, the use of recursive descent of the refinement to achieve.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:3042
    • 提供者:tx
  1. 1

    0下载:
  2. 编译原理课程实验之一,PL/O语言的词法分析程序,请自行在资源文件中添加使用到的两个txt文件-Compiled one of the principle course experiment, the PL/O language lexical analysis program, please add the two txt files used in the resource file
  3. 所属分类:Compiler program

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

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

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

    0下载:
  2. 编译原理课程的上机作业,一个简单的小语言词法分析器,在txt文件中软件测试程序,而后在txt中输出词法分析结果-A simple language lexical analyzer, in the txt file, software testing procedures, then the output of lexical analysis results in txt
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1069516
    • 提供者:徐明
  1. analyser

    0下载:
  2. 编译原理中的词法分析器,分析一段程序中的词法错误。-Compiler Principle of lexical analyzer, lexical errors in a program.
  3. 所属分类:Windows编程

    • 发布日期:2017-04-04
    • 文件大小:727
    • 提供者:雅典娜
  1. bianyiyuanli2

    0下载:
  2. 编译原理完整的实验代码,包括词法分析和语法分析,测试代码-Compiler principles of experimental code, including lexical analysis and syntax analysis, and test code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:30100
    • 提供者:qiaojunshuai
  1. cifafenxi

    0下载:
  2. 词法分析程序 编译原理作业 可以识别关键字整形字母分隔符 等-The lexical analyzer compiler theory operation can identify the keyword plastic letters separator
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1553
    • 提供者:郎君
  1. lex

    0下载:
  2. 编译原理实验词法分析,主要是要看懂词法分析程序是做个什么的-Compiler principle experiment lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:817144
    • 提供者:chen
  1. tThemiddlegenh

    1下载:
  2. 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行行行,详细地阐述了一个编译器的设计与实现。它是大纲教学,课程设计良好的示范,也是编程与开发爱好者提高的好参考,其中这是中间代码生成部分。-This is the source code of the compiler theory, involving the various compiler th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5487
    • 提供者:系统,结构
  1. scmd_SNL_C_con

    0下载:
  2. snl语言是一个简单的具有嵌套过程定义的过程式语言,本原码用C语言实现了SNL语言的词法分析,语法分析,语义分析析,中间代码生成,中间代码优化,目标代码优化的完整模块,并有极为详细的注释,是学习编译原理的极佳材料。-the snl language is a simple process language with nested process definition, the primitive code in C language SNL language lexical analysis,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:233638
    • 提供者:谈判
  1. compile

    0下载:
  2. 本人编写的编译原理的相关代码,使用VC6.0,实现了赋值语句。内部有四个工程,分别为:1.建成单词表,词法分析。2.字符优先处理。3.算符优先处理。4.算符优先—三地址。-I write compiler theory code, VC6.0, the assignment statement. Within four projects, namely: 1. Built word list, lexical analysis. 2. Character priority. 3 Operator
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2341289
    • 提供者:afei
  1. c1233456efasdo

    1下载:
  2. 编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行行,详详细地阐述了一个编译器的设计与实现。它是大纲教学,课程设计良好的示范,也是编程与开发爱好者提高的好参考,其中这是语义分析部分。希望尽早的开通我的帐号,与大家多多交流,成为热爱编程与开发的好朋友 -Compile the source code of the principle of invol
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-09
    • 文件大小:20011
    • 提供者:liming
  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. LL1-cifa

    0下载:
  2. 这是编译原理中的一种算法,LL1词法分析算法,该算法可以用于特定规则的输入串匹配,个别的学校会将其作为相应课程设计的一部分。-This algorithm is a compiler theory the LL1 lexical analysis algorithm, the algorithm can be used for a specific rule input string matching, individual schools will be as part of the appr
  3. 所属分类:Compiler program

    • 发布日期:2017-11-13
    • 文件大小:1013
    • 提供者:曲文集
  1. lexical_analysis_program

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

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

    0下载:
  2. 编译原理中的词法分析部分实现,词法分析器,可以实现词法分析。学过编译原理的亲们懂的,内有设计文档,可参考。-Part of the implementation of the compiler theory lexical analysis, lexical analyzer, lexical analysis can be achieved. The learned compiler theory pro understand within the design documents, refe
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:80896
    • 提供者:houlin
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 46 47 »
搜珍网 www.dssz.com