#ifndef _CRC_HPP_ #include uint16_t do_crc(unsigned char *ptr,int len); // 字节查表法求CRC #endif //CRC