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

搜索资源列表

  1. Lexical-analyzer

    0下载:
  2. 设计各个单词的状态装换图,并为不同的单词设计种别码。将词法分析器设计成供语法分析器调用的子程序。-Each word with the state of the design change figure, and for different words design codes will be kind lexical analyzer design into the parser calls for grammar subroutine
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:158118
    • 提供者:宋志伟
  1. Lexical-analyzer-code

    1下载:
  2. 词法分析器代码,用的JAVA语言,比较简单,可以作为课件演示-Lexical analyzer code, with JAVA language, is simpler, can be used as a courseware demonstration
  3. 所属分类:编译器/词法分析

    • 发布日期:2016-03-15
    • 文件大小:1385
    • 提供者:刘贵鹏
  1. java-Lexical-analyzer

    0下载:
  2. 简单的词法分析,对界符,算符,关键字等进行判断分析-Simple lexical analysis, operator of world, operator, the key words of judgment analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1813
    • 提供者:王鑫
  1. Lexical-analyzer

    0下载:
  2. c++写的词法分析器,编译原理肯定会用到,上传上,大家看看哈-c++ to write the lexical analyzer, compiler theory will certainly be used, upload, and we look ha
  3. 所属分类:系统编程

    • 发布日期:2017-04-13
    • 文件大小:3033
    • 提供者:281194684
  1. Lexical-analysis

    0下载:
  2. 使用某种高级语言和LEX实现一个C语言子集的词法分析器,即从输入的源程序中,识别出各个具有独立意义的单词,滤掉空格和注释。依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。其中空白符、制表符和换行符均视为空格,用来分隔单词,注释包括两种形式:/*…*/和//。-Use some kind of high-level language and the LEX lexical analyzer to achieve a C language s
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2263
    • 提供者:吴越
  1. Lexical-analyzer

    0下载:
  2. 编译原理中的词法分析器,利用Visual C++6.0实现-Compiling principle of lexical analyzer, use of Visual C++ 6.0 realized
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1118237
    • 提供者:张三
  1. lexical-analyzer-CPP

    0下载:
  2. 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。编译原理专用词法分析程序-Through the design of the preparation of debugging a lexical analysis of specific procedures, better understanding of the principles of the understanding of lexical analysis.
  3. 所属分类:汇编语言

    • 发布日期:2017-03-31
    • 文件大小:179638
    • 提供者:lijiao
  1. [C-Language]Lexical-Analysis

    0下载:
  2. 编译原理 词法分析 程序 源代码 可直接运行 自己编写-Compilation principle, [C Language]Lexical Analysis.zip,Source Code
  3. 所属分类:Compiler program

    • 发布日期:2015-11-04
    • 文件大小:13312
    • 提供者:冯亮
  1. Lexical-analysis

    0下载:
  2. 实现词法分析 输入为一个写有字符串的txt文件。 程序读入txt文件,并进行操作。 -Lexical analysis to enter into a written string txt file. The program reads the txt file, and operation.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:289837
    • 提供者:张闯朝
  1. lexical-analyzer

    0下载:
  2. c++语言编写的词法分析器,编译原理课程作业。-c++ language lexical analyzer, compiler theory course work.
  3. 所属分类:界面编程

    • 发布日期:2017-03-31
    • 文件大小:723371
    • 提供者:kaka
  1. Lexical-analysi

    0下载:
  2. 简单的词法分析器源程序!扫描读入的源代码,并进行词法分析,将源码经行分类!-Lexical analysis program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:1829
    • 提供者:zzp
  1. lexical-analysis-program

    0下载:
  2. 一个词法分析程序,对所给出的程序可分析出关键字、数字(整数、小数、科学计数法数字)、定义的识别符、分界符、分隔符 ,并带有lex程序。-A lexical analysis program, the program is proposed to analysis of keyword, digital ( integer, decimal, scientific notation definition digital ), identifiers, delimiters, separator,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-04-06
    • 文件大小:1477
    • 提供者:zhj
  1. lexical-analyzer

    0下载:
  2. 通过设计、编制、调试一个具体的词法分析程序,加深对词法分析原理的理解,并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法 输入:字符串。 输出:二元式(种别编码,单词自身)构成的序列。 举例: 输入:a=$ # 输出:(6,a) (12,=) FOUND ERROR (13, ) -The design, development, debugging a specific lexical analyzer, and deepen
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:466130
    • 提供者:张映生
  1. lexical-analyzer-program

    0下载:
  2. 编译原理词法分析器程序,利用词法分析自动构造工具LEX构造一个识别C语言的词法分析程序-Compiler theory lexical analyzer program, the use of the lexical analysis of the automatic construction tools LEX to construct a lexical analysis to identify the C language program
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:229090
    • 提供者:辛敏
  1. Lexical-analyzer

    0下载:
  2. 可以打开C和C++代码,将代码内容扫描到分析其中,进行词法分析-Can open C and C++ code, scan the contents of the code to analyze the lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:654024
    • 提供者:鹿麒祥
  1. Lexical-analyzer

    0下载:
  2. 这是一个编译原理课上要求的词法分析器,代码简单,容易实现-Lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:3028
    • 提供者:wangli
  1. C-language-lexical-analyzer

    0下载:
  2. 编译原理实验 词法分析器 C++代码编写,基于DEVC-Compiler principle experiment lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:2380
    • 提供者:biancheng
  1. Lexical-analysis-program

    0下载:
  2. c++词法分析程序,它从左到右逐个字符的对源程序进行扫描,产生一个个的单词的二元式,形成二元式(记号)流文件输出。-Lexical analysis program, it left to right, character by character scan the source code to produce a word binary form binary stream file output (mark).
  3. 所属分类:Compiler program

    • 发布日期:2017-11-12
    • 文件大小:1952
    • 提供者:heyuhong
  1. lexical-analyzer

    0下载:
  2. 编译器中的词法分析程序。是编译器工作的第一个环节。-lexical analyzer of Compiler. First part in a compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:3079
    • 提供者:孙璐
  1. lexical-analyzer

    0下载:
  2. 自己编的词法分析器,编译原理课的作业,有需要的可以看看哈,请多指教-The own series lexical analyzer, compiler theory class job
  3. 所属分类:source in ebook

    • 发布日期:2017-12-08
    • 文件大小:130485
    • 提供者:郑杨燚
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com