搜索资源列表
c51
- crc-16 编码程序 实现16位的循环冗余编码 -crc-16 coding procedures to achieve 16-bit cyclic redundancy coding
VBCRC
- 循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准: ①CRC-12码; ②CRC-16码; ③CRC-CC
amode822
- crc校验的工具,可生成8位或者16位crc校验码-crc checking tool can generate 8-bit or 16-bit crc checksum
crc
- 添加不同校验比特个数下的CRC校验,包括8,16,24个校验比特-Different number of parity bits added under the CRC checksum, parity bits, including 8,16,24 months
main
- CRC校验就算程序 这个是16位的 也是用于MODBUS中-Even if the CRC checksum is 16-bit program that is used in MODBUS
myCRC
- CRC 校验16位,两种方法实现 有图形化的界面 连接控制台-16-bit CRC checksum are two ways to achieve a graphical interface to connect the console
CRC16
- 16位的CRC校验码算法,生成多项式 0x1021 0x8005-16-bit CRC checksum algorithm
CRC16VB
- VB写的16位CRC校验程序,查表法计算,可供参考-VB to write 16-bit CRC checksum procedure look-up table method, for reference
CRC-16
- 循环冗余校验16位的,c语言编程环境,能够正常运行,程序详细注释-16 bit cyclic redundancy check, C language programming environment, normal operation, procedures detailed notes
ComputerNetwork_FirstPractice
- C++,循环冗余校验码(CRC)的实现,16位和32位-C++, the realization of the cyclic redundancy check code (CRC), 16 bit and 32 bit
CRC-Calculator
- CRC校验程序,含32位 16位校验,含测试程序-CRC calibration procedures, including 16 bit 32 parity, including test procedures
20160819_CRC_test
- 用VS2010开发包装的CRC8、CRC16和CRC32的整合计算程序包,压缩包是工程。实际使用的时候就用里面的crclib.cpp和crclib.h就可以了,而且本程采用兼容C语言的序设计,并支持32位、16位和8位单片机,只需要更改有关宏定义就可以方便移植,真正高质量最全面的CRC计算程序源码。-With VS2010 development and packaging of CRC8, CRC16 and CRC32 integration of computing package, co
