代码搜索:crc_table
找到约 314 项符合「crc_table」的源代码
代码结果 314
www.eeworm.com/read/175483/9545611
c crc.c
/*
* libid3tag - ID3 tag manipulation library
* Copyright (C) 2000-2001 Robert Leslie
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gene
www.eeworm.com/read/174996/9565093
c crc32.c
/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
* Thanks to Rodney Brown
www.eeworm.com/read/168569/9907550
c crc32.c
/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
* Thanks to Rodney Brown
www.eeworm.com/read/357365/10211452
c crc32.c
/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
* Thanks to Rodney Brown
www.eeworm.com/read/278827/10503785
c crc32.c
/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
* Thanks to Rodney Brown
www.eeworm.com/read/278099/10571152
c arccrc16.c
/* +++Date last modified: 05-Jul-1997 */
/*
** arccrc16.c -- calculate 16-bit CRC for file(s)
** rev. Feb. 1992
** public domain by Raymond Gardner
** Englewood, Colorado
**
www.eeworm.com/read/417481/10987898
pm crctable.pm
our @crc_table=();
$crc_table[0] = 0x0;
$crc_table[1] = 0xC1;
$crc_table[2] = 0x81;
$crc_table[3] = 0x40;
$crc_table[4] = 0x1;
$crc_table[5] = 0xC0;
$crc_table[6] = 0x80;
$crc_table[7] = 0x4
www.eeworm.com/read/417108/11003556
c crc32.c
/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
* Thanks to Rodney Brown
www.eeworm.com/read/416426/11029438
c crc32.c
/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
* Thanks to Rodney Brown
www.eeworm.com/read/467103/7017597
cpp crc32.cpp
/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2005 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*
* Thanks to Rodney Brown