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

搜索资源列表

  1. 16位CRC算法

    1下载:
  2. 16位CRC:生成CRC16表(256项),用于快速查表计算 // 在程序初始化时就先调用,预先生成CRC16Tab[256]查表数据-16 CRC : formation CYXLIC REDUNDANCY (256), Fast look-up table for calculation / / initialization procedure on first call, pre-generation CRC16Tab [256] Lookup Data
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:131.1kb
    • 提供者:456
  1. Error LookUp

    0下载:
  2. NUCLEUS下错误代码查询!-look up the error code in NUCLEUS
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:30.01kb
    • 提供者:fan
  1. hw4tambd

    0下载:
  2. CRC via table lookup
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:809.72kb
    • 提供者:dhaval
  1. ExtendFind

    0下载:
  2. 一个可以在VB开发环境增强查找的插件工具,可以和VB的IDE环境融为一体,支持查找自动定位(即点击查找的内容,即自动跳转到代码的位置,类似VC的查找功能,经常使用VC的应该能感觉到这个好功能的方便性),当然,还包括一些其他的功能,如查找并替换,代码格式化,代码缩进,代码修复优化,可以像VB的查找那样自定义查找范围,人性化的查找功能定制等。-A development environment in VB plug-ins enhance the search tool to the IDE env
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:215.87kb
    • 提供者:rogerge
  1. Process

    0下载:
  2. 进程查看程序,可以显示系统当前的进程,可以实现结束进程,刷新和关机等功能。-process lookup code,it can display system current proccess,kill selected proc,reflash or shutdown,and so on .
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:301.92kb
    • 提供者:lecen
  1. CRC8_asm

    0下载:
  2. CRC-8 with lookup table in assemble code. Fast but bigger.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1.98kb
    • 提供者:none
  1. amac

    0下载:
  2. 扫描内网mac地址并解析主机名,修改本机mac地址,可以绑定mac,已做了破解,直接点注册随便输入就可以了-Change Mac Address in seconds! Scan Remote Mac Address. Exports the scanning results from a Mac Address Lookup list. Spoofing the Mac Address of your network card to any new Mac Address. Bind MAC/
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:175.67kb
    • 提供者:
  1. DynamicSearchTable

    0下载:
  2. 本实验的动态查找表基本功能有:创建一个动态查找表、销毁一个动态查找表、查找、插入和删除一个关键字、遍历动态查找表。-In this study, the dynamic lookup table basic functions: to create a dynamic look-up table, destroy a dynamic lookup table, search, insert and delete a keyword, traversing the dynamic lookup t
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:382.2kb
    • 提供者:Sailleaf
  1. Linuxlookuptable

    0下载:
  2. Linux命令速查表, 文件命令, 系统信息, 进程管理-Linux command lookup tables, file commands, system information, process management ..
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:104.66kb
    • 提供者:cnc3030
  1. Phone-number-inquires-the-system

    0下载:
  2. [问题描述] 设计散列表实现电话号码查找系统。 -[Problem Descr iption] designed to achieve phone number lookup hash table system.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:9.02kb
    • 提供者:潇洒
  1. dictionary

    0下载:
  2. 字典查找的程序,密码破译,主要使用字符匹配及字典查找-Dictionary lookup program, code-breaking, the main character matches and use the dictionary to find
  3. 所属分类:Crack_Hack

    • 发布日期:2017-03-31
    • 文件大小:217.03kb
    • 提供者:吕志强
  1. the-linux-api-files

    0下载:
  2. linux 的api查询表。非常详细。使用任意浏览器都可以打开。20个字ok-linux-api lookup table. Very detailed. Can use any browser to open. 20 words ok
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:953.04kb
    • 提供者:context
  1. hashing_seach

    0下载:
  2. hash函数:x 5 (x>>3)&7 二次哈希查找-hash function: x 5 (x> > 3) & 7 the second hash lookup
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5.21kb
    • 提供者:金玉清
  1. pid-lookup

    0下载:
  2. Windows 下 进程查询代码,通过pid查询进程表述以及进程程序实体路径。-the code of pid looking up in windows.the program get the name of procedure and the entire path of the procedure entity by PID.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:8.55kb
    • 提供者:刘华山
  1. hash

    0下载:
  2. hash算法,比较2中算法的特点: 1、传统的根据逐个比较 2、根据hash定位,字符串查找-hash algorithm String lookup
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:7.42kb
    • 提供者:chenks
  1. subbyte128

    0下载:
  2. AES算法中Sbox映射Verilog源代码,采用一一映射的方案,用查找表的方式实现Sbox。转换数据长度为128bit。-Sbox mapping Verilog source code of the AES algorithm, using one to one mapping of the program, using a lookup table to achieve the Sbox table. Convert the data length is 128bit.
  3. 所属分类:CA program

    • 发布日期:2017-04-01
    • 文件大小:1.48kb
    • 提供者:chun zeng
  1. scan_img

    0下载:
  2. 本文来讲讲Mat存储的像素该怎么对其进行扫描?扫描的效率又如何?   文章参考opencv自带的tutiol及其code。   实验功能:   可以手动选择打开电脑上的图片。   对4种对Mat矩阵的扫描方法效率进行比较,这4种扫描方法分别为:连续内存直接访问;用迭代器进行访问;直接像素点进行访问;用LUT查找表进行访问;这4种扫描方法可以在菜单栏进行选择。   这些访问完后是将每个访问到的像素点的像素进行压缩,压缩间隔可以在软件的界面中进行修改。   软件的下端显示每
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:170kb
    • 提供者:wuwei
  1. lookup

    0下载:
  2. lookup.c --- ext2fs directory lookup operations for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3.02kb
    • 提供者:quefudie
  1. path-lookup

    0下载:
  2. Path walking and name lookup locking.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:7.82kb
    • 提供者:paxpfm
  1. lookup

    0下载:
  2. lookup.c 1.1 92 07 30 SMI UCB 5.4 6 29 88 Device Driver for linux v2.13.6. -lookup.c 1.1 92 07 30 SMI UCB 5.4 6 29 88 Device Driver for linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.38kb
    • 提供者:weixengmt
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com