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

搜索资源列表

  1. P2Pliaotian

    0下载:
  2. 客户端得到登录令牌之后.就会向服务器发送一个包含登录信息的登录请求.要求登录.服务顺会首先看看客户端的号码-After the client receive login token. Will be sent to the server log that contains login information request. Require a login. Service along the client will first look at the numbers
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:40215
    • 提供者:王海舰
  1. memento

    0下载:
  2. 备忘录(Memento)模式又称标记(Token)模式。GOF给备忘录模式的定义为:在不破坏封装性的前提下,捕获一个对象的内部状态,并在该对象之外保存这个状态。这样以后就可将该对象恢复到原先保存的状态。-Memorandum of Understanding (Memento) mode, also known as tags (Token) mode. GOF to the memo mode is defined as: not undermine the premise of encaps
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2788009
    • 提供者:马庆
  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
    • 文件大小:2862
    • 提供者:windia
  1. LexicalAnalyzer

    1下载:
  2. 手工构造一个能够识别C语言的所有典型单词,如:标识符、数字、运算符,和if、while等保留字的确定有限自动机,并写出对应该自动机的程序;然后以一个简化的C语言程序为输入文件,通过所设计的基于上述自动机的词法分析程序获得输入文件中的各个单词及其内码对照表,并以文件形式保存结果(也就是TOKEN序列)。 将自己定义的各个正则表达式转化为NFA,然后将其综合为NFA ,再将NFA 转化为DFA,再将DFA转化为最少状态的DFA ,最后由DFA 转化为词法分析程序。-Manually constr
  3. 所属分类:Compiler program

    • 发布日期:2015-10-10
    • 文件大小:337795
    • 提供者:罗丹
  1. cifafenxi

    0下载:
  2. c—语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。内附实验报告。-c-language lexical analyzer. A C- language program is divided into token strings of sequence. Treatment C- language of all token types. Containing the test report.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:49937
    • 提供者:蓝旺隆
  1. meter_bucket_renew

    0下载:
  2. 实现一个简单的令牌桶算法(按照固定速率向桶中放钱。 传送信息包要按照大小花钱买。 钱够了就送出 钱不够就要等候储蓄 )-Implement a simple token bucket algorithm (Putting the money into the bucket at a fixed rate and pay the price according to the information size which you need to send. The informati
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:1486
    • 提供者:Mintsiang
  1. HowEasy

    0下载:
  2. 还是topcoder的一个问题,HowEasy编写的,用JAVA实现- Problem Statement         ***Note: Please keep programs under 7000 characters in length. Thank you Class Name: HowEasy Method Name: pointVal Parameters: String Returns: int
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:670
    • 提供者:姜水烈山
  1. Lex-parser

    0下载:
  2. 用parser generator(windows下的Lex)编写的词法分析器,可以导入文件,查看符号表,token,错误信息,还可以保存这些信息。-With a parser generator (windows, under the Lex) prepared by the lexical analyzer, you can import the file, view the symbol table, token, an error message, you can also save t
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:249103
    • 提供者:Doom
  1. token

    0下载:
  2. 这是个小的词法分析程序,能判断C/C++的申明语句。参考了<<C专家编程>>的源码。-This is a small lexical analyzer can determine C/C++ to declare statements. Reference to the <<C专家编程>> The source.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1320
    • 提供者:zhangjun
  1. seatune_Excel_Formula_Parser

    0下载:
  2. 该程序把Excel公式分解为Token序列。目前已有人翻译成C#和Python。 本人现在将其改为Delphi,程序中用到TRegExpr单元用于正则表达式分析。希望有高手将其进一步将其扩展,加入优先级功能,使其功能更加完整。-The program is divided into the Excel formula Token sequence. Has been translated into C# and Python. I will now change it to Delph
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:288013
    • 提供者:kingenhn
  1. dis_pkt9

    0下载:
  2. It provides an Ethernet or a Token Ring Packet Driver interface to programs built to operate over Packet Drivers. It talks to NDIS (3Com/Microsoft) instead of to a lan board directly. It shares the board with NDIS users. We call this a "shim",
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:32264
    • 提供者:Anton
  1. Radix_Sort

    0下载:
  2. A Radix-sort implemantation using counting-sort...requires token.h library
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:41215
    • 提供者:Sergio Ortiga
  1. lecture4.pdf.tar

    0下载:
  2. Multi-access communication transmission protocol lecture four in Computer networks. Author: Guevara Noubir. Course: COM3510 Outline: Pure and slotted Aloha and its mathematical analysis, performance, stability etc. Other MAC protocols: CSMA
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:301626
    • 提供者:aloha aloha
  1. LCXCompiler

    0下载:
  2. Java实现的词法分析程序,可以输入或直接打开一个Java语言源程序,返回token表和符号表-Java implementation of the lexical analysis program that can import or open a Java language source code directly, the return token table and symbol table
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:163355
    • 提供者:chenxin
  1. Lexical_01

    0下载:
  2. 这是一个简单编译器中的词法分析过程,主要是给出字符串,输出token的类型-This is a simple compiler lexical analysis process is mainly given string, the type of the output token
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:727492
    • 提供者:jiangli
  1. Security

    0下载:
  2. 微软安全应用模块V5.0 安全机制的建立:令牌、缓存、认证规则等 VS2010-Microsoft Security Application Module V5.0 establishment of security mechanisms: token, caching, authentication rules VS2010
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:37148
    • 提供者:徐驸骅
  1. game

    0下载:
  2. A very interesting game to play amongst two players....Requires a lot of logic-Steps to follow -Execute game.m -hit start button -play and enjoy:) Rules to play -In their respective turns,each player will chose a cell to drop ur tok
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3503
    • 提供者:DT丿灬雪狼
  1. rfc5105.txt

    0下载:
  2. An ENUM domain name is tightly coupled with the underlying E.164 number. The process of verifying whether the Registrant of an ENUM domain name is identical to the Assignee of the corresponding E.164 number is commonly called "validation". This
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:17276
    • 提供者:歪歪
  1. nrs00968

    0下载:
  2. NRS009-6-8 Standard transfer specification/disposable magnetic token technology
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:99285
    • 提供者:Satrya
  1. UsingCancellationinNET4

    0下载:
  2. This article describes various scenarios of using cancelation token in LINQ - new feature of .NET 4.0
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1030045
    • 提供者:mijay
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »
搜珍网 www.dssz.com