[ crctable program ] ...PROGRAM CRCTable CRCTable generates the table of constants needed for byte wise CRC 16 calculations The constants are formatted for inclusion in the CRC UNIT C Copyright 1989 Earl F Glynn Overland Park KS Compuserve 73257 3527 All Rights Reserved This Turbo Pascal 5 5 PROGRAM may be freely...
.txthttp://www.efg2.com/Lab/Mathematics/CRCTable16.pas.txt
...Porting Ethernet CRC v1 pdf 159 kb ether crc32 arm 7 kb crctable zip 2 kb...
.ziphttp://ftp1.digi.com/support/utilities/porting_ethernet_crc_v1.zip
...crctable txt 3 kb CRC32 INC 6 kb README TXT 219 bytes ac crc32 html 6 kb...
.ziphttp://www.arturocampos.com/ac_crc32_html.zip
[ Pre3/veer Unlocker ] ...pre3 veer unlock py 10 kb crctable py 3 kb pre keygen py 2 kb payload bin 1 kb patch s 977 bytes...
.ziphttp://sites.google.com/site/dogber1/blag/pre3-veer-unlock-v1.4.zip
[ descarga directa ] ...afrag 0 1 0 bytes afrag 0 1 README 7 kb afrag 0 1 crctable h 10 kb afrag 0 1 pcap h 1 kb afrag 0 1 afrag c 20 kb...
.bz2http://homepages.tu-darmstadt.de/~p_larbig/wlan/afrag-0.1.tar.bz2
...ska 0 2 0 bytes ska 0 2 ska c 19 kb ska 0 2 README 8 kb ska 0 2 crctable h 10 kb ska 0 2 pcap h 1 kb...
.bz2http://homepages.tu-darmstadt.de/~p_larbig/wlan/ska-0.2.tar.bz2
...ska 0 1 0 bytes ska 0 1 ska c 19 kb ska 0 1 README 42 kb ska 0 1 crctable h 10 kb ska 0 1 pcap h 1 kb...
.bz2http://homepages.tu-darmstadt.de/~p_larbig/wlan/ska-0.1.tar.bz2
[ UseNet Post ] ... would be apppreciated Here s a unit that implements a 32 bit CRC using the same polynomial as the one used by PKZIP unit uCrc interface function GetStringCrc const Data String LongInt implementation var CrcTable array 0 255 of LongInt procedure InitTable var I J Integer begin for I 0 to 255 do begin CrcTable...
.txthttp://www.efg2.com/Lab/Library/UseNet/1999/0117.txt
...bzip2recover debug bytes libbz2 so 1 0 2 debug bytes bzip2 1 0 2 bytes blocksort c bytes bzip2 c bytes bzip2recover c bytes bzlib c bytes bzlib h bytes bzlib private h bytes compress c bytes crctable c bytes decompress c bytes huffman c bytes randtable c bytes...
.rpm...ux/enterprise/3/en/os/i686/Debuginfo/bzip2-debuginfo-1.0.2-11.i386.rpm
[ CRC-32 ] ... CRC constant table by generator function include stdio h int main unsigned long getcrc void crcgen unsigned long crcTable 256 int main argc argv int argc char argv int i FILE fp unsigned long crc crcgen if argc 2 crc getcrc stdin printf crc32 08lx for stdin n crc else for i 1 i argc i if fp fopen argv...
.chttp://www.eccpage.com/crc-32b.c