代码搜索:crc_table
找到约 314 项符合「crc_table」的源代码
代码结果 314
www.eeworm.com/read/487047/6522972
pas qexport4crc.pas
Unit Qexport4Crc;
{
crc32.c -- compute the CRC-32 of a data stream
Copyright (C) 1995-1998 Mark Adler
Pascal tranlastion
Copyright (C) 1998 by Jacques Nomssi Nzali
For conditions o
www.eeworm.com/read/476790/6750899
pas qimport3crc.pas
Unit QImport3crc;
{
crc32.c -- compute the CRC-32 of a data stream
Copyright (C) 1995-1998 Mark Adler
Pascal tranlastion
Copyright (C) 1998 by Jacques Nomssi Nzali
For conditions o
www.eeworm.com/read/100257/15879655
c crc32.c
/*
crc32.c -- compute the CRC-32 of a data stream
version 0.95, Aug 16th, 1995.
Copyright (C) 1995 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any exp
www.eeworm.com/read/100151/15882003
pas crc.pas
Unit Crc;
{
crc32.c -- compute the CRC-32 of a data stream
Copyright (C) 1995-1998 Mark Adler
Pascal tranlastion
Copyright (C) 1998 by Jacques Nomssi Nzali
For conditions of distri
www.eeworm.com/read/189481/8467533
cpp crc32.cpp
#include "crc32.h"
//
// constants
//
unsigned long crc_table[256] =
{
0x00000000, 0x77073096, 0xEE0E612C, 0x990951BA, 0x076DC419,
0x706AF48F, 0xE963A535, 0x9E6495A3, 0x0EDB8832, 0x79DC
www.eeworm.com/read/189479/8467625
cpp crc32.cpp
#include "crc32.h"
//
// constants
//
unsigned long crc_table[256] =
{
0x00000000, 0x77073096, 0xEE0E612C, 0x990951BA, 0x076DC419,
0x706AF48F, 0xE963A535, 0x9E6495A3, 0x0EDB8832, 0x79DC
www.eeworm.com/read/252679/12268218
c crc32.c
/*
Copyright (c) 1990-2005 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2004-May-22 or later
(the contents of which are also included in zip.h) for terms of use.
www.eeworm.com/read/230739/14276563
c crc32.c
/*
Copyright (c) 1990-2000 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2000-Apr-09 or later
(the contents of which are also included in zip.h) for terms of use.
www.eeworm.com/read/101788/15815429
c crc32.c
/*
Copyright (c) 1990-2000 Info-ZIP. All rights reserved.
See the accompanying file LICENSE, version 2000-Apr-09 or later
(the contents of which are also included in zip.h) for terms of use.
www.eeworm.com/read/452313/7442027
c crc_8.c
/*8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验*/
#include "stdio.h"
///////////////////////////////////////////////////////////////////////////////////////////
/*initial table*/
void InitCRC(unsigned int P