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

搜索资源列表

  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. EthernetCRC

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

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

    0下载:
  2. 本程序是使用Vc++6.0开发的用于计算机系通信理论课程的CRC32编码器模拟程序,它能模拟直接计算法和余式计算法,算法明晰。-this procedure is the use of Vitamin C 6.0 for the development of computer-communication theory courses CRC encoder simulation program, it can direct simulation calculation and computati
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1920
    • 提供者:刘权
  1. encryptdll3.6.1

    6下载:
  2. 《共享软件加密算法库》专业版是一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具: VC、VB、BCB、Delphi、PB、VFP、C#、ASP等,算法库中包含了获取计算机硬盘物理序列号、主板序列号功能及多种高强度对称、非对称算法。获取的硬盘序列号不随硬盘分区及格式化改变,支持IDE、SCSI接口硬盘,获取主板序列号的功能支持各类BIOS芯片,这两个功能可方便的用来实现一机一码的注册方式。算法库集成的算法有:BlowFish,MD5,Secret16,AES、SHA、
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:380688
    • 提供者:yangrui
  1. encryptdll3.7final

    4下载:
  2. 共享软件加密算法库,一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具:VC、VB、Delphi、PB、VFP等,算法库集成的算法有:BlowFish、MD5、Secret16、AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法。其提供了DLL文件-Reg.dll,可以通过复用它来实现数据加密与解密。 -sharing software encryption algorithm library, one individua
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:680249
    • 提供者:沐柏
  1. GetCRC32(CS)

    1下载:
  2. CRC32哈希算法的C#版源码.采用的是动态生成码表的方法.-CRC32-hash algorithm in C# version of the source code. The code is dynamically generated table method.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14915
    • 提供者:李哓
  1. amo_tool_V1_2_6

    1下载:
  2. 名称:amo的编程小工具集合版本:V1.2.6 我平时编程和设计时常用的小工具集合。功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1 8-十六进制字符串转换为Ascii字符串 9-Ascii字符串转换为十六进制字符串 10-十六进制字符串转换为浮点数 11-浮点数转换为十六进制字符串 12-统计文章的字符个数,精确到每一个字符 13-把文件转换为C语言数组(这样可以把文件嵌入到我们的程序中) 14-电阻值选型(开
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-06
    • 文件大小:41253
    • 提供者:amo
  1. CRC32_Src

    0下载:
  2. 使用C++编写的CRC32校验算法,使用了STL库,windows API和汇编等几种方法实现,并能比较它们之间执行的时间。-The use of C++ Prepared CRC32 checksum algorithm, using the STL library, windows API, and the compilation of several methods, such as to achieve, and compare their execution time.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:17131
    • 提供者:欣烁
  1. sfv.src

    0下载:
  2. This program is used to calculating CRC32 checksums of files in order to verify the integrity of files. Written in Visual C# 2005.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:7436
    • 提供者:LamiaD69
  1. CRC

    1下载:
  2. 详细讲解CRC32的产生方法,详细的c代码文档解释。-Explain in detail the method for the selection of CRC32 and detailed explanation of c code documentation.
  3. 所属分类:Communication

    • 发布日期:2015-04-14
    • 文件大小:13882
    • 提供者:至诚
  1. crc

    0下载:
  2. crc32的校验代码,c++builder5.0的代码,对crc32算法有助于了解-crc32 validation code, c++ builder5.0 code, right crc32 algorithm help to understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:795652
    • 提供者:anbaoyong
  1. 2-CRC

    0下载:
  2. CRC32计算 c#编写 内含各种crc资料-Calculated CRC32 crc c# writing containing all the information
  3. 所属分类:CSharp

    • 发布日期:2017-05-17
    • 文件大小:4738619
    • 提供者:天行者
  1. crc.RAR

    0下载:
  2. crc校验 包括原理文件和说明 另附有一个crc16的c程序函数和crc32的vc项目文件.RAR-CRC C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2399444
    • 提供者:liujunchi
  1. crc32hash

    0下载:
  2. derived linux lib crc32.c, GNU GPL v2. -derived linux lib crc32.c, GNU GPL v2.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5167
    • 提供者:snwiuzh
  1. crc32-arm64

    0下载:
  2. crc32-arm64.c - CRC32 and CRC32C using optional ARMv8 instructions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1897
    • 提供者:zanfievx
  1. chunk

    0下载:
  2. crc32.c compute the CRC-32 of a data stream.Definitions for doing the crc four data bytes at a time. -crc32.c compute the CRC-32 of a data stream.Definitions for doing the crc four data bytes at a time.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4428
    • 提供者:lpganlun
  1. windows_private

    0下载:
  2. crc32.c - CRC32 function.Nicer crc32 functions docs submitted by linux@horizon.com. Thanks! Code was the public domain, copyright abandoned. -crc32.c - CRC32 function.Nicer crc32 functions docs submitted by linux@horizon.com. Thanks! Code was the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:15568
    • 提供者:wunvanweng
  1. ipt_esp

    0下载:
  2. crc32.c - CRC32 function.crc32_le() - Calculate bitwise little-endian Ethernet AUTODIN II CRC32. -crc32.c - CRC32 function.crc32_le() - Calculate bitwise little-endian Ethernet AUTODIN II CRC32.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:9940
    • 提供者:rertppd
  1. crc32

    0下载:
  2. CRC32 algorithm on C/C++. Polynom 0xEDB88320 is used.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:537
    • 提供者:Alexey
  1. CRC32_Class

    0下载:
  2. 自行封装的C++加密算法类,基于CRC32,有需要的朋友可以看下,个人感觉不错!(Self packaged C++ encryption algorithm class, based on CRC32, there is a friend in need can see, the individual feel good!)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:darongshu
« 1 23 »
搜珍网 www.dssz.com