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

搜索资源列表

  1. CRC

    0下载:
  2. CRC编码与解码。输入2进制字符串,选择generateur,就能得到CRC码。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1514
    • 提供者:zhang
  1. CRCTest

    0下载:
  2. 演示CRC校验,点击01数字,可以变换数字,点击编码,可以显示CRC编码
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4040
    • 提供者:解旻
  1. CRC.rar

    1下载:
  2. Verilog写的 CRC 编码 ,CRC code written in Verilog
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:589
    • 提供者:孔祥
  1. crc1

    0下载:
  2. CRC编码verilog代码,用于实现crc编码功能-CRC coding Verilog code for CRC encoding capabilities to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:847
    • 提供者:龙一
  1. CRCMDL

    0下载:
  2. 采用matlab编程实现crc编码,信息系统与编码-Programming using matlab CRC coding, information systems and coding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:8218
    • 提供者:张小龙
  1. CRC

    0下载:
  2. 循环冗余校验,中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-Cyclic Redundancy Check, the Chinese name for the Cyclic Redundancy Check (code). It is important for a class of linear block codes, encoding and decoding method is simple, error
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-11-26
    • 文件大小:809
    • 提供者:lu xin
  1. CRC16

    0下载:
  2. 应用crc-16编码校验数据包是否出错,包括编码、解码,引入错误-Application of crc-16 code check whether the error packet, including encoding, decoding, the introduction of error
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:189342
    • 提供者:bupt
  1. mycrc

    0下载:
  2. 编写一程序验证CRC检错,利用线性编码理论,在发送端根据要传送的k 位二进制码序列,以一定的规则产生一个校验用的监督码(既CRC 码)r 位,并附在信息后边,构成一个新的二进制码序列数共(k+r)位,最后发送出去。在接收端,则根据信息码和CRC码之间所遵循的规则进行检验,以确定传送中是否出错。-Procedures for the preparation of a CRC error detection to verify the use of linear coding theory, in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:895
    • 提供者:bluerain
  1. crc1

    0下载:
  2. 实现CRC卷积码的编码过程,通过计算,编程实现CRC16校验码的应用-Convolutional code to achieve CRC encoding process, by calculation, Programming Application CRC16 checksum
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1313
    • 提供者:phoenixei
  1. CRC4

    0下载:
  2. 该源程序可以实现4位crc编码,用户输入需要发送的由0和1组成的字符串,程序运行结果可以显示出4位CRC编码,其生成函数为x4+x+1-The source program can achieve four crc coding and user input needs to be sent by a string of 0 and 1. The result of the program is a crc code.The crc coding generation function is
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:754
    • 提供者:Derry
  1. MD52

    0下载:
  2. MD5文件码校验,很好用的文件编码代码,可以给文本文件逐行的编MD5码-MD5 file check (CRC), good use of the file encoding code to the text file line by line compilation of MD5 code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:236253
    • 提供者:
  1. crc

    0下载:
  2. 检测CRC编码 看CRC编码在传输后是否有错误 有变动-Detection CRC codes to see whether the CRC coding errors in the transmission there is a change
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2737
    • 提供者:倪歌
  1. crc16

    0下载:
  2. CRC-16的编码程序,这个程序比较简洁,容易明白。- CRC-16 coding program, this procedure is relatively simple and easy to understand.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:189877
    • 提供者:WPFEI
  1. crc

    0下载:
  2. crc32 源代码,包括16位和32位crc算法,循环冗余校验码(CRC)的基本原理是:在K位信息码后再拼接R位的校验码,整个编码长度为N位,因此,这种编码又叫(N,K)码。对于一个给定的(N,K)码,可以证明存在一个最高次幂为N-K R的多项式G(x)。根据G(x)可以生成K位信息的校验码,而G(x)叫做这个CRC码的生成多项式-crc32 functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:731
    • 提供者:钊 吕
  1. Chapter15

    0下载:
  2. CRC编码,文件里工程实例,打开后,,里面有QPF后缀的文件,直接运行即可-CRC u7801 uFF0C u6587 u4EF6 u91C u5DE5 u7A0B u5B9E u4F8B uFF0C u6253 u5F00 u540E uFF0C uFF0C u91CC u9762 u6709QPF u540E u7F00 u7684 u6587 u4EF6 UFF0C u76F4 u63A5 u8FD0 u884C u5373 u5
  3. 所属分类:CA program

    • 发布日期:2017-12-13
    • 文件大小:165042
    • 提供者:
  1. ENCODE_8B_10B

    0下载:
  2. 8B_10B编码器FPGA设计,平台上验证,结果可用。(Design of FPGA encoder 8B_10B,reading out crc after calculating the value.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:dsadgag
  1. 621472

    0下载:
  2. vc模拟实现循环冗余校检编码,本程序为模拟crc-32的校检,()
  3. 所属分类:系统编程

    • 发布日期:2018-04-29
    • 文件大小:26624
    • 提供者:Jlqsa
  1. vewcbinding

    0下载:
  2. 利用Matlab生成给定P生成多项式的CRC编码程序()
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-30
    • 文件大小:13312
    • 提供者:Sjxiffxd
搜珍网 www.dssz.com