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

搜索资源列表

  1. token

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

    • 发布日期:2008-10-13
    • 文件大小:101430
    • 提供者:qq11420
  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-27
    • 文件大小:66440
    • 提供者:lst
  1. Tokenringalgo

    0下载:
  2. Token ring algorithm, using the concept of tokens to eliminate the problem of critical section ie preventing deadlock condition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1131
    • 提供者:dataminer
  1. token

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

    • 发布日期:2017-03-25
    • 文件大小:1610
    • 提供者: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
    • 文件大小:12716
    • 提供者:
  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
    • 文件大小:8646
    • 提供者:李小玲
  1. tokenring

    1下载:
  2. 关于令牌环的omnet++仿真,有仿真的所有文件,只需点击exe文件即可。-Token Ring on the omnet++ Simulation, simulation of all the files there, just click the exe files.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:499012
    • 提供者:zhongchun
  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
    • 文件大小:268613
    • 提供者:secret
  1. VCTOKEN

    0下载:
  2. token analys about VC language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:444784
    • 提供者:xuxu
  1. Smart_Card_Applications

    0下载:
  2. An Overview of Smart Card Security. The smart card, an intelligent token, is a credit card sized plastic card embedded with an integrated circuit chip. It provides not only memory capacity, but computational capability as well. The self-containm
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-03
    • 文件大小:1363008
    • 提供者:Nguyen Duong
  1. Struts1.xToken

    0下载:
  2. Java struts1.X token应用打包下载 Java struts1.X token应用打包下载-Java struts1.X token to download the application package application package Java struts1.X token to download Java struts1.X token to download the application package
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:371754
    • 提供者:oneself
  1. cifafenxiqi

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

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

    0下载:
  2. 定义C语言或其子集的单词并给出编号,根据给定的语言子集构造词法分析器,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常量、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值(遇到错误时可显示“Error”,然后跳过错误部分继续显示),要求输出以文件形式存放的Token串。-The definition of C language or a subset of the word and give numbers, according to a subset
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:5390
    • 提供者:xiaoding
  1. LexicalAnalyzer

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

    • 发布日期:2017-04-04
    • 文件大小:192617
    • 提供者:逍遥一心
  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
    • 文件大小:22542
    • 提供者:张龙
  1. Lexical_Analyzer

    0下载:
  2. Title: Lexical Analyzer -Parses forwards and backwards. -Scans forwards and backwards. -Get the delimiter that was found. -Get the offset at where the token was started. -Get the current offset of the parser. -Add any number of delimiters
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:63729
    • 提供者:SC
  1. CSAMSv01

    0下载:
  2. 这是基于飞思卡尔单片机MC13213上的完整的工程文件。用Codewarrior 6.1开发的基于ZIGBEE协议的巡检器。还应用了令牌环的算法。-This is based on Freescale' s MC13213 microcontroller complete project file. With Codewarrior 6.1 developed ZIGBEE protocol-based inspection device. Token Ring has also appl
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:380947
    • 提供者:陈涛
  1. Lab02_TokenRing

    0下载:
  2. A token ring network consists of a set of nodes connected in a ring. The ring is a single shared medium. The token ring technology involves a distributed algorithm that controls when each node is allowed to transmit. All nodes see all frames, and
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:524523
    • 提供者:vagazone
  1. token

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

    • 发布日期:2017-03-29
    • 文件大小:2115
    • 提供者:laoluo
  1. 百度OCR免token调用

    0下载:
  2. 百度OCR免token调用 有时间限制的。。(Baidu OCR free token call Time limited..)
  3. 所属分类:其他

« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com