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

搜索资源列表

  1. Lexical-analyzer

    0下载:
  2. 词法分析器,简单的词法分析就那样了还有啥好说的-Lexical analyzer, simple lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:909
    • 提供者:钟云
  1. Lexical-analyzer

    0下载:
  2. 词法分析器,主要是用于编译器词法方面的分析,是编译原理课程里面重要的一个代码程序-Lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1238882
    • 提供者:方飞
  1. Lexical

    0下载:
  2. 编译原理词法分析器,输入是txt或是cpp文件,输出在out.cpp文件中,是词法分析器结果,其中数字代表属性,后面代表具体字符标识,“属性说明.txt”文件说明了具体数字代表的属性-Compiler theory lexical analyzer input is a txt or cpp file, the output file in out.cpp is a lexical analyzer results, including figures represent property re
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:577907
    • 提供者:yangyangyang
  1. lexical

    0下载:
  2. 编译原理-词法分析,有三类子串:a,每个1右边都有一个0直接跟着;b:至少包含两个1,任意2个1之间包含偶数个0;c:不包含连续的子串100!输入一串字符,判断该串是哪一类别-Compiler theory- lexical analysis, there are three sub-string: a, each one on the right has a 0 followed immediately b: at least two one, between any two 1 conta
  3. 所属分类:Compiler program

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

    0下载:
  2. 这是一个简单的词法分析器。 能对具有简单语法的编程语言进行词法分析。-This is a simple lexical analyzer. Able to have a simple programming language syntax for lexical analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:379008
    • 提供者:刘洁
  1. lexical-analysis-procedures

    0下载:
  2. 用flex工具生成一个PL/0语言的词法分析程序,对PL/0语言的源程序进行扫描,识别出单词符号的类别,统计输出各种符号的信息。-Generation tool with a flex PL/0 language lexical analysis procedures, PL/0 language source scan, identify the word symbols category, statistical output of various symbolic information.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:607202
    • 提供者:mxj0628
  1. lexical-analyzer

    0下载:
  2. 词法分析器。将c语言源程序输入,输出单词符号,包括关键字、标识符、常数、运算符、界符。-lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:218987
    • 提供者:杨杨
  1. lexical-analyzer

    0下载:
  2. 编译原理 词法分析器 编译原理课程实验环节中必不可少的程序代码-Compiler theory lexical analyzer compiler course experiment indispensable part of the program code
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5639071
    • 提供者:张凡
  1. lexical-analysis

    0下载:
  2. program for lexical analysis on lex
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:592
    • 提供者:nidhi
  1. CPP-lexical-analyzer

    0下载:
  2. 词法分析器功能的输入源,按照构词规则成一系列字的符号。Word是一个独立意义的语言,包括关键字,标识符,运算符,行业经营者和常量等的最小单位-Lexical analyzer function input source, in accordance with the rules of word formation into a series of word symbols. Word is the smallest unit of an independent meaning language,
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1506486
    • 提供者:飞扬
  1. Compiler-theory-lexical-analyzer

    0下载:
  2. 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。 -Design prepared by commissioning a specific lexical analysis program to deepen the underst
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:347420
    • 提供者:zhao
  1. lexical

    0下载:
  2. 哈工大词法分析,hello1.c是要进行分析的那个c的代码-HIT lexical analysis, hello1.c is to analyze the code that c
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:35538
    • 提供者:刘小年
  1. lexical-analysis

    0下载:
  2. 这个程序是关于编译原理词法分析的程序。可以进行文件操作,对txt文件的内容进行词法分析,然后将分析结果写入另一个txt文件中。-This program is about compiler theory lexical analysis procedures. File operations can be performed on the contents of txt file for lexical analysis, and the analysis results into anothe
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:199612
    • 提供者:余啸坤
  1. Compiler-lexical-analyzer

    0下载:
  2. 编译原理词法分析器,对编译器中的关键字进行分类识别,以及去掉各种注释-Compiler lexical analyzer,classify the build-in key words of compiler,and remove the comments
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:62718
    • 提供者:lixiaobo
  1. lexical-_analysis

    0下载:
  2. 编译原理课程作业:c++实现的c语言的简单词法分析器,可视化界面,可任意选择源码文件,对其进行简单词法分析。-Compiler theory course work: c++ implementation of a simple lexical analyzer c language, visual interface, you can choose source code file, its simple lexical analysis.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1606915
    • 提供者:曾靖
  1. Lexical-analyzer

    0下载:
  2. 编译原理实验-词法分析器-Compiler principle experiment- lexical analyzer. . . . . . . . . . . . . . . .
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1154957
    • 提供者:坑师傅
  1. Lexical-Scanner

    1下载:
  2. C#词法分析器 Lexical Scanner 能够实现输入的字符串按照词法切成小片段token 比方说 输入1+2+for 就会得到 1 digit + operator 2 digit + operator for reserved Word-This scanner was developed in Microsoft visual C# 2010 Express platform, which can only lexical analysis about the input phras
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:199532
    • 提供者:amosyan
  1. Lexical-analyzer

    0下载:
  2. 词法分析器,用于编译原理分析重点字及分隔符-Lexical analyzer, for compilation principle analysis of the key words and separator
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2121431
    • 提供者:青心
  1. Lexical-and-grammar-analyzer

    0下载:
  2. 实现词法分析生成二元式,并通过语法分析生成变量名表,报告错误类型与位置-Realize of lexical analysis generated binary type, and through the syntax analysis to generate variable watches, report an error type and location
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2347144
    • 提供者:陈桥
  1. The-lexical-analyzer-

    0下载:
  2. 词法分析器 功能完善 包括 标示符 界符 运算符 各种类型变量等 代码简单易懂 有注释-The lexical analyzer Perfect function
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:22551
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com