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

搜索资源列表

  1. lex

    0下载:
  2. 用C语言实现了简单的词法分析功能,用户输入任意字符串,程序输出经分析后的token序列-Using C language to achieve a simple lexical analysis function, the user to enter arbitrary strings, the program output by the analysis of the token sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:10716
    • 提供者:sdfe
  1. dispatcher

    0下载:
  2. A dispatcher system using leaky bucket architecture. The code was written for HC12, HCS08, and compiled using codewarrior for HCS08
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:3244
    • 提供者:
  1. HisUpdate

    0下载:
  2. VB.NET三连棋儿童游戏,两人轮流在一有九格方盘上划叉号或圆圈, 谁先把三个同一记号排成横线、直线、斜线, 即是胜者,有点冒险的味道,还没有找出游戏规律,一般小学生喜欢玩。用VB.NET写这个主要是锻炼一下VB.NET的编写水平,为初学者提供参考。-VB.NET triple chess games for children, they take turns in a number of the nine grid square plate marked with a cross or cir
  3. 所属分类:Chess Poker games

    • 发布日期:2017-12-10
    • 文件大小:120261
    • 提供者:yang xianwei
  1. rhstr

    0下载:
  2. String hanlding library. Functions for crypto, token etc
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:257308
    • 提供者:Eyder
  1. token=a7e89e78ff568b42fd2a07b81146de5f

    0下载:
  2. 摄像头控制鼠标 其实这个程序只是好玩而已,没有什么应用价值。 首先是它无法替代鼠标,只能表示轨迹,无法完成按键操作。 其次是精确度与灵敏度都不够,这点倒是和我的代码有关。 其实上次在杂志上看的要比这复杂,经过了色阶、阈值、二值化之类的变换才得到最终的信息,而我的程序中只有二值化。 另外,实验条件也不同,那个是用一张纸做背景,把摄像头装到一个盒子里,利用上方透射的光和手指的阴影,只要有足够的光照就可以,而我的程序就只能依靠黑暗背景了,晚上关了灯还差不多。
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-24
    • 文件大小:12342
    • 提供者:wyh
  1. my

    0下载:
  2. flex 词法分析器 识别token单元-syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2170
    • 提供者:hy
  1. SemanticAnalyse

    0下载:
  2. 编译原理词法分析源码,将一段程序代码,分析成一个有序token序列 -Principles of lexical analysis to compile source code, will be a section of program code, analysis as a token in an orderly sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:173449
    • 提供者:陈树佳
  1. LexicalAnalysis

    0下载:
  2. 设计、编制并调试一个词法分析程序 输入所给文法的源程序字符串 输出二元组(syn,token或sum)构成的序列-Design, preparation and testing procedures for the importation of a lexical analysis of the grammar of the source string to the output of the dual group (syn, token or sum) of the sequence
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:982
    • 提供者:yanglingfei
  1. Runexe

    0下载:
  2. 一个如何继承 系统 进程权限创建新的进程的,由于系统的部分核心的进程,不能够直接的拿到继承下来的token,所以需要修改源近程的安全描述符、acl 、ace等信息; 备注:从codeproject中学习的-How the succession process of a system permissions to create a new process, as part of the core system, the process can not be obtained directly
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:61543
    • 提供者:wangyi
  1. C_Minus_analyzer

    0下载:
  2. C_Minus词法分析器,输出token序列-C_Minus lexical analyzer, the output token sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:16192
    • 提供者:沈志远
  1. Lex

    1下载:
  2. 词法分析程序(完整) 实现对C语言的词法分析,自动生成Token,识别关键字 变量等-Lexical analysis program (complete) on the C language realization of the lexical analysis, automatic generation of Token, identify variables, such as keywords
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:338833
    • 提供者:Nancy
  1. IntroductiontoLANProtocols

    0下载:
  2. Introduction to LAN Protocols This chapter introduces the various media-access methods, transmission methods, topologies, and devices used in a local-area network (LAN). Topics addressed focus on the methods and devices used in Ethernet/IEEE 80
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:110479
    • 提供者:Pankaj Joshi
  1. lexer

    0下载:
  2. Lexer program Make Token Read file in parameters and output tokens-Lexer program Make Token Read file in parameters and output tokens
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:23983
    • 提供者:Ayyoub Eiri
  1. cifafenciqi

    0下载:
  2. 用c++手工编程实现才c-语法分析器,能够读取存储在input.txt中的c-源程序,并将其刺法分析的结果即Token序列输出到out.txt中,以便检查此法分析的正确性-Using c++ manual programming only c-grammar parser that can read in the input.txt is stored in the c-source code, and analysis of the results of thorns that the Tok
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:49128
    • 提供者:邱苗
  1. S3_SW

    0下载:
  2. 这个程序是用来测试拨码开关与按键开关的, 当按下按键开关时,相应的led会点亮, 同理打开拨码开关相应的led也会点亮-This procedure is used to test switch DIP switch and button, when pressing the button switch, the corresponding led will light up, open the same token the corresponding DIP switch led wi
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:188386
    • 提供者:刘飞
  1. cifa

    0下载:
  2. 词法分析程序。读入一段程序代码,通过词法分析程序将其转化为token串。是编译原理的重要一步。-Lexical analysis program. Read a section of program code, through lexical analysis procedure to string into a token. The principle is an important step in the compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:2572
    • 提供者:周周
  1. LEX

    0下载:
  2. 编译原理的一个词法分析器。很实用。很简单。易懂-Compilation Principle of a lexical analyzer. Very practical. Is very simple. Understand
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:36775
    • 提供者:小赵
  1. usb_crc5

    0下载:
  2. CRC5 bit checker for USB token packet.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:781
    • 提供者:afroz
  1. ngrep-1.45-win32-bin

    0下载:
  2. 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 curre
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:108757
    • 提供者:cascadas
  1. XBOXRumble

    0下载:
  2. 这是一个可以使微软xbox手柄在PC上具有振动功能的驱动程序,所以比须先安装XBOXPadDriver.rar后再安装此程序,同样,该程序的编译环境是WINDDK。-This is a Microsoft xbox can handle in the PC with a vibration function on the driver, so after than before the installation to install this program XBOXPadDriver.rar
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:27584
    • 提供者:RaymondHuang
« 1 2 3 4 5 6 78 9 10 11 12 ... 26 »
搜珍网 www.dssz.com