1 2345678910...
|
*)
{
CRC32 support class
}
unit CRC32;
Language: Delphi License: AL20 Copyright 1997-2005 Markus Hahn LOC: 47 Spider_20090120_inc : Blowfish Advanced CS (project search) : .../bfacs/bfacs257src.zip/src/bfacs/CRC32.pas
|
*)
{
CRC32 support class
}
unit CRC32;
Language: Delphi License: AL20 Copyright 1997-2005 Markus Hahn LOC: 47 Spider_20090121_inc : Blowfish CS (project search) : .../Blowfish_CS/bfacs257src.zip/src/bfacs/CRC32.pas
|
LANFile,
Panels,
SBuffer, SClip, SCRC32, SProg,
TKSFX,
UIApp, UIMenu;
Language: Delphi License: GPL LOC: 126 Spider_20081215_inc : The XC Project (project search) : .../inc_002/xcproject/xc-source-3.0.2.zip/XC/InfoCRC.pas
|
FileName: String;
FilePointer: TextFile;
CRC32: DWORD;
end;
var
Language: Delphi License: GPL (C) 2002-2007 by Michael B�hme * LOC: 179 Spider_20090529_inc : Visual MB (project search) : .../visualmb/src/prof/vmbc/vmb_crc.pas
|
> which would do what I need. (Produce 32 bit CRC's that are compatible
> With PKZIP's output).
I snagged this of this echo sometime ago. It does CRC32
using only TP With the help of a precalculated table.
It does procduce CRC32 values that are the same as PKZIP and ARJ.
Language: Delphi (C) 1986 Gary S. Brown" (mostly to LOC: 61 SourceForge : fidonet (project search) : .../f/fidonet/fidonet/units/crc32c.pas
|
unit crc;
{
crc32.c -- compute the CRC-32 of a data stream
Copyright (C) 1995-1998 Mark Adler
Pascal tranlastion
Language: Delphi (C) 1995-1998 Mark Adler... LOC: 133 FreePascal : FreePascal (project search) : .../fpcsrc/packages/base/hash/crc.pas
|
Unit zlib_gzCrc;
{
crc32.c -- compute the CRC-32 of a data stream
Copyright (C) 1995-1998 Mark Adler
Pascal tranlastion
Language: Delphi (C) 1995-1998 Mark Adler... LOC: 136 Spider_20090401_inc : Pascal Server Pages - Demos (project search) : .../0011/pascal-webdev/uses/zlib_gzcrc.pas
|
Unit zlib_gzCrc;
{
crc32.c -- compute the CRC-32 of a data stream
Copyright (C) 1995-1998 Mark Adler
Pascal tranlastion
Language: Delphi (C) 1995-1998 Mark Adler... LOC: 136 Spider_20090401_inc : Pascal Server Pages - Demos (project search) : .../0011/pascal-webdev/powtils-1.7.1-bin-src.zip/main/zlib_gzcrc.pas
|
unit crc;
{
crc32.c -- compute the CRC-32 of a data stream
Copyright (C) 1995-1998 Mark Adler
Pascal tranlastion
Language: Delphi (C) 1995-1998 Mark Adler... LOC: 133 Spider_20081215_inc : Free Pascal Compiler - Source (project search) : .../fpcsrc/packages/hash/src/crc.pas
|
unit crc;
{
crc32.c -- compute the CRC-32 of a data stream
Copyright (C) 1995-1998 Mark Adler
Pascal tranlastion
Language: Delphi (C) 1995-1998 Mark Adler... LOC: 133 Spider_20081215_inc : Free Pascal Compiler - Source (project search) : .../fpc-2.2.2/packages/hash/src/crc.pas
|
Unit Crc;
{
crc32.c -- compute the CRC-32 of a data stream
Copyright (C) 1995-1998 Mark Adler
Pascal tranlastion
Language: Delphi (C) 1995-1998 Mark Adler... LOC: 135 SourceForge : uniProject (project search) : .../uniproject/uniproject/zeus/zlib/crc.pas
|
Unit Crc;
{
crc32.c -- compute the CRC-32 of a data stream
Copyright (C) 1995-1998 Mark Adler
Pascal tranlastion
Language: Delphi (C) 1995-1998 Mark Adler... LOC: 135 Spider_20090529_inc : Delphi-Java Bridge - jniwrapper (project search) : .../0015/djbridge/smartj-src-0.60.zip/zlib/crc.pas
|
{$i fpcdefs.inc}
Interface
Function Crc32(Const HStr:String):cardinal;
Function UpdateCrc32(InitCrc:cardinal;const InBuf;InLen:integer):cardinal;
Function UpdCrc32(InitCrc:cardinal;b:byte):cardinal;
Language: Delphi License: GPL (c) 2000-2002 by Free Pascal Development Team LOC: 58 FreePascal : FreePascal (project search) : .../FreePascal/FreePascal/fpcsrc/compiler/fpccrc.pas
|
FileName: String;
FriendlyName: String;
CRC32: LongWord; //the longword/integer sign is going to give problems again...
Size: Integer;
//not sure about this one yet...
Language: Delphi LOC: 465 ObjectWeb Forge : Bonita (project search) : .../Contrib/VPatch/Source/GUI/PatchClasses.pas
|
FileName: String;
FriendlyName: String;
CRC32: LongWord; //the longword/integer sign is going to give problems again...
Size: Integer;
//not sure about this one yet...
Language: Delphi LOC: 465 Spider_20081217_inc : Research Description Language (RDL) (project search) : .../Contrib/VPatch/Source/GUI/PatchClasses.pas
|
unit CRC32;
///////////////////////////////////////////////////////////////////////////////
// Unit: USGCRC32
Language: Delphi (c) 2001 by Pi (parnassos@gmx.net) LOC: 227 Spider_20090120_inc : SatuVISI Indict (project search) : .../Indict201-src.zip/Indict201/source/Lib/CRC32.pas
|
ProgramVersion = '2.22�';
VAR
MakeCRC32, (* TRUE, wenn 32-Bit-CRC benutzt werden darf *)
RecoverAllow : BOOLEAN; (* TRUE, wenn das File-Recover zugelassen ist *)
(* Empfangen eines File mit dem ZMODEM-Protokoll *)
Language: Delphi LOC: 1716 Spider_20090228_inc : Outlaw BBS : For the mafia in us all - Outlaw BBS (project search) : .../rg/lookat/zmodem/1kzmod/tpz.pas
|
uses Windows, Classes,
SysUtils, ShellAPI,
ComObj, ActiveX, crc32;
const
_GUID_STRING_LENGTH = 38; // ['{4C66917C-9C6E-4A14-87A4-756B3959C5C8}']
Language: Delphi LOC: 49 Spider_20090107_inc : KookieJar (project search) : .../kookiejar/kj6src63.zip/kj6_src/common/gf_GUID.pas
|
{$mode Delphi}
unit crc32;
interface
Type
Language: Delphi LOC: 55 Spider_20090529_inc : R&Q (project search) : .../rnq/Open.RnQ.20070719.rar/Old/GraphicEx/crc32.pas
|
lastmodtime: word; {last mod file time 2 bytes}
lastmoddate: word; {last mod file date 2 bytes}
crc32: longword; {crc-32 4 bytes}
compressedsize: longword; {compressed size 4 bytes}
uncompressedsize: longword; {uncompressed size 4 bytes}
Language: Delphi (C) 2006 Darius Blaszijk LOC: 669 Spider_20090529_inc : Lazarus Code and Component Repository - TAChart (project search) : .../0015/lazarus-ccr/zipfile-0.1.zip/zipfile/zipfile.pas
|
}
{
crc32.c -- compute the CRC-32 of a data stream
Copyright (C) 1995-1998 Mark Adler
Pascal tranlastion
Language: Delphi License: ZLL (C) 1995-1998 Mark Adler... LOC: 171 Spider_20090107_inc : WANT - A Delphi Friendly Build Tool (project search) : .../want-0.3.3.zip/src/jal/src/JalUtils.pas
|
FMD5value : MD5Digest;
FTotalBytes : Int64;
calc_md5, calc_crc32, calc_crcSV: Boolean;
file_name : WideString;
public
Language: Delphi License: GPL Copyright 1989, 1995-1996, 1999 Earl F. Glynn, Overland Park, KS.... LOC: 288 Spider_20081217_inc : MP3 Book Helper (project search) : .../inc_003/mp3bookhelper/MP3BookHelper_v2.3.4_src.zip/Units/checksum.pas
|
==============
(c) 2002-2003 Van de Sande Productions
This unit can calculate the standard ZIP CRC32 for a filestream.
What's new
----------
Language: Delphi (c) 2002-2003 Van de Sande Productions LOC: 36 ObjectWeb Forge : Bonita (project search) : .../Contrib/VPatch/Source/GenPat/vdsp_crc.pas
|
==============
(c) 2002-2003 Van de Sande Productions
This unit can calculate the standard ZIP CRC32 for a filestream.
What's new
----------
Language: Delphi (c) 2002-2003 Van de Sande Productions LOC: 36 Spider_20081217_inc : Research Description Language (RDL) (project search) : .../Contrib/VPatch/Source/GenPat/vdsp_crc.pas
|
function Get_Action: TArchiveAction; safecall;
function Get_CompressedSize: Integer; safecall;
function Get_CRC32: Integer; safecall;
function Get_CRC32St: WideString; safecall;
function Get_DiskFileName: WideString; safecall;
Language: Delphi (C) 1997-2002 LOC: 211 Spider_20090227_inc : osFinancials Accounting Software (project search) : .../Components20070330/tpabbrevia_3_04/source/COM/_TarItem.pas
|
1 2345678910...
|