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

搜索资源列表

  1. WindowsFormsApplication1

    0下载:
  2. C#实现的词法分析器 TINY计算机语言的编译程序的词法分析部分实现。 从左到右扫描每行该语言源程序的符号,拼成单词,换成统一的内部表示(token)送给语法分析程序。 -C# implementation of lexical analyzer
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:68111
    • 提供者:刘忠堂
  1. LexicalAnalyzer

    0下载:
  2. 基于C++的好用词法分析器,经过测试,无bug-Easy to use lexical analyzer based on C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:1271492
    • 提供者:林阳
  1. 2

    0下载:
  2. ,词法分析器,可以识别实数,标志符ID,关键字(if elseif while do while for and or),Token串.语义分析,遇到合法的字符输出,遇到不合法的字符提示不合法-Lexical analyzer can identify the real number, the identifier ID, keyword (the if elseif while do while for and or), Token string. Semantic analysis, met
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:838
    • 提供者:赵嘉
  1. lexical-analyzer

    0下载:
  2. c语言VC平台下的词法和语法分词器。可以正常编译运行。-c language under the VC platform morphology and syntax segmentation. You can compile and run properly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:18404
    • 提供者:后市太
  1. 1

    0下载:
  2. 词法分析器,利用了C++的文件,可以识别数字,字母,标示符等-Lexical analyzer, using the C++ files can identify numbers, letters, identifier
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:3829799
    • 提供者:王乐子
  1. 2

    0下载:
  2. 词法分析器,利用了C++的文件,可以识别数字,字母,标示符等-Lexical analyzer, using the C++ files can identify numbers, letters, identifier
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-07
    • 文件大小:3784749
    • 提供者:王乐子
  1. program

    0下载:
  2. 词法分析器,语法分析器等等可以用,编译原理课程设计-Lexical analyzer, parser, compiler theory curriculum design
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:4041665
    • 提供者:lee
  1. cifafenxi

    0下载:
  2. 编译原理.给出PL/0语言文法规范,编写PL/0语言的词法分析程序。词法分析器.-Compiler theory. PL/0 language grammar specification is given, write PL/0 language lexical analysis program. Lexical analyzer.
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:1312
    • 提供者:qq
  1. PA

    0下载:
  2. 词法分析器,用于PASCAL词法分析的C语言代码-Lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-12-01
    • 文件大小:1033
    • 提供者:李潇
  1. cifafenxiqi

    0下载:
  2. 词法分析器,分析代码中的关键字符.简单,但是非常实用-Lexical analyzer, the key character in the analysis of the code is simple, but very useful
  3. 所属分类:Compiler program

    • 发布日期:2017-12-06
    • 文件大小:1706
    • 提供者:li
  1. myLex

    0下载:
  2. 自己写的Lex程序 能够生成词法分析器 代码结构清晰易懂-Lex write their own program to generate lexical analyzer code clear and understandable structure
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:9431055
    • 提供者:李瞬
  1. 1231231231

    0下载:
  2. Visual c++ 写的词法分析器能对语句和词进行分析-The lexical analyzer Visual c++ write statements and word analysis
  3. 所属分类:Console

    • 发布日期:2017-12-04
    • 文件大小:212693
    • 提供者:siler_ya
  1. word

    0下载:
  2. 用C实现了一个建议的类Pascal语言的词法分析器,实现从源程序中分离出各种单词的方法,进行分析。程序的输入与输出全是以文件的形式。-C implementation of a proposed class Pascal language lexical analyzer to achieve a variety of words from the source separation method for analysis. The input and output of the program
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:1579
    • 提供者:马倩
  1. ciffenxiqi

    0下载:
  2. 编译原理中的词法分析器,对于一段代码进行分析,对单词进行解释-Compiler theory lexical analyzer for a piece of code analysis, to explain the word
  3. 所属分类:Compiler program

    • 发布日期:2017-12-09
    • 文件大小:1454
    • 提供者:macalzheng
  1. scan

    0下载:
  2. //程序实现C语言词法分析器的设计 //用到的变量 // cch 放当前字符 // q 标志保留字(1:是 0:否) //StrToken 保留字列表 /*C语言中的保留字(32个) auto break case char const continue default do double else enum extern float for goto if int long register retu
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:1407
    • 提供者:王文波
  1. lex

    0下载:
  2. MFC上的词法分析器 简单易用,适合新手才学编译原理的孩子使用-MFC on the lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:4251529
    • 提供者:王勇
  1. LexicalAnalysis

    0下载:
  2. 简单的词法分析器实现,输入源代码,以#结束输入,打印相应内容。-Simple lexical analyzer to achieve, the input source code,# end of input, print the appropriate content.
  3. 所属分类:Compiler program

    • 发布日期:2017-12-09
    • 文件大小:888652
    • 提供者:林伟
  1. TextCluster

    0下载:
  2. 编译原理实验词法分析器C#,编译原理实验词法分析器C#-Compiler Principle Experiment lexical analyzer C# Compiler Principle Experiment lexical analyzer C#
  3. 所属分类:Compiler program

    • 发布日期:2017-11-12
    • 文件大小:518460
    • 提供者:贺海海
  1. animation

    0下载:
  2. .A Token is an occurence of a term from the text of a field. It consists of a term s text, the start and end offset of the term in the text of the field, and a type string. The start and end offsets permit applications to re-associate a token with it
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:1536
    • 提供者:nuxenmen
  1. lab02sc

    0下载:
  2. the code is of lexical analyzer.It is the first stage of compilation of code.It generates tokens of the source code.
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:374133
    • 提供者:@^@
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com