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

搜索资源列表

  1. ccfx

    0下载:
  2. 实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。 c.1词法分析 c.1.1实验目的 设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。 c.1.2实验要求 c.1.2.1待分析的简单语言的词法 (1) 关键字: begin if then while do end --------有实验报告+.cpp+分析-Experimental Objective: To use c lang
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:168782
    • 提供者:zhangjuan
  1. byq

    0下载:
  2. 编译器的词法分析器,比较简单,可供初学者参考-Compiler' s lexical analyzer is relatively simple for beginners reference
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:315363
    • 提供者:朱建杰
  1. cvery.comvc

    0下载:
  2. 词法语法分析器实例程序源码,对更好的理解编译器的词法语法分析过程很有帮助。-Examples of lexical parser program source, a better understanding of the lexical grammar compiler analysis helpful.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:245890
    • 提供者:雨林
  1. ToyL

    0下载:
  2. 编译程序设计原理书上的一个词法分析,经修改运行成功-Compiler design principles of a book on lexical analysis, modified to run successfully
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:198779
    • 提供者:彭江涛
  1. TinyComplier(3)

    0下载:
  2. 本为编译原理中的词法分析,可以进行词法的判断-The principle for the compiler of the lexical analysis can be carried out to determine the lexical
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1315489
    • 提供者:fenk
  1. cifafenxiqi

    0下载:
  2. 编译原理课程设计 用c++编写的词法分析器-Principles of curriculum design compiler with c++ to prepare the lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:9385
    • 提供者:yuqi
  1. scan

    0下载:
  2. 编译原理实验实现的C—语言的词法分析器!对编译原理初学者非常有用-Experimental realization of the principle of compiled C-language lexical analyzer! The principle of the compiler is very useful for beginners! ! !
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:305048
    • 提供者:童华兵
  1. WF_FA

    0下载:
  2. 编译原理--词法分析--左线性文法转化为FA-Principles of compiler- lexical analysis- left-linear grammar into FA
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1897979
    • 提供者:
  1. calc

    0下载:
  2. 用lex实现的词法分析,用lex编译后可以实现简单的词法分析-Achieved by lex lexical analysis, the compiler can use lex simple lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:17889
    • 提供者:chen
  1. sourcer

    0下载:
  2. TINY语言编译器,包括语法分析,词法分析-TINY compiler language, including syntax analysis, lexical analysis, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:56948
    • 提供者:liu
  1. cifafenxi

    0下载:
  2. 词法分析实验 编译原理课程设计的词法分析实验全!-Lexical analysis of the experimental principles of curriculum design compiler lexical analysis of the experiment-wide!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:205238
    • 提供者:陈建辉
  1. Grammar

    0下载:
  2. 这是编译原理中语法词法分析器分析器的实现 -This is a principle in the grammar compiler lexical analyzer Analyzer to achieve
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:230697
    • 提供者:haidiliehuo
  1. cifa

    0下载:
  2. c语言实现的词法分析器 编译原理学习课程设计-c language compiler to achieve the principle of the lexical analyzer to study the curriculum design
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1151
    • 提供者:vance
  1. cifafenxi

    0下载:
  2. 求n!的最小语言,编译器词法分析功能-For n! The minimum language, compiler lexical analysis function! !
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:7223
    • 提供者:代万能
  1. fodigui

    0下载:
  2. 编译原理for递归下降法(c++程序)可以进行词法分析和语法分析-Compiler Construction Principles for recursive descent method (c++ program) can be lexical analysis and syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:252924
    • 提供者:jq
  1. cifa

    0下载:
  2. 词法分析程序。读入一段程序代码,通过词法分析程序将其转化为token串。是编译原理的重要一步。-Lexical analysis program. Read a section of program code, through lexical analysis procedure to string into a token. The principle is an important step in the compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:2572
    • 提供者:周周
  1. ifelse

    0下载:
  2. 此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的相关知识技术描述如下)-This procedure is
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:74841
    • 提供者:李伟霞
  1. bianyishiyan

    0下载:
  2. 用visual c++6.0编写的编译原理实验,其中含词法分析、语义分析、算符优先分析的程序。-With the preparation of visual c++6.0 compiler experiment, which included lexical analysis, semantic analysis, the analysis of operator priority procedures.
  3. 所属分类:Editor

    • 发布日期:2017-05-10
    • 文件大小:2158602
    • 提供者:jing
  1. forxunhuanyujukechengsheji

    0下载:
  2. 此为编译原理课程设计——FOR循环语句(简单优先法、输出三地址表示)。可以实现词法分析、语法分析、语义分析,能生成中间代码。功能比较全。-This is the principle of curriculum design compiler- FOR loop (simple priority method, the output address of said three). Can achieve lexical analysis, syntax analysis, semantic ana
  3. 所属分类:Compiler program

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

    0下载:
  2. 这是一个编译原理实验要用到的词法分析程序,用C++完成的,可以实现对C++源程序的词法分析,类型判别,已在VS2008调试通过,欢迎下载。-This is an experiment to use the compiler from lexical analysis program, using C++ to complete, and can be achieved on the C++ source code of the lexical analysis, the type of disc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1108
    • 提供者:lyb
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 48 »
搜珍网 www.dssz.com