摘要:
#include <stdio.h> #include <stdint.h> // CRC-16-CCITT标准的多项式 #define POLY 0x1021 uint16_t crc16(uint16_t crc, const unsigned char *buffer, size_t len) 阅读全文
posted @ 2024-06-22 23:46
lydstory
阅读(32)
评论(0)
推荐(0)

浙公网安备 33010602011771号