代码搜索:crc_table
找到约 314 项符合「crc_table」的源代码
代码结果 314
www.eeworm.com/read/255500/4374798
h crc32.h
/* crc32.h -- tables for rapid CRC calculation
* Generated automatically by crc32.c
*/
local const unsigned long FAR crc_table[TBLS][256] =
{
{
0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990
www.eeworm.com/read/218261/14929568
c crc32.c
#include
static ulong crc_table[256] =
{
0x00000000, 0x77073096, 0xEE0E612C, 0x990951BA, 0x076DC419,
0x706AF48F, 0xE963A535, 0x9E6495A3, 0x0EDB8832, 0x79DCB8A4,
0xE0D5E91
www.eeworm.com/read/166434/10021406
cpp crc.cpp
#include "stdafx.h"
#include "ecma_167.h"
#include "osta_udf.h"
static Uint16 crc_table[256] = {
0x0000U, 0x1021U, 0x2042U, 0x3063U, 0x4084U, 0x50a5U, 0x60c6U, 0x70e7U,
0x8108U, 0x9129U, 0xa1
www.eeworm.com/read/393802/8262810
c crc.c
unsigned int code CRC_TABLE[256]={ /* CRC 余式表 */
0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c6, 0x70e7,
0x8108, 0x9129, 0xa14a, 0xb16b, 0xc18c, 0xd1ad, 0xe1ce, 0xf1ef,
0x1231, 0x