搜索资源列表
Ymodem_transfan
- 利用ymodem协议通过串口传输数据或文件,具备CRC校验算法-Ymodem agreement through the use of serial transmission of data or documents, with CRC checksum algorithm
WirelessNetwork_3_1.c
- CRC12循环校验码C语言实现算法,C语言实现CRC12校验-CRC12 checksum CRC12 the cyclic check code C language algorithm, C language
CRC16
- CRC16校验算法!通讯过程可对双方数据进行校验判断数据是否正确!-CRC16 checksum algorithm! Communication process can be verified on both the data to determine whether the data is correct!
crc_caculate
- 用于通信的CRC32校验算法,保证通信的可靠性-CRC32 checksum algorithm for communication, to ensure the reliability of communication
CRC校验,高位在前,低位在后
- CRC校验,高位在前,低位在后具体算法:P(X)=X16+X15+X2+1(CRC checksum, high in the front, low in the back)