CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - TOKEN

搜索资源列表

  1. lex

    0下载:
  2. 实现c--语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。-The realization of c- the language of the lexical analyzer. A C- language program is separated into token strings sequence. To deal with C- the language of all the token types.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:66440
    • 提供者:lst
  1. word

    0下载:
  2. 使用C语言开发的一个简单的词法分析器。矩阵。最后生成token串。-Developed using C language with a simple lexical analyzer. Matrix. Last generated token string.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:64705
    • 提供者:zhangqida
  1. cifa

    0下载:
  2. 计算器词法分析器,根据输入输出token串并写入文件-a project for phrase analyse
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-03-30
    • 文件大小:17542
    • 提供者:土豆
  1. cifa

    0下载:
  2. 是将输入的源程序进行划分,给出基本符号(token)的序列,并掠过注解和空格等分隔符号。基本符号是与输入的语言定义的词法所规定的终结符。 本实验要求学生编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行 -Is the input source program division, and gives the basic
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:1826
    • 提供者:chenxia
  1. MyCMM

    0下载:
  2. 实现简单的解释器,可进行一般的程序解释执行。token完整,tokentype齐全。-Simple explanation, can explain the implementation of the general program. the token complete, tokentype.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:173122
    • 提供者:Sinic
  1. lexical-analyzer

    0下载:
  2. 简单的词法分析器 生成token串和符号表 内附测试文档-Simple lexical generated by the parser the token strings and symbols table enclosing the test document
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:21203
    • 提供者:宋尚真
  1. cifafenxi

    0下载:
  2. 输入:所给文法的源程序字符串 输出:二元组(syn, token或sum)构成的序列。 syn为单词种别码;       token为存放的单词自身字符串; sum为整形常数。 例如:对源程序begin x:=9 if x>0 then x:=2*x+1/3 end# 经词法分析后输出如下序列:(1,begin)(10,’x’) (18,:=) (11,9) (26, ) (2,if)-failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:150296
    • 提供者:feng
  1. code

    0下载:
  2. 对于任意给定的输入串(词法记号流)进行语法分析,递归下降方法和非递归预测分析方法可以任选其一来实现。-For any given input string (lexical token stream) parsing, recursive descent methods and non-recursive predictive analysis method can either be achieved.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:533
    • 提供者:尹晴岚
  1. Lexical-analyzer

    0下载:
  2. 词法分析器,编译第一步,将输入转化为对应标记流-Lexical analyzer, the compiler first step, the input converted to the corresponding token stream
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:1047
    • 提供者:朔和
  1. Cminus

    1下载:
  2. Cminus语言的词法分析器 将文件中的程序中的token一一识别出来并显示出这是什么含义的token-Cminus language lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:794162
    • 提供者:苹果
  1. complieTest1

    0下载:
  2. 编译原理课程写的词法分析程序。该词法分析程序能够读取测试输入文件中的源程序,并将其词法分析的结果即token序列或词法分析错误信息输出到tokenOut.txt中-Compiler theory lexical analysis program written procedures. The lexical analysis program that can read the test input file of the source, and lexical analysis of the r
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:998
    • 提供者:程浩
  1. yufa

    1下载:
  2. 语法分析程序的输入文件为语法分析产生的token串,并在文件最后一列加上了一个#号,代表语法归约结束,程序采用的是递归子程序的方法,如果归约成功会输出Success,如果归约失败,会返回归约到token串的哪个元素出现错误,已经相应的未归约成功的文法产生式是哪条-Parser to parse the input file generated token string, and the last one in the file plus a# sign, on behalf of the end
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:6375818
    • 提供者:mutian
  1. project

    0下载:
  2. 词法分析器,接收源程序,得到该程序的token串-Simple design of a simple language compiler, we realize that the symbol table design, the design of lexical analysis, syntax analysis and semantic analysis of the design, and ultimately produce quaternion type. Lexical analys
  3. 所属分类:Compiler program

    • 发布日期:2017-12-09
    • 文件大小:528487
    • 提供者:mutian
  1. token

    0下载:
  2. 编译原理词法分析器,可以把源程序分析成标识符-Parser compiler theory, you can analyze the source identifier
  3. 所属分类:Compiler program

    • 发布日期:2017-11-30
    • 文件大小:250006
    • 提供者:xwz
  1. token

    0下载:
  2. 简单的VC编写的词法分析器,纯C实现,可以做简答的学习使用-VC prepared a simple lexical analyzer, pure C implementation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:3481
    • 提供者:luodi
  1. Compile

    0下载:
  2. 词法分析器 有词法分析 可实现符号表 token表等-Lexical analyzer lexical analysis. . Symbol table token table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:32612
    • 提供者:曾巍
  1. 111250093

    0下载:
  2. MyLex: 把自己定义的语言(以C为蓝本)转化成为Token序列, 需要配合MyYacc使用.-MyLex: transfers a user-defined language, which is according to C in example, to a token sequence. To use this program, you should also have MyYacc.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:411469
    • 提供者:林康
  1. Compile

    0下载:
  2. 用java实现的此法分析器,对一段程序,能够分出一个一个token,比如token_if、token_else、token_for等-This method is implemented using java parser for a program that can separate the one a token, such as token_if, token_else, token_for etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:12083
    • 提供者:
  1. BUCT

    0下载:
  2. 编译原理课程设计报告,里面是基础的词法分析给出token序列,北化学子小学期课设必备-Compilation principle course design report, which is given token sequence analysis based on lexical, North Primary School Students during classes for essential
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:43198
    • 提供者:魏佳俊
  1. firebase-token-generator-dotNet-master

    0下载:
  2. lexical analyzer download
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:48992
    • 提供者:emirdeed
« 12 »
搜珍网 www.dssz.com