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

搜索资源列表

  1. S语言词法分析

    0下载:
  2. 这是一个simple语言词法分析程序,程序有点问题,就是token.txt和symble.txt两个文件不能写入数据.你能告诉我吗?qq:23318796-This is a simple language lexical analysis procedure is a problem, and is token.txt symble.txt two documents can not write data. Can you tell me? Qq : 23318796
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10850
    • 提供者:姚翊
  1. 程序的词法分析

    0下载:
  2. 对简单的C程序或者Pascal程序进行词法分析以TOKEN字的形式放入结果文件-of simple C program or Pascal procedures lexical analysis in the form of the word TOKEN Add outcome document
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8589
    • 提供者:杨鼎新
  1. 词法

    0下载:
  2. 这是一个词法分析器,、实验内容: 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。-This a lexical analyzer, and the contents : 1. The design of automatic scanner machine; 2. Design translation, the Token
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5794
    • 提供者:石青
  1. scanner_pre

    0下载:
  2. 一个子集的词法分析器。输入程序,输出TOKEN串各符号表,并存入文件。-A accidence analyzer of subset. which can inpute TOKEN cluster and save if you inpute program
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:929303
    • 提供者:泉台
  1. 词法分析程序(编译原理)

    2下载:
  2. 用C语言写的词法分析程序 #include "stdio.h" #include"string.h" #include "stdlib.h" FILE *fp; char filename[20]; char token[100]; int m=0; char getch() { char ch; ch=fgetc(fp); return ch; } char getbc
  3. 所属分类:其它源码

    • 发布日期:2009-04-29
    • 文件大小:1218
    • 提供者:zhimoai
  1. TINY

    1下载:
  2. 基本的词法分析器,用于Tiny语言的。实现了最基本的多个TOKEN,满足了上课和实验的要求。-Basic lexical analyzer for Tiny language. To achieve the most basic multiple TOKEN, to meet the classes and experiments.
  3. 所属分类:Editor

    • 发布日期:2016-05-08
    • 文件大小:310272
    • 提供者:张沛江
  1. SetTokenName

    0下载:
  2. 调用PKCS11接口实现token名称设置的功能,请使用内涵的makefile完成百编译。并使用您的设备厂商提供的p11库文件替换代码中的库文件名称。-PKCS11 token name calling interface function set, use the content of the percentage of completion compilation makefile. And use your device vendor' s library file to repla
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1780
    • 提供者:steven
  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. Token_stealing

    0下载:
  2. 偷取其他进程的令牌,达到提升进程权限的目的-steal token from other processes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:685305
    • 提供者:笨笨
  1. Lexical-analysis

    0下载:
  2. 词法分析是指将我们编写的文本代码流解析为一个一个的记号,分析得到的记号以供后续语法分析使用。词法分析器的工作是低级别的分析:将字符或者字符序列转化成记号.。-Lexical analysis stream parsing the text code that we write as a token analysis of the resulting mark for subsequent parsing use. Lexical analyzer' s job is low-level a
  3. 所属分类:JavaScript

    • 发布日期:2017-11-05
    • 文件大小:100730
    • 提供者:锡睿
  1. usb_cvt_tool_0.1

    0下载:
  2. 该工具用于数字电路仿真中的usb数据文件转换: 1.可以把11比特的令牌包数据(crc5)或者任意字节的数据包数据(crc16)转换为可以作为仿真输入的dn dp文件。 2.可以根据仿真接收到的dn,dp数据,解析得到接收的真正11比特令牌包数据或者数据包数据。 3.此为0.1版本,后续的版本更新会让该工具更完善。-The tool for digital circuit simulation usb data file conversion: 1. Can be 11-bit to
  3. 所属分类:USB develop

    • 发布日期:2017-05-14
    • 文件大小:73410
    • 提供者:肖子
  1. wordAnalyse

    0下载:
  2. 实现一个扫描器(词法分析程序)输入——源程序文件或源程序字符串,输出——相应的Token序列,关键字表和界符表及符号表和常数表 -The realization of a scanner (lexical analysis program) input- source file or source code string, the output- the corresponding Token sequence, keyword table and sector address table
  3. 所属分类:Scanner

  1. TokenmonSource

    0下载:
  2. 查看TOKEN资讯,含有驱动和界面源码。-Show TOKEN information source that contains drivers and interfaces.
  3. 所属分类:Windows Develop

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

    0下载:
  2. token,字符数组,长度为32,存放识别出来的单词符号。 tmp,字符数组,长度为256,可以缓存用户输入的字符串。 char *fgets(char *string, int n, *stdin):*string输入数据的首地址, n 一次读入数据块的长度, stream文件指针. Void getbc() //检查ch中的字符是否为空白字符,如是则调用getch(),直到ch中读入一个非空白字符为止. fgets() //从流中读取一字符串 Void getch()
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1751
    • 提供者:乐正清
  1. net_lim

    0下载:
  2. procedure tform1.ShutDown procedure AdjustToken() //获取关机控制权 var hdlProcessHandle, hdlTokenHandle, lBufferNeeded: Cardinal tmpLuid: Int64 //tkpPrivilegeCount: Int64 tkp, tkpNewButIgnored: TOKEN_PRIVILEGES Privilege: array[0..0] of _
  3. 所属分类:Remote Control

    • 发布日期:2017-04-02
    • 文件大小:942434
    • 提供者:史勇
  1. scan

    0下载:
  2. 手工构造C-词法分析器,可以正确识别C-程序的全部token-Hand-constructed C-lexical analyzer, you can correctly identify all the C-process token
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:10171
    • 提供者:
  1. OpenH323_source_Zip

    0下载:
  2. H.323最新完全版的源代码,包括例程说明. 为了能在不保证QoS的分组交换网络上展开多媒体会议,由ITU的第15研究组SG-15于1996年通过H.323建议的第一版,并在1998年提出了H.323的第二版。H.323制定了无QoS(服务质量)保证的分组网络PBN(packet Based Networks)上的多媒体通信系统标准,这些分组网络主宰了当今的桌面网络系统,包括基于TCP/IP、IPX分组交换的以太网、快速以太网、令牌网、FDDI技术。因此,H.323标准为LAN、WAN
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1732051
    • 提供者:刘火明
  1. word_analyze

    0下载:
  2. 一个自己写的编译原理的词法分析程序,能实现加减乘除和基本的循环,条件语句的取出TOKEN序列的功能。-A compiler to write their own principles of lexical analysis procedures, to achieve the basic addition and subtraction and multiplication and division cycle, conditional statements out of sequence TO
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:2137
    • 提供者:fish
  1. pkcs_11v2.11-CH

    0下载:
  2. PKCS #11 v2.11密码令牌接口标准-PKCS# 11 v2.11 Password Token Interface Standard
  3. 所属分类:CA program

    • 发布日期:2017-03-27
    • 文件大小:299141
    • 提供者:posp
  1. StrutsToken

    0下载:
  2. Struts - 重复提交 token-Struts- repeat to submit token
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:9905
    • 提供者:刘继宁
« 1 2 3 4 5 67 8 9 10 11 ... 26 »
搜珍网 www.dssz.com