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

搜索资源列表

  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. S_Scanner

    1下载:
  2. 完整的S语言词法分析器, 包含文件说明: parser.cpp 词法分析C++源码 Scanner.exe 词法分析程序 key.txt 是关键字表 s.txt 测试源码表 程序运行生成: symble.txt 符号表 token.txt 单词表
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:20.63kb
    • 提供者:李宁
  1. 词法

    0下载:
  2. 这是一个词法分析器,、实验内容: 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。-This a lexical analyzer, and the contents : 1. The design of automatic scanner machine; 2. Design translation, the Token
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5.66kb
    • 提供者:石青
  1. wordAnalyse

    0下载:
  2. 实现一个扫描器(词法分析程序)输入——源程序文件或源程序字符串,输出——相应的Token序列,关键字表和界符表及符号表和常数表 -The realization of a scanner (lexical analysis program) input- source file or source code string, the output- the corresponding Token sequence, keyword table and sector address table
  3. 所属分类:Scanner

  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. cifafenxiqi

    0下载:
  2. 词法分析的主要任务是:从左到右逐个字符地扫描源程序,产生一个个单词(Token),同时检查源程序中的词法错误。执行词法分析的程序称为词法分析程序或扫描程序(Scanner)。-The main task of lexical analysis: one by one character to scan from left to right source to generate a one word (Token), also check the source of lexical errors.
  3. 所属分类:Compiler program

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

    0下载:
  2. 根据高级语言的词法定义,对于给定的源程序进行词法分析,生成单词序列(TOKEN字序列)-According to the lexical definition of high-level language, for a given source code for lexical analysis, generates the word sequence (TOKEN word sequence)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2.57kb
    • 提供者:顾责源
  1. Expression-Parser(Scanner)-compiler

    0下载:
  2. the purpose of this program is to parse expressions from an input file and display token type and value in an output file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1.66kb
    • 提供者:majid
  1. bysy

    0下载:
  2. 词法分析的主要任务是:从左到右逐个字符地扫描源程序,产生一个个单词(Token),同时检查源程序中的词法错误。执行词法分析的程序称为词法分析程序或扫描程序(Scanner)。-Lexical analysis of the main tasks are: to scan source code character by character from left to right, resulting in one word (Token), also check the source of lex
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:11.65kb
    • 提供者:第三方
  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
    • 文件大小:194.86kb
    • 提供者:amosyan
  1. lexical-analyzer

    1下载:
  2. 编译原理实验报告 实验一:词法分析器 实验目的: 实现TINY+语言的词法分析程序(扫描程序) 实验内容: 1、词法分析器输入输出 扫描程序的输入是源代码文件,输出是token串。 2、需要遵循“最长串匹配原则”,如匹配字符串‘:=’ 为赋值操作符,而不是冒号和等号两个操作符。 Token 以键值对 (Kind, Value)的形式表示。下面的符号表示不同的token类别(即Kind的取值) KEY 表示保留字 SYM 表示特殊符号 ID 表示标识符
  3. 所属分类:Windows Kernel

    • 发布日期:2016-05-08
    • 文件大小:2.59mb
    • 提供者:alfred artorius
  1. regex_compiler

    0下载:
  2. Token types returned the scanner. -Token types returned the scanner.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.03kb
    • 提供者:wwvznen
  1. lexi

    0下载:
  2. Here we have the token scanner for indent. It scans off one token and puts it in the global variable token . It returns a code, indicating the type of token scanned. -Here we have the token scanner for indent. It scans off one token and puts it in
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.43kb
    • 提供者:siufinghao
  1. lab1(2)

    0下载:
  2. The main job of the scanner is to identify and return the next token. The value to be returned includes: the token "name" (e.g., INTLITERAL). Token names are defined in the file sym.java the line number in the input file on which the toke
  3. 所属分类:Java编程

    • 发布日期:2017-12-16
    • 文件大小:13kb
    • 提供者:旋子酱
  1. 词法分析

    1下载:
  2. 词法分析(英语:lexical analysis)是计算机科学中将字符序列转换为单词(Token)序列的过程。进行词法分析的程序或者函数叫作词法分析器(Lexical analyzer,简称Lexer),也叫扫描器(Scanner)。(Lexical analysis is the process of converting character sequence into token sequence in computer science. The program or function fo
  3. 所属分类:编译器/解释器

    • 发布日期:2020-12-09
    • 文件大小:1kb
    • 提供者:ffffffx
搜珍网 www.dssz.com