搜索资源列表
CRC
- CRC编码与解码。输入2进制字符串,选择generateur,就能得到CRC码。
CRCTest
- 演示CRC校验,点击01数字,可以变换数字,点击编码,可以显示CRC编码
CRC.rar
- Verilog写的 CRC 编码 ,CRC code written in Verilog
crc1
- CRC编码verilog代码,用于实现crc编码功能-CRC coding Verilog code for CRC encoding capabilities to achieve
CRCMDL
- 采用matlab编程实现crc编码,信息系统与编码-Programming using matlab CRC coding, information systems and coding
CRC
- 循环冗余校验,中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-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
mycrc
- 编写一程序验证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
crc1
- 实现CRC卷积码的编码过程,通过计算,编程实现CRC16校验码的应用-Convolutional code to achieve CRC encoding process, by calculation, Programming Application CRC16 checksum
CRC4
- 该源程序可以实现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
MD52
- MD5文件码校验,很好用的文件编码代码,可以给文本文件逐行的编MD5码-MD5 file check (CRC), good use of the file encoding code to the text file line by line compilation of MD5 code
crc16
- CRC-16的编码程序,这个程序比较简洁,容易明白。- CRC-16 coding program, this procedure is relatively simple and easy to understand.