代码搜索:Fast

找到约 10,000 项符合「Fast」的源代码

代码结果 10,000
www.eeworm.com/read/173998/9613797

cpp twofish.cpp

/* * Fast, portable, and easy-to-use Twofish implementation, * Version 0.3. * Copyright (c) 2002 by Niels Ferguson. * (See further down for the almost-unrestricted licensing terms.) * * ------
www.eeworm.com/read/171862/9731665

pas imgutil.pas

{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below unit ImgUtil; // The new algorithms are 5 to 8 imes faster (dirty but fast) and they // not need so many memory (if the
www.eeworm.com/read/170872/9782870

readme

FastDB is embedded main memory database. It is intended to be used in your C/C++ application to provide fast access to persistent data. As far as FastDB is embedded database, there is need to start
www.eeworm.com/read/170565/9798174

c mrfast.c

/* * MIRACL fast fourier multiplication routine, using 3 prime method. * mrfast.c - only faster for very high precision multiplication * of numbers > about 4096 bits (see bel
www.eeworm.com/read/270032/11050586

c alloc.c

/* alloc.c * * A simple fast memory allocation package. * * AllocInit() - create an alloc pool, returns the old pool handle. * Alloc() - allocate memory. * AllocReset() - reset the c
www.eeworm.com/read/414908/11091963

fr3 44.fr3

www.eeworm.com/read/266535/11220447

c average.c

// Problem Average is not Fast Enough! // Algorithm Straight-Forward // Runtime O(n) // Author Marc Meister // Date 08.06.2001 #include #include #define A(x) (x-'0')
www.eeworm.com/read/266403/11227081

cpp xor.cpp

// Created:10-21-98 // By Jeff Connelly // XOR encryption // Justs XOR the file with the password, simple and fast // Very weak! // Used in the ARC archiver #include "stdafx.h" #define
www.eeworm.com/read/265935/11249448

cpp twofish.cpp

/* * Fast, portable, and easy-to-use Twofish implementation, * Version 0.3. * Copyright (c) 2002 by Niels Ferguson. * (See further down for the almost-unrestricted licensing terms.) * *
www.eeworm.com/read/265935/11249458

h twofish.h

/* * Fast, portable, and easy-to-use Twofish implementation, * Version 0.3. * Copyright (c) 2002 by Niels Ferguson. * * See the twofish.c file for the details of the how and why of this cod