CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - match

搜索资源列表

  1. YeeTooMD5P

    0下载:
  2. YeeTooMD5是免费的,开源的,它是在GPL许可下发布的,所有人都可以免费的使用它,修改它,并将它再次发布。 能够快速的计算出任意长度的字符串及任意类型文件的MD5值,并且用户能方便的检验结果. 能够输入MD5值,计算MD5计算值的匹配结果;可以打开任意文件并计算其MD5值。 -YeeTooMD5 is free, revenue, which is permitted under the GPL Release, everyone can use it free, modify
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:27.28kb
    • 提供者:king
  1. AmericanGladiator

    0下载:
  2. American Gladiator,You are consulting for a game show in which n contestants are pitted against n gladiators in order to see which contestants are the best. The game show aims to rank the contestants in order of strength this is done via a series of
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.81kb
    • 提供者:zhoushusen
  1. chk

    0下载:
  2. 本程序主要可以对一个c语言程序中的括号和注释情况进行检查,可以快速地发现原程序 * 中隐含的语法匹配性错误,可以根据检查结果,对不匹配的括号进行修改,最快速度地将 * 程序修改正确。同时本程序也可以象wc程序一样对一个程序进行计数统计,得到一个文件 * 的行、单词、字节的统计结果。-this procedure can be a major c language program brackets and the inspection of the Notes can be found quick
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.5kb
    • 提供者:李金明
  1. QueryPY.rar

    0下载:
  2. 汉字转拼音(简拼)的DLL,比如“中国”转换成 “ZG”,做一些快速匹配输入时有用。,Chinese characters to pinyin (of Microsoft) of the DLL, such as " China" into " ZG" , do something useful quickly match type.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:68.99kb
    • 提供者:奕霖
  1. lskzk

    6下载:
  2. 基于LABVIEW的雷赛DMC1000板卡的运动控制测试程序源代码-Ray LABVIEW-based match DMC1000 motion control board test program source code
  3. 所属分类:Windows Kernel

    • 发布日期:2014-12-25
    • 文件大小:399.55kb
    • 提供者:小明
  1. PatternMatching

    0下载:
  2. 很经典的搜索图案匹配的代码,labwindows写的,可以设置阀值,匹配度,以及角度等, -Very classic patterns that match the search code, labwindows written, you can set a threshold, matching degree, as well as the point of view, etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:8kb
    • 提供者:adobefree
  1. calculate

    0下载:
  2. 对输入的合法性检查,包括滤掉所有非法输入及处理左右括号不配对的输入。-Check the legality of the input, including filtering out all the illegal importation and handling can not match parentheses around the input.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:522byte
    • 提供者:DENG
  1. maillist

    0下载:
  2. 用三个线程,第一个线程负责mailing-list和template的处理,就是把mailing-list里人的邮箱地址和人名之类的按照要求填进template里的模板里, 第二个是负责处理template里的空格的,多于一个的连续空格要变成一个,每行最后的空格要去掉,每行开头不能有空格 第三个就是处理?,。等标点符号后要有两个空格,,而且命令行输入一个X,每行超过X个字节后就要自动换行 输出就是要把mailing-list里的人的信息填入tempate后输出到文件mail00001
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5.1kb
    • 提供者:徐小民
  1. keyGame

    0下载:
  2. 一个击键游戏。运行游戏之后,屏幕上将随机产生一个字符,然后用户根据这个字符敲击键盘上相应的字母,如果二者吻合则分数加1,否则减1。另外,过了一定时间限制用户没有按键,分数也减1. 同时,还可以选择游戏难度,用户首先选择难度,然后开始游戏。-A keystroke game. After running the game, the screen will randomly generate a character, then the user tap the basis of this cha
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:22.42kb
    • 提供者:zhwq
  1. modsecurity-apache_2.5.9.tar

    0下载:
  2. modsecurity是linux环境下非常优秀的开源防御web攻击软件,它可以防御针对apache的攻击,使用规则匹配,它的解码流程和匹配流程是很值得学习和借鉴。-modsecurity is a very good linux environment, open source software, Defense web attacks, it can be defensive attack against apache, using the rules match, its decoding
  3. 所属分类:Network Security

    • 发布日期:2017-05-06
    • 文件大小:1.19mb
    • 提供者:林可可
  1. pcre-7.9.tar

    0下载:
  2. pcre-7.9是用于正则表达式匹配,它的匹配效率很高,modsecurity就是用它进行正则匹配,而且它也是开源,所以只要你足够牛,就可以将pcre-7.9+modsecurity移植到任何平台下,进行数据匹配检测。-pcre-7.9 is used for regular expression matching, it matches very efficient, modsecurity is to use it for a regular match, but it is also op
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:841.39kb
    • 提供者:林可可
  1. rc4crypt

    0下载:
  2. rc4 RC4 was initially a trade secret, but in September 1994 a descr iption of it was anonymously posted to the Cypherpunks mailing list[3]. It was soon posted on the sci.crypt newsgroup, and from there to many sites on the Internet. The leaked code
  3. 所属分类:CA program

    • 发布日期:2017-03-23
    • 文件大小:10.05kb
    • 提供者:long
  1. rc4dotnet

    0下载:
  2. cr4-dotnet RC4 was initially a trade secret, but in September 1994 a descr iption of it was anonymously posted to the Cypherpunks mailing list[3]. It was soon posted on the sci.crypt newsgroup, and from there to many sites on the Internet. The leak
  3. 所属分类:CA program

    • 发布日期:2017-04-01
    • 文件大小:13.09kb
    • 提供者:long
  1. md5deep-3.4.tar

    0下载:
  2. 计算任何数量文件的MD5、SHA-1、SHA-256、Tiger、whirlpool的消息摘要,通过递归目录结构的方式。亦可以匹配输入的多种格式哈希表文件。-Computes the MD5, SHA-1, SHA-256, Tiger, or Whirlpool message digest for any number of files while optionally recursively digging through the directory structure. Can also
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:241.7kb
    • 提供者:nathun
  1. Smpl_DrvNOR

    0下载:
  2. 新塘W55VA91的norflash驱动-driver of nor flash match to nuvoton W55VA91 chip
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:6.19kb
    • 提供者:梁满美
  1. Smpl_DrvSDCard

    0下载:
  2. 台湾新塘W55VA91的sd卡驱动,很有用-driver of sd card match to nuvoton W55VA91 chip
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5.73kb
    • 提供者:梁满美
  1. Smpl_DrvUART

    0下载:
  2. 台湾新塘W55VA91的串口驱动,非常有用-driver of uart match to nuvoton W55VA91 chip
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:7.71kb
    • 提供者:梁满美
  1. Smpl_DrvVPOST

    0下载:
  2. 台湾新塘W55VA91的关于处理图像部分的程序-code of graphic process match to nuvoton W55VA91 chip
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:834.48kb
    • 提供者:梁满美
  1. barcode

    0下载:
  2. www_dssz_com_条形码生成识别程序.rar 将 一维条形码生成与识别技术~一维条形码生成与识别技术 和一维条形码生成与识别技术产生的字母码按位进行搭配,来产生一个数字--字母匹配对-www_dssz_com_ barcode identification procedures. rar will generate one-dimensional bar code and identification technologies ~ one-dimensional bar code i
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:228.03kb
    • 提供者:liren
  1. zifuchuan

    0下载:
  2. 此小项目是我们用来竞赛的,是用来处理字符串的,进行字符串匹配的。-This small project is that we used to race, is used to process the string, the string match.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:534.19kb
    • 提供者:王衎
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com