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

搜索资源列表

  1. CRC ANSI X3.66

    0下载:
  2. 32位CRC循环冗余源代码 符合ANSI X3.66标准,运用于CCITT s X.25协议-32 Cyclic Redundancy source code conforms to the ANSI X3.66 standard, used CCITT s X.25
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4187
    • 提供者:赵磊
  1. 32位冗余校验

    0下载:
  2. 串口通讯编程用的32位crc校验源代码,不需要修改就可以应用。-serial communication programming of 32 crc check source code, it can not amend the application.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:30447
    • 提供者:孙毅
  1. CRC-32

    0下载:
  2. 完整性非常重要,利用CRC-32检测程序的完整性
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17783
    • 提供者:sf
  1. crcc

    0下载:
  2. Calculate a CRC-32 for each file, and a composite CRC-32 for a set of files.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:45936
    • 提供者:junfeng
  1. crc

    0下载:
  2. CRC校验码的算法,给出了16位,32位等的CRC算法和详细说明
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:88757
    • 提供者:xiaoyan
  1. CRCSET11

    0下载:
  2. vc模拟实现循环冗余校检编码,本程序为模拟crc-32的校检。-vc Simulation school seizure Cyclic Redundancy Code, the procedures for simulation crc-32 school seizure.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:31921
    • 提供者:蔡鹏
  1. CRC-32校验的小程序

    0下载:
  2. CRC校验由于实现简单,检错能力强,被广泛使用在各种数据校验应用中。占用系统资源少,用软硬件均能实现,是进行数据传输差错检测地一种很好的手段。为了提高编码效率,在实际运用中大多采用查表法来完成CRC-32校验。
  3. 所属分类:Windows编程

    • 发布日期:2011-07-25
    • 文件大小:2753
    • 提供者:dotaluna
  1. 8bit.CRC.checksum.algorithm32bit

    0下载:
  2. CRC校验8位16位32位算法设计经典代码8-bit CRC checksum algorithm 16-bit 32-bit classic code -8-bit CRC checksum algorithm 16-bit 32-bit classic code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:176940
    • 提供者:lili
  1. VBCRC

    0下载:
  2.   循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准:   ①CRC-12码;   ②CRC-16码;   ③CRC-CC
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3160
    • 提供者:qizhiwei
  1. vb

    0下载:
  2. 查表法计算CRC码的VB程序设计,生成多项式为CRC-32-Look-up table method to calculate CRC code of VB programming, generating polynomial for the CRC-32
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:4543
    • 提供者:程雪娇
  1. CRC32

    0下载:
  2. 以太网桢解析和crc校验,了解以太网桢的结构 -Ethernet Zhaozhen parsing and CRC check, know the structure of Ethernet frames
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:48953
    • 提供者:宋学清
  1. CRC

    0下载:
  2. crc32,c语言实现,数字电视各种表都要使用的算法-crc32,c,pat,pmt,sdt
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1740
    • 提供者:首创电子
  1. CRC32

    0下载:
  2. This the CRC32 checksum utility. You can use this utility to make CRC 32 checksum-You can use this utility for making CRC 32
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:966
    • 提供者:Rimsonil
  1. CRC

    0下载:
  2. crc16,CRC-8,crc-32校验大全-CRC
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:3905
    • 提供者:hl
  1. CRC_V

    0下载:
  2. 实现CRC码的产生 校验,有crc-8 crc-16 crc-32-cdc chansheng he jiaoyan
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:28914
    • 提供者:goodyeday
  1. MyCRC16

    0下载:
  2. visual basic 的CRC-ITU算法程序,用查表法实现,crc多项式为x^16 + x^15 + x^2 +1-visual basic procedures of the CRC-ITU algorithm, using look-up table method to achieve, crc polynomial x ^ 16+ x ^ 15+ x ^ 2+1
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1561
    • 提供者:汪柏
  1. VC_programming_integrity_CRC_32_test_program_sourc

    0下载:
  2. VC编程实现CRC-32检测程序完整性源码VC programming integrity of CRC-32 test program source code-VC programming integrity of CRC-32 test program source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:18053
    • 提供者:oao
  1. crc-32

    0下载:
  2. To compute cyclic Redundancy error for 32 bit word
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:51128
    • 提供者:klce
  1. crc-32

    0下载:
  2. CRC-32 pascal module
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:8192
    • 提供者:Teichmuller
  1. Andrey Programe ToolsV1.0.3.0

    0下载:
  2. 常用检验算法工具,CRC-x,LRC,BCC,奇偶校验等(CRC-x,LRC,BCC,CRC-8,CRC-16,CRC-32)
  3. 所属分类:其他小程序

    • 发布日期:2018-05-03
    • 文件大小:66560
    • 提供者:andreyshe
« 12 3 »
搜珍网 www.dssz.com