虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Token

Token在计算机身份认证中是令牌(临时)的意思,在词法分析中是标记的意思。一般作为邀请、登录系统使用。
  • flex 词法分析器 识别Token单元

    flex 词法分析器 识别Token单元

    标签: Token flex 分析器 识别

    上传时间: 2013-12-20

    上传用户:manking0408

  • VHDL function for calculate USB Token CRC

    VHDL function for calculate USB Token CRC

    标签: calculate function Token VHDL

    上传时间: 2017-07-21

    上传用户:凌云御清风

  • An Overview of Smart Card Security. The smart card, an intelligent Token, is a credit card sized

    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-containment of smart card makes it resistant to attack as it does not need to depend upon potentially vulnerable external resources. Because of this characteristic, smart cards are often used in different applications which require strong security protection and authentication.

    标签: card intelligent Overview Security

    上传时间: 2017-09-25

    上传用户:busterman

  • ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngr

    ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. It currently recognizes TCP, UDP and ICMP across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces, and understands bpf filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop.

    标签: applying features network strives

    上传时间: 2014-01-15

    上传用户:bcjtao

  • 本程序为用VC开发的词法分析程序

    本程序为用VC开发的词法分析程序,它实现了生成Token串,词法分析阶段的错误检查,即填写符号表

    标签: 程序

    上传时间: 2015-03-20

    上传用户:wpwpwlxwlx

  • 这是一个simple语言词法分析程序

    这是一个simple语言词法分析程序,程序有点问题,就是Token.txt和symble.txt两个文件不能写入数据.你能告诉我吗?qq:23318796

    标签: simple 语言 程序

    上传时间: 2014-10-10

    上传用户:梧桐

  • 这是一个词法分析器

    这是一个词法分析器,、实验内容: 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。

    标签: 分析器

    上传时间: 2015-03-24

    上传用户:fhzm5658

  • 一个子集的词法分析器。输入程序

    一个子集的词法分析器。输入程序,输出Token串各符号表,并存入文件。

    标签: 分析器 输入 程序

    上传时间: 2014-12-21

    上传用户:songnanhua

  • 一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号

    一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(Token) 二、 实验要求 要求实现编译器的以下功能:  组织源程序的输入  按规则拼写单词,并转换成二元形式  删除空格及无用符号(如回车符,字符常数的引号符等)  发现并定位错误  建立单词表、符号表、常数表等文件 三、 实现方法 数据结构 1、 输入 S语言源程序,为文本文件 2、 输出 词法分析程序的运行结果是:产生一个单词序列文件(Token文件)和一个常数表、一个符号表文件,并输出错误信息。 (1) Token文件结构 Token文件用于存放从S语言源程序中扫描出来的一个个单词符号的机内表示,其文件结构如下: typedef struct Token { nt label char name[30] int code int addr }Token 说明:  label:单词序号;  name[30]:单词本身;  code:单词的编辑;  addr:地址,单词本身保留字时值为-1,为标识符成常数时为大于0常数,即该标识符成常数在符号表中的入口地址。

    标签: 语言 实验 编译

    上传时间: 2015-04-29

    上传用户:refent

  • 他是语义分析的前端

    他是语义分析的前端,example是分析的程序实例,Token中放置的是Token字。既有词法分析又有语法分析。

    标签:

    上传时间: 2013-12-04

    上传用户:xuanchangri