代码搜索:CRC-CCITT

找到约 115 项符合「CRC-CCITT」的源代码

代码结果 115
www.eeworm.com/read/403804/11509142

htm crc-ccitt -- 16-bit.htm

CRC-CCITT -- 16-bit
www.eeworm.com/read/427891/8914662

c crc-ccitt.c

/* * linux/lib/crc-ccitt.c * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ #include "types.h" #include "crc-ccitt.h" /*
www.eeworm.com/read/439998/7696107

__i crc-ccitt.__i

"CRC-CCITT.C" LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\DeBug\CRC-CCITT.lst) SRC (.\DeBug\CRC-CCITT.SRC)
www.eeworm.com/read/434115/7888046

__i crc-ccitt.__i

"CRC-CCITT.C" LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\DeBug\CRC-CCITT.lst) SRC (.\DeBug\CRC-CCITT.SRC)
www.eeworm.com/read/200517/15431274

txt lib_crc.txt

File : lib_crc.txt Date : 2007-03-28 Author : Lammert Bies E-mail : info@lammertbies.nl Version : 1.15 Contents : Documentation for the CRC functions
www.eeworm.com/read/429611/8799291

h crc.h

/* 16 bit CRC-CCITT stuff. Extracted from Bill Simpson's PPP */ #define FCS_START 0xffff /* Starting bit string for FCS calculation */ #define FCS_FINAL 0xf0b8 /* FCS when summed over frame and se
www.eeworm.com/read/185239/9048505

c !crc16table.c

/****************************************** *功能: 生成反相CRC-CCITT校验码表 *多项式: 反相CRC-CCITT= 0x8408 *输出: 反向输出,即先输出低位 *CRC初值: 0x00 *创建日期:2006.06.23 ******************************************/ #d
www.eeworm.com/read/185239/9048514

lst !crc16table.lst

C51 COMPILER V7.50 _CRC16TABLE 06/23/2006 11:31:11 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE _CRC16TABLE OBJECT MODULE PLACE
www.eeworm.com/read/183994/9126851

c crcgen.c

/***************************** * * CRC-CCITT generator simulator for byte wide data. * * * CRC-CCITT = x^16 + x^12 + x^5 + 1 * * * Henry Minsky (1991) * * CRC code lifted from "C Programme
www.eeworm.com/read/421154/10752800

h crc.h

/* 16 bit CRC-CCITT stuff. Extracted from Bill Simpson's PPP */ #define FCS_START 0xffff /* Starting bit string for FCS calculation */ #define FCS_FINAL 0xf0b8 /* FCS when summed over frame and se