Results 1-25 of about 672 results found for 'algorithm' in 0.30 seconds
 1 2345678910...

TstAlgorithms.pas
unit TstAlgorithms;
interface
uses
Language: Delphi
LOC: 126
Spider_20090108_inc : XPFramework (project search) : .../xpframework/xpframework.zip/xpframework/TstCollections/TstAlgorithms.pas

pgpFeatures.pas
  kPGPFeatureMask_HasTimeout          = $2;
type
  TPGPAlgorithmInfo = record
    ShortName    : array[0..31] of char;
    LongName     : array[0..95] of char;
Language: Delphi
License: MPL11
(C) 2000 Steven R. Heller }...
LOC: 107
SourceForge : WinJab (project search) : .../w/winjab/winjab/winjab/pgpFeatures.pas

uEncrypt.pas
  TfmEncrypt = class(TForm)
    gbSecurity: TGroupBox;
    lblAlgorithm: TLabel;
    cbAlgorithm: TComboBox;
    gbWarning: TGroupBox;
Language: Delphi
LOC: 152
Spider_20090120_inc : GXExplorer (project search) : .../gxexplorer/gxsource0993b.zip/0.993B/Source/uEncrypt.pas

pass.pas
      Label6: TLabel;
    l_hash: TLabel;
    l_algorithm: TLabel;
    Label9: TLabel;
      l_chaining: TLabel;
Language: Delphi
License: GPL
(C) 2002-2003 Andrew Ferguson, all rights reserved.
LOC: 381
Spider_20090120_inc : ClipSecure (project search) : .../006/clipsecure/clipsecure12_opensource_release_102.zip/pass.pas

DCPcrypt.pas
{******************************************************************************}
{** Base classes for block cipher and hash algorithm implementations **********}
{******************************************************************************}
{** Written by David Barton (davebarton@bigfoot.com) **************************}
Language: Delphi
LOC: 202
Spider_20090120_inc : GXExplorer (project search) : .../gxsource0993b.zip/0.993B/Comps3P/Dcpcrypt/DCPcrypt.pas

MPlayerVolume.pas
    dwValue: DWORD;      
    dwOver: DWORD;      
    lpstrAlgorithm: PChar;      
    lpstrQuality: PChar;      
  end;
Language: Delphi
LOC: 42
Spider_20090121_inc : A.L.A.R.M. A Laptop A/C Removal Monitor - alarm (project search) : .../007/alarm/alarm101-src.zip/MPlayerVolume.pas

IdAuthenticationDigest.pas
  IdHeaderList;
Type
  EIdInvalidAlgorithm = class(EIdException);
  TIdDigestAuthentication = class(TIDAuthentication)
  protected
Language: Delphi
Copyright 2002 by Quality Software Components }
LOC: 110
Spider_20090120_inc : Zeus:DB (project search) : .../delphi packages/Indy_9_00_14_src.rar.---/Indy_9_00_14_src/Source/IdAuthenticationDigest.pas

IdAuthenticationDigest.pas
  IdHeaderList;
Type
  EIdInvalidAlgorithm = class(EIdException);
  TIdDigestAuthentication = class(TIDAuthentication)
  protected
Language: Delphi
Copyright 2002 by Quality Software Components }
LOC: 110
Spider_20090227_inc : osFinancials Accounting Software (project search) : .../osfinancials/Components20070330.zip/Components20070330/INDY9/IdAuthenticationDigest.pas

idauthenticationdigest.pas
  IdHeaderList;
Type
  EIdInvalidAlgorithm = class(EIdException);
  TIdDigestAuthentication = class(TIDAuthentication)
  protected
Language: Delphi
Copyright 2002 by Quality Software Components }
LOC: 110
Spider_20090107_inc : indy for FPC/Lazarus (project search) : .../inc_004/indy4lazarus/indy4lazarus-20040117.tgz/source/idauthenticationdigest.pas

