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

搜索资源列表

  1. CRC算法C源程序

    0下载:
  2. C语言编程的CRC校验方法程序设计源代码实现,程序写得不错,联系方式:QQ:76947175-C programming language CRC design methods and procedures to achieve the source code, procedures well-written, Contact : QQ : 76947175
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:14353
    • 提供者:刘强
  1. crc校验码

    0下载:
  2. 这是一个依靠检验文件CRC校验码来判断文件是否已经被病毒修改过的c程序-This is a test paper on CRC document to determine whether the virus has been revised procedures for the c
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:18111
    • 提供者:王昆
  1. CRC_matlab.CRC校验的Matlab仿真

    5下载:
  2. CRC校验的Matlab仿真,也可以认为是二进制除法。,CRC checksum of the Matlab simulation, it can be regarded as a binary division.
  3. 所属分类:加密解密

    • 发布日期:2015-04-02
    • 文件大小:2408
    • 提供者:neimty
  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. CRC.rar

    0下载:
  2. CRC-16算法的C语言实现(以常见的CRC-ITU为例引出的比特型算法)。,CRC-16 algorithm of the C language (in common CRC-ITU as an example of bit-based algorithm for extraction).
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:6262
    • 提供者:semihost
  1. CRC-16

    1下载:
  2. 该文件是关于CRC校验的,在Visual C++环境下实现。-The document is on the CRC check in Visual C++ environments.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1004166
    • 提供者:曹骁
  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. CRC

    0下载:
  2. 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p做异或运算;如果d的最高位为0则不运算或者做多余的异或‘0’的运算。 4. 把滑块变量d往后滑动一位。 5. 循环步骤(3,4)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:6033
    • 提供者:lijq
  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. CRC

    0下载:
  2. C R C 校验实用程序库在数据存储和数据通讯领域,为了保证数据的正确,就不得不采用检错的手段。-CRC checksum utility library in data storage and data communication fields, in order to ensure data is correct, will have to adopt a means of error detection.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:2698
    • 提供者:王平
  1. CRC

    0下载:
  2. C R C 校验实用程序库在数据存储和数据通讯领域,为了保证数据的正确,就不得不采用检错的手段。在诸多检错手段中,C R C 是最著名的一种。-CRC checksum utility library in data storage and data communication fields, in order to ensure data is correct, will have to adopt a means of error detection. Error in many instr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:3713
    • 提供者:王平
  1. crc.c

    0下载:
  2. crc 具体数字程序 因为c语言没怎么好好学很多函数不会用就只能用最简单的的方法写出来的白痴程序!-specific figures because the crc program c language not how a good school will not use a lot of function can only be used on the simplest way to write out the procedure an idiot!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1143
    • 提供者:hhshs
  1. CRC

    0下载:
  2. Error checking CRC and CRC TABLE GENERATORS in C Language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:7858
    • 提供者:ruy
  1. lib_crc-CRC_library

    0下载:
  2. The file lib_crc.c contains source code for functions to calculate five commonly used CRC values: CRC-16, CRC-32, CRC-DNP, CRC-SICK, CRC-Kermit and CRC-CCITT. The functions can be freely used. - The file lib_crc.c contains source cod
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. CRC编译码原理,以及CRC编译码c语言实现方法-Principles of CRC encoding and decoding, as well as the CRC encoding and decoding methods c language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1401
    • 提供者:江润坤
  1. crc_high

    0下载:
  2. 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,高位先处理,接收校验成功标志为1d0f.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, high bit to deal with first, mark of success receiving check is 1d0f.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1316
    • 提供者:dustin
  1. CRC

    0下载:
  2. CRC32/16 Routine. Highly optimized for word aligned data. Enable using FAST_CRC macro in the file crc.c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:4923
    • 提供者:mike_081182
  1. CRC-16Code

    0下载:
  2. CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-CRC-16 is to detect data errors in the process of sending commonly used calibration methods, the paper from the engineering poi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:30010
    • 提供者:kkk
  1. CRC

    0下载:
  2. 这是在qt下实现的crc检验程序,是在xp下验证过了的,直接使用即可-This is achieved under the qt crc testing procedure is verified in the next xp, direct use can be
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:768257
    • 提供者:mehewen
  1. CRC--C-language

    1下载:
  2. CRC校验C语言实现,CRC(Cyclic Redundancy Check)校验应用较为广泛,以前为了处理简单,在程序中大多数采用LRC(Longitudinal Redundancy Check)校验,LRC校验很好理解,编程实现简单。用了一天时间研究了CRC的C语言实现,理解和掌握了基本原理和C语言编程。结合自己的理解简单写下来。-CRC, C language, CRC (Cyclic Redundancy Check) verification is widely used, prev
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:3942
    • 提供者:xiangyunl
« 12 3 »
搜珍网 www.dssz.com