当前位置:
首页
资源下载

搜索资源 - CRC-CCITT cyclic redundancy check
搜索资源列表
-
0下载:
详细介绍了循环冗余校验CRC(Cyclic Redundancy Check)的差错控制原理及其算法实
现。-Details of Cyclic Redundancy Check CRC (Cyclic Redundancy Check) theory and the error control algorithm.
-
-
0下载:
循环冗余校验 CRC 的算法分析和程序实现。通信的目的是要把信息及时可靠地传送给对方,因此要求一个通信系统传输消息必须可靠与快速,在数字通信系统中可靠与快速往往是一对矛盾。为了解决可靠性,通信系统都采用了差错控制。本文详细介绍了循环冗余校验CRC(Cyclic Redundancy Check)的差错控制原理及其算法实现-Cyclic Redundancy Check
-
-
3下载:
1、掌握循环冗余校验码的生成原理;
2、了解CRC校验程序有两种办法:一种为计算法,一种为查表法;
3、进一步掌握VB编程CRC校验程序;
4、用查表法计算CRC码的VB程序设计,生成多项式为CRC- CCITT;
-A master cyclic redundancy check code generation principle 2, understand the CRC checking of program in two ways: one for the calcul
-
-
1下载:
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
-
-
0下载:
详细介绍了循环冗余校验 CRC(Cyclic Redundancy Check)的差错控制原理及其算法实
现。 -Details of the cyclic redundancy check CRC (Cyclic Redundancy Check) error control principle and algorithm.
-
-
0下载:
FPGA中并行实现CRC-CCITT标准的循环冗余校验码的生成-FPGA to achieve CRC-CCITT standard parallel cyclic redundancy check code generation
-
-
0下载:
循环冗余检验(CRC-16-CCITT)类,包括两个函数:得到检验码;判断数据是否符合CRC。
-Cyclic redundancy check (CRC- 16- CCITT) class, including two functions: the tested code To judge whether data conforms to the CRC.
-