rnqftbresenham.pas
unit rnqftbresenham;
(******************************************************************************
Delphi implementation of Bresenham's Line/Circle/Ellipse algorithm.
Author: Finn Tolderlund
        Denmark
Language: Delphi
LOC: 221
Spider_20090529_inc : R&Q (project search) : .../rnq/Open.RnQ.20070719.rar/Old/GraphicEx/rnqftbresenham.pas

options.pas
    TabSheet4: TTabSheet;
      rg_chainingmode: TRadioGroup;
      rg_algorithm: TRadioGroup;
    rg_hash: TRadioGroup;
    cb_allowchanges: TCheckBox;
Language: Delphi
License: GPL
(C) 2002-2003 Andrew Ferguson, all rights reserved.
LOC: 320
Spider_20090120_inc : ClipSecure (project search) : .../006/clipsecure/clipsecure12_opensource_release_102.zip/options.pas

dcpcrypt2.pas
  Tdwordarray= array[0..8191] of dword;
{******************************************************************************}
    { The base class from which all hash algorithms are to be derived  }
type
  EDCP_hash= class(Exception);
Language: Delphi
(c) 1999-2003 David Barton *}
LOC: 439
Spider_20090529_inc : Lazarus Code and Component Repository - TAChart (project search) : .../0015/lazarus-ccr/dcpcrypt2-laz-2.0.3-2.zip/DCP/dcpcrypt2.pas

GWinCryp.pas
  PLPWSTR = ^LPWSTR;
  LPCTSTR = PChar; {should be PWideChar if UNICODE}
{Algorithm IDs and Flags}
{ALG_ID crackers}
{GET_ALG_CLASS}
Language: Delphi
LOC: 3763
Spider_20090120_inc : AllLib (project search) : .../006/alllib/alllib.zip/alllib/GWinCryp.pas

uGXECrypto.pas
  Dialogs, SysUtils, Twofish, Rijndael, RC2, Misty1, IDEA, Gost, Cast128, Blowfish, SHA1, GX_ShellCommon;
type TSHA_HashDigest = string[40];
//The following are hashes identifying the various algorithms. These are used
//when decrypting a file to identify the algorithm used
const TGXEDecEncAlgHashes: array[TGXEDecEncAlg] of TSHA_HashDigest =
Language: Delphi
LOC: 305
Spider_20090120_inc : GXExplorer (project search) : .../gxexplorer/gxsource0993b.zip/0.993B/Source/uGXECrypto.pas

