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

搜索资源列表

  1. 编译原理课程设计报告书

    1下载:
  2. 词法分析中2.实验内容 SAMPLE语言语法分析部分的实现。 输入:词法分析后得到的token.txt文件. 输出:程序中的语法错误的所在的行和列,出错原因. 功能:读入词法分析后得到的TOKEN串,识别不同的语法范畴,并识别其中的 语法错误,同时显示错误所在行,列和错误的原因. -2. SAMPLE experiment as part of language syntax analysis of the achievement. Input : lexical ana
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:99.65kb
    • 提供者:爽爽
  1. S语言词法分析程序

    0下载:
  2. 一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token) 二、 实验要求 要求实现编译器的以下功能:  组织源程序的输入  按规则拼写单词,并转换成二元形式  删除空格及无用符号(如回车符,字符常数的引号符等)  发现并定位错误  建立单词表、符号表、常数表等文件 三、 实现方法 数据结构 1、
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:75.96kb
    • 提供者:范鹏
  1. byylscanner

    0下载:
  2. 此为编译原理的词法分析部分,包括源程序的录入,token,错误,符号表的输出及保存,作的不是太好-this principle to build the lexical analysis, including the source of input, token, the erroneous, Symbol Table output and storage, is not very good for!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:59.53kb
    • 提供者:闫相通
  1. complior

    0下载:
  2. 编译器词法分析 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。 -compiler is a lexical analysis. Automatic design of the scanner; 2. Design translation, the Token generation algor
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5.3kb
    • 提供者:送水的
  1. SLRbyHune

    0下载:
  2. 用SLR分析法实现的语法分析,先用初版.exe生成符号表和token字,然后进行分析,action表程序自动生成-SLR analysis method used to achieve the syntax analysis, use the first edition. Exe Generation symbol table and token characters, Then the analysis, action automatically generated table
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:79.05kb
    • 提供者:胡恩
  1. token

    0下载:
  2. 编译器中的词法分析部分,实现了简单的token串的翻译
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:99.05kb
    • 提供者:qq11420
  1. token

    0下载:
  2. 一个简单的编译原理的实验——识别标识符与常数-Compilation Principle of a simple experiment- identification identifier with the constant
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:1.57kb
    • 提供者:liangye
  1. lab1

    0下载:
  2. c-词法分析(Lex自动生成) 能自动生成c-语言程序的token序列-c-lexical analysis (Lex automatically generated) can be automatically generated c-language program of the token sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:12.42kb
    • 提供者:
  1. cifafenxi

    0下载:
  2. 编译原理--词法分析 功能: 输入:所给文法的源程序字符串 输出:二元组(syn,token或sum)构成的序列-Compilation Principle- lexical analysis functions: Input: the grammar of the source code to the output string: Binary Group (syn, token or sum) constitute a sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:8.44kb
    • 提供者:李小玲
  1. Lex

    0下载:
  2. 基于C++的编译器词法分析模块生成器[Lex],可使用Visual C++ 2003编译,分析词法定义文件,产生确定自动机[DFA]和对应词法的分析代码,使用此代码可解析C++源码并生成TOKEN序列-Based on C++ compiler lexical analysis module generator [Lex], can use the Visual C++ 2003 to compile, analyze lexical definition file, generated to
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:262.32kb
    • 提供者:secret
  1. cifafenxiqi

    0下载:
  2. 实现一个词法分析器,词法分析程序的主要任务是从左到右扫描每行源程序,拼成单词,换成统一的内部表示 (token)输出,送给语法分析器。具体包括: –组织源程序的输入; –按规则拼单词,并转换成二元形式; –滤掉空白符,跳过注释、换行符及一些无用的符号(如字符常数的引号) (实验一已完成); –进行行列计数,用于指出出错的行列号,并复制出错部分; –列表打印源程序; –发现并定位词法错误; –生成符号表。token 文件和符号表用作语法分析的输入部分。
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:28.18kb
    • 提供者:何娜
  1. LexicalAnalyzer

    0下载:
  2. 词法分析器,源代码用文件输入,TOKEN序列文件输出-Lexical analyzer,the source code to use file input,TOKEN sequence file output
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:188.1kb
    • 提供者:逍遥一心
  1. Scanner

    0下载:
  2. 手工完成C语言编写的C-词法分析器,列出源代码以及提取出的token串-Manually written in C language C-lexical analyzer, listing the source code, and extract the token string
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:22.01kb
    • 提供者:张龙
  1. LexicalAnalysis

    0下载:
  2. 词法分析源码:从左到右扫描每行该语言源程序的符号,拼成单词,换成统一的内部表示(token),送给语法分析程序。-Lexical analysis Source: from left to right scan every line in the source language of symbols, spell the word, and replaced with a unified internal representation (token), sent to the parser.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1.36kb
    • 提供者:zhangxueli
  1. token

    0下载:
  2. 词法分析程序的功能 输入:源程序 输出:二元组(词法记号,属性值/其在符号表中的位置)构成的序列。 例如:对源程序 x:=5 if (x>0) then x:=2*x+1/3 else x:=2/x # 经词法分析后输出如下序列: (10,’x’)(18, :=) (11,5) (26, ) (2, if ) (27,( )-Function of lexical analysis program input: source output: pair (lex
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:3.21kb
    • 提供者:
  1. word

    0下载:
  2. 词法分析器 token代码 流程图 实验结果-词法分析器
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:65.11kb
    • 提供者:zhangxia
  1. token

    0下载:
  2. 简单词法分析 从文件中读取要编译的文件 输出结果到输出文件中,程序中的输入输出文件需要更改名后方可使用-token
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:2.07kb
    • 提供者:laoluo
  1. token

    0下载:
  2. 词法分析是编译器中的重要部分,为方便以后的语法分析以及予以分析,用于编译器中的词法分析-compiler for token analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:2.69kb
    • 提供者:张文敏
  1. token

    0下载:
  2. Token Getter with C.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2.46kb
    • 提供者:Jaeseong
  1. token

    0下载:
  2. 识别一段代码中的token,能够分辨出Identifier,Symbol,number和关键字-A code identifying the token
  3. 所属分类:Compiler program

    • 发布日期:2017-03-21
    • 文件大小:913.2kb
    • 提供者:周宇航
« 12 3 4 5 »
搜珍网 www.dssz.com