CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CRC32 校验

搜索资源列表

  1. CRC1632

    1下载:
  2. 本代码为查表法CRC16和CRC32校验的表生成和校验程序。使用此代码可以任意多项式生成CRC16和CRC32的程序。另有文件实现CRC16和CRC32的校验。 使用生成的表格,即可以在嵌入式中实现RAM和ROM区的校验。源程序在MSP430上实现,现整理成通用C版本。-the code look-up table method CYXLIC REDUNDANCY CRC checksum and the table generation and checking procedures. U
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:8869
    • 提供者:王平
  1. Crc32源码3种算法

    0下载:
  2. CRC32,适用于internet,文件等的校验,可靠程度比CRC32高,但运算要比CRC16复杂,需要的占用的代码空间也大一点-CRC applied to internet, checking the documents, reliable than CRC, but the operation than CYXLIC REDUNDANCY complex, requiring the occupants of the large code space 1:00
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:15381
    • 提供者:dszc
  1. CRC32_code_59

    1下载:
  2. CRC32校验,网络安全项目必用的冬冬,在VC6.0下测试通过,有完整的测试程序-CRC checksum, and network security projects must use the kick in VC6.0 under test, a comprehensive test procedures
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:16839
    • 提供者:刘胜国
  1. EthernetCRC

    0下载:
  2. 该c代码可以实现对以太网数据的crc32校验-the code can be achieved on Ethernet data crc32 calibrator
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6196
    • 提供者:苏立志
  1. CRC32123

    0下载:
  2. 这是一个字符串和这个字符串的CRC32校验码,谢谢! -This is a string and the string of CRC checksum code, thank you!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1903
    • 提供者:renyu
  1. CalCrc

    0下载:
  2. CRC16,CRC32,校验和实用计算工具,支持10,16进制-CYXLIC REDUNDANCY, CRC32-and testing and practical calculation tools, support 10,16 229
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:182743
    • 提供者:WG
  1. CalCrc_V1.1

    0下载:
  2. CRC16,CRC32,校验和实用计算工具,支持10,16进制 V1.1 增强了系统兼容性-CYXLIC REDUNDANCY, CRC32-and testing and practical calculation tools, support 10, 16 V1.1 enhanced 229 system compatibility
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:209163
    • 提供者:dszc
  1. crc32

    0下载:
  2. CRC32的校验程序的C语言代码,开发环境为LINUX
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:16920
    • 提供者:赵立杰
  1. Crc32

    2下载:
  2. 这个CRC32位校验是利用查表法的一种计算方法,此源程序是由Delphi建立,在Delphi下使用的一个源程序。
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:2458
    • 提供者:谭正军
  1. crc32

    0下载:
  2. 能够帮助计算crc校验的代码,使用起来很方便。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:1901
    • 提供者:wang
  1. CRC

    0下载:
  2. 基于ActiveX的CRC32校验源码,利用VC++开发一个CRC32的编码程序,与大分享
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:114153
    • 提供者:ha
  1. FileTrans_crc

    0下载:
  2. 局域网内简单的TCP/IP文件互传程序,带有CRC32校验
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:39325
    • 提供者:wangyin
  1. CalCrcV1.2

    0下载:
  2. CRC16,CRC32,校验和实用计算工具,支持10,16进制 V1.2 增强了系统兼容性,修正Bug
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:209640
    • 提供者:dszc
  1. CRC32数据检验算法代码

    0下载:
  2. 在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check/Code)是对一个传送数据块进行校验,是一种高效的差错控制方法。-in long-distance data communication, in order to ensure efficient without error to transmit data, the data must check that the error control. C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19028
    • 提供者:zhou
  1. crc32源码及资料

    1下载:
  2. CRC校验采用多项式编码方法。多项式乘除法运算过程与普通代数多项式的乘除法相同。多项式的加减法运算以2为模,加减时不进,错位,如同逻辑异或运算。-CRC polynomial used coding method. Polynomial multiply and divide computing process and the general polynomial algebra multiply and divide the same. Polynomial and subtract oper
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:4967260
    • 提供者:陈少良
  1. sr4.rar

    0下载:
  2. 这是一个CRC32位的校验程序, 给定一组输入,得到输出的校验统计,This is a bit CRC32 checksum procedure, given a set of input, output received checksum statistics
  3. 所属分类:3G develop

    • 发布日期:2017-04-05
    • 文件大小:236887
    • 提供者:紫睿
  1. CRCTest

    0下载:
  2. java实现的一个CRC32校验程序,实现原型是modebus上的crc32程序-java implementation of a CRC32 checksum program to achieve the prototype is modebus the crc32 program
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:839
    • 提供者:Wang
  1. CalcCRC32

    0下载:
  2. 一个CRC32数据校验工具,能将计算结果分别用十进制和十六进制显示。-A CRC32 data validation tool, able to calculate the results were displayed in decimal and hexadecimal.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:32639
    • 提供者:填写
  1. CRC32_D32

    0下载:
  2. MAC帧32 FCS校验算法,32位并行CRC校验算法。-MAC Frame 32 bit FCS
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:2480
    • 提供者:于华
  1. CRC(16a32)

    0下载:
  2. crc32/16位的校验程序,通俗易懂,实现功能比较完善-crc 32 crc 16
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:167827
    • 提供者:李天龙
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com