bcd.pas
begin
  (* ??? *)
  (* the algorithm for DAS is fashioned after the pseudo code in the
   * Pentium Processor Family Developer's Manual, volume 3.  It seems
   * to have changed from earlier processor's manuals.  I'm not sure
Language: Delphi
LOC: 98
Spider_20081217_inc : Delphi Bochs (project search) : .../bochs2delphi/m2.zip/m2/Cpu/bcd.pas

md5test1.pas
Author:       Fran�ois PIETTE. Based on work given by Louis S. Berman from
              BrainTree Ltd, lsb@braintree.com
Description:  MD5 is an implmentation for the MD5 Message-Digest Algorithm
              as described in RFC-1321
EMail:        francois.piette@pophost.eunet.be
Language: Delphi
License: ZLL
(C) 1997, 1998 by Fran�ois PIETTE
LOC: 25
Spider_20090227_inc : osFinancials Accounting Software (project search) : .../wwwNet/ics/Delphi/Internet/md5test1.pas

FGIntRSA.PAS
implementations in a commercial application, contact me before
doing so, that way you can license the software to use it in commercial
Software.  If any algorithm is patented in your country, you should
acquire a license before using this software.  Modified versions of this
software must contain an acknowledgement of the original author (=me).
Language: Delphi
copyright 2000, Walied Othman
LOC: 146
SourceForge : Internet Document Transfer (project search) : .../i/idtrans/idtrans/delphi/FGIntRSA.PAS

FGIntPrimeGeneration.PAS
implementations in a commercial application, contact me before
doing so, that way you can license the software to use it in commercial
Software.  If any algorithm is patented in your country, you should
acquire a license before using this software.  Modified versions of this
software must contain an acknowledgement of the original author (=me).
Language: Delphi
copyright 2000, Walied Othman
LOC: 22
SourceForge : Internet Document Transfer (project search) : .../i/idtrans/idtrans/delphi/FGIntPrimeGeneration.PAS

IdAuthenticationDigest.pas
  IdObjs;
type
  EIdInvalidAlgorithm = class(EIdException);
  TIdDigestAuthentication = class(TIdAuthentication)
  protected
Language: Delphi
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reserved.
LOC: 195
Spider_20090529_inc : R&Q (project search) : .../rnq/Open.RnQ.20070719.rar/INDY/lazarus/IdAuthenticationDigest.pas

md5test1.pas
Author:       Fran�ois PIETTE. Based on work given by Louis S. Berman from
              BrainTree Ltd, lsb@braintree.com
Description:  MD5 is an implmentation for the MD5 Message-Digest Algorithm
              as described in RFC-1321
EMail:        francois.piette@pophost.eunet.be
Language: Delphi
License: ZLL
(C) 1997, 1998 by Fran�ois PIETTE
LOC: 25
Spider_20090120_inc : Feedreader - Extendable RSS/ATOM reader (project search) : .../Delphi-Components/ics.zip.---/Delphi/Internet/md5test1.pas

Wcrypt2.pas
//----------------------------------------------------------------------------
//
// Algorithm IDs and Flags
//
// ALG_ID crackers
Language: Delphi
License: MPL11
(C) 1993-1998 Microsoft Corporation. }...
LOC: 3096
Spider_20090401_inc : LDAPAdmin (project search) : .../0011/ldapadmin/LdapAdmin-1.1.zip/Wcrypt2.pas

Wcrypt2.pas
//----------------------------------------------------------------------------
//
// Algorithm IDs and Flags
//
// ALG_ID crackers
Language: Delphi
License: MPL11
(C) 1993-1998 Microsoft Corporation. }...
LOC: 3058
Spider_20090108_inc : cryptx (project search) : .../inc_005/cryptx/cryptx_src-0.0.3.tar.bz2/cryptx-src/Wcrypt2.pas

pgpPubTypes.pas
{Symmetric Ciphers}
type
  PGPCipherAlgorithm = PGPEnumType;
const
  kPGPCipherAlgorithm_None    = 0;
Language: Delphi
License: MPL11
(C) 2000 Steven R. Heller }...
LOC: 94
SourceForge : WinJab (project search) : .../w/winjab/winjab/winjab/pgpPubTypes.pas

CSVStringInfo.pas
Changes:
Version 1.1
Changed the field extracting algorithm. In version 1.0 it worked exactly the
same way as in Microsoft Visual FoxPro. But seeing that the way Microsoft's
product does it is buggy (as usual), I changed the algorithm.
Language: Delphi
LOC: 126
Spider_20090107_inc : Html 2 (to) Ubb (IBF, BB) code converter (project search) : .../htmltoubb/html_to_ubb_002.zip/components/csvinfo.zip.---/CSVStringInfo.pas

polygonalyzation.pas
end;
{******************************************************************************}
{polygonalization method from Douglas-Peucker polyline simplification algorithm}
{adaptation of the implementation of "http://www.simdesign.nl/Components/DouglasPeucker.html"
 here their licence :
Language: Delphi
License: MPL11
(c) 2003 Simdesign (www.simdesign.nl)
LOC: 169
SourceForge : Filters (project search) : .../Filters/Filters1/Src/Delphi/polygonalyzation.pas

 1 2345678910...

Project Matches
 1 2345...

Algorithm__Combinatorics - Algorithm::Combinatorics,...

Algorithm__Networksort - Algorithm::Networksort

Algorithm__SVMLight - Algorithm::SVMLight

Algorithm__Knap01DP - Algorithm::Knap01DP

Algorithm__FEC - Algorithm::FEC








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us