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

搜索资源列表

  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
    • 文件大小:134251
    • 提供者:456
  1. crc

    1下载:
  2. 此源代码实现了CRC5和CRC16的校验以及校验码的产生,可以直接用于RFID标签数字电路。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2308
    • 提供者:朱秋玲
  1. crc16

    0下载:
  2. CRC算法,查表和直接计算 CRC算法,查表和直接计算
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1720
    • 提供者:jion
  1. crc16

    0下载:
  2. 加密解密字符串的CRC算法,可以为初学者提供一些帮助。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:34212
    • 提供者:wyy
  1. crc.zip CRC校验程序

    2下载:
  2. CRC校验程序,使用了CRC-16和CRC-CCITT方法 ,CRC inspection program, which use crc-16 and crc-ccitt method
  3. 所属分类:加密解密

    • 发布日期:2016-01-25
    • 文件大小:1311
    • 提供者:
  1. CRCr

    0下载:
  2. crc校验源代码,我自己编写的源代码,用于计算crc校验码的生成-source code crc teaching and research,That s all,everyone knows.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:535150
    • 提供者:冰色火焰
  1. DS2432C

    1下载:
  2. DS2432加密算法 内有SHA-1,CRC8 CRC16计算-Within the DS2432 encryption algorithm SHA-1, CRC8 CRC16 calculation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:9232
    • 提供者:张甲生
  1. crc

    0下载:
  2. crc校验 包括原理文件和说明 另附有一个crc16的c程序函数和crc32的vc项目文件-CRC checksum, including the principle of documents and a note attached CRC16 function of c procedures and CRC32 of vc project documents
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2399444
    • 提供者:梁健
  1. crc16

    0下载:
  2. CRC16的源程序,实现crc校验,并行crc校验-CRC16 source, the realization of CRC checksum, parallel CRC Checksum
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:879356
    • 提供者:hent
  1. crc16

    0下载:
  2. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:293959
    • 提供者:田玉利
  1. crc16

    0下载:
  2. 16bit CRC for 8bits data
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:870
    • 提供者:苗淼
  1. CRC16

    0下载:
  2. crc16校验的C++实现方法,这是一种通讯接口程序中常用的校验-crc16 checksum of the C++ implementation, which is a communication interface used in the calibration procedure
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:44174
    • 提供者:chen
  1. CRC16

    0下载:
  2. 欧洲流行的标准CRC16效验算法 欧洲流行的标准CRC16效验算法-Europe, the popular standard CRC16 algorithm efficacy
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:222499
    • 提供者:cygnus
  1. crc16

    0下载:
  2. crc16的C语言算法,余式多项式为X^16+X^12+X^5+1-crc16 of the C language algorithm, I-type polynomial X ^ 16+ X ^ 12+ X ^ 5+1
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1229
    • 提供者:rongrongli
  1. CalCrc

    0下载:
  2. 详细说明:CRC16,CRC32,校验和实用计算工具,支持10,16进制 V1.2 增强了系统兼容性,修正Bug-CRC16, CRC32, Checksum calculation and practical tools, support 10,16 M V1.2 enhances system compatibility, as amended Bug-Details: CRC16, CRC32, checksum utility computing tools to support the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:182369
    • 提供者:qwert
  1. CRC

    0下载:
  2. vc crc16 和 crc32 输入一段字符 ,自动生成crc校验码。-vc crc16 crc32 Enter a character and automatically generate the crc checksum.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:16342
    • 提供者:kill
  1. CRC16

    0下载:
  2. 本软件实现了CRC16位算法的应用编程。根据网上的C++语言改变而成的。经测试可用-failed to translate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:10096
    • 提供者:刘永强
  1. CRC16

    0下载:
  2. 自己开发的CRC16校验系统,一直在系统中使用-The CRC16 checksum develop their own, has been used in the system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:1949696
    • 提供者:mengxh
  1. crc16

    0下载:
  2. crc16 验证算法源码,根据查表法做的。用C写的,VC 6.0的工程。-CRC16
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-09-25
    • 文件大小:11264
    • 提供者:郭君文
  1. CRC16

    0下载:
  2. crc16算法、c代码、keil开发环境-crc16 algorithm, c code
  3. 所属分类:CA program

    • 发布日期:2017-04-16
    • 文件大小:63683
    • 提供者:乔峰
« 12 3 »
搜珍网 www.dssz.com