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

搜索资源列表

  1. wpa_supplicant-0.2.7

    0下载:
  2. wpa_supplicant 完成Linux下的802.11i客户端接入,与802.11i协议的AP端匹配。能够运行于802.11b网卡上 -wpa_supplicant completion of 802.11i Linux client access, 802.11i agreement with the AP-matching. To operate in 802.11b adapters
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:227015
    • 提供者:杨扬
  1. 《应用密码学》

    2下载:
  2. 《应用密码学》协议、算法与C原程序(第二版)配套源码。很多人都需要的,但在美国和加拿大以外买不到,因为限制出口,所以千万不要错过,这就是加解密算法源码大全,马上下载珍藏吧! -"Applied Cryptography" agreement, the original algorithm and C (2nd Edition) matching source. Many people are needed, but in the United States and out
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5819162
    • 提供者:刘旭东
  1. buddy_算法

    1下载:
  2. Buddy(伙伴)算法每次分配包含一个或者多个物理页面的内存块,页面以2的次幂的内存块来分配。首先搜寻满足请求大小的页面,它从满足当前申请大小的Buddy数据结构的m_ freePages域着手沿链来搜索空闲页面。如果没有这样请求大小的空闲页面,则它搜索两倍于请求大小的内存块。这个过程一直将持续到所有的Buddy 被搜索完或找到满足要求的内存块为。如果找到的页面块大于请求的块则对其进行分割以使其大小与请求块匹配。由于块大小都是2的次幂所以分割过程十分简单:空闲块(低地址)被连进相应大小的队列而这
  3. 所属分类:系统编程

    • 发布日期:2011-05-27
    • 文件大小:4311
    • 提供者:npu
  1. 加密解密2配套光盘

    0下载:
  2. 加密解密2配套光盘,内有加密解密第二版书内提及的软件.-encryption and decryption two matching CD with the second edition of encryption and decryption mentioned in the book software.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30208514
    • 提供者:刘宇
  1. LZ77conbined_with_KMP_algorithm

    0下载:
  2. LZ77算法与模式匹配KMP算法的结合及算法实现,压缩包内部是一个详细讲解文档,其中文档中附有对应实现源码。-LZ77 algorithm and pattern matching algorithm KMP and the integration algorithm, Compression is an internal packet elaborate document, which document with the corresponding realization source.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:18671
    • 提供者:张华
  1. apue2e_src

    1下载:
  2. unix环境高级编程第二版配套源代码 unix环境高级编程第二版配套源代码-unix the second high-level programming environment supporting source code version of unix environment Advanced Programming second version of the source code matching
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:289420
    • 提供者:zhu limin
  1. siftpp-0.6.2.tar

    0下载:
  2. 数字图像处理,SIFT特征点检测。用于图像匹配,目标识别-digital image processing, physiology feature point detection. For image matching, target identification
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:324154
    • 提供者:wangkai
  1. libface-0.0

    0下载:
  2. Face feature extraction for matching purposes
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:769791
    • 提供者:Jason
  1. 带通配符的字符串匹配算法源代码

    0下载:
  2. 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-with wildcard string matching algorithm source code. Procedures for the more advanced search algorithm to improve fuzzy query function can find letters and Chinese characters, useful shout.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4356
    • 提供者:张三水
  1. 逆波兰表达式

    0下载:
  2. 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the e
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1451
    • 提供者:刘一
  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
    • 文件大小:2562
    • 提供者:李金明
  1. hping.rar

    0下载:
  2. 通过指纹比对来探测操作系统版本,比NMAP牛,更比NMAP精确。,By fingerprint matching to detect the operating system version, than the NMAP cattle, more accurate than the NMAP.
  3. 所属分类:Network Security

    • 发布日期:2017-03-28
    • 文件大小:260876
    • 提供者:brightstar
  1. AhoCorasick-string-matching-algorithm

    0下载:
  2. Aho–Corasick string matching algorithm Aho Corasick Implementation in c , UNIX.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:234042
    • 提供者:shahar
  1. BeginningLinuxProgramming

    0下载:
  2. Linux程序设计(原书第2版)配套程序,有兴趣的朋友快来-Linux programming (the original version 2) matching program, interested friends Come
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:520550
    • 提供者:Terry
  1. mima

    0下载:
  2. 括号匹配程序,实现成序对括号的匹配的正确性判断-Parentheses matching procedures, to achieve into a sequence of brackets to determine the correctness of the matching
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:9365
    • 提供者:wuyuhuan
  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
    • 文件大小:8190
    • 提供者:adobefree
  1. SURFmex

    0下载:
  2. A fast matlab code for image feature matching
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:52615
    • 提供者:sanjeev
  1. PCA

    0下载:
  2. this the implementation of PCA written by vc. It is very useful in image matching. Wish help you.-this is the implementation of PCA written by vc. It is very useful in image matching. Wish help you.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:790026
    • 提供者:luo juan
  1. template_match

    0下载:
  2. Template matching based on OpenCv with cvMatchTemplate function. Source code deverlop with Visual C++ 6.0 in Win32 Console Application.-Template matching based on OpenCv with cvMatchTemplate function. Source code deverlop with Visual C++ 6.0 in Wi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:18691
    • 提供者:Sun
  1. 7sab

    0下载:
  2. Source code of stereo matching by graph cut
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:16918
    • 提供者:medjahed
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com