代码搜索:Tested

找到约 4,133 项符合「Tested」的源代码

代码结果 4,133
www.eeworm.com/read/379115/9207305

crash-me access.crash-me

Access 97 tested through ODBC 1998.04.19, by monty@mysql.com Access 97 has a bug when on executes a SELECT follwed very fast with a DROP TABLE or a DROP INDEX command: [Microsoft][ODBC Microsoft Acc
www.eeworm.com/read/361198/10064522

bas hplaser.bas

'This sample prints the DosUSB.TXT document to a HP Laserprinter in text 'mode. There are some PCL commands before and after the text output. 'This was tested with a HP 2420d printer. ' defint a-z
www.eeworm.com/read/280959/10276347

txt readme.txt

TQRAngledLabels QuickReport's text labels components with rotate capabilities For Delphi 1, Delphi 2 (not tested) and Delphi 3. Version 1.1a Out-20-1997 (c) 1997 Francisco Maia Goncalves Neto
www.eeworm.com/read/425862/10313190

hpp standio.hpp

// standio.hpp A pair of classes to handle I/O from EITHER a // named file OR STDIN/STDOUT // tested on MSDOS with Zortech C++ 3.0 Borland C++ 3.0 // on Unix with AT&T 2.1 on MIPS and
www.eeworm.com/read/351930/10594850

pas frbarcod.pas

unit frBarcod; { Barcode Component Version 1.20 (13.10.2000) Copyright 1998-2000 Andreas Schmidt and friends for use with Delphi 1/2/3/4/5 Delphi 1 not tested; better use Delphi 2 (or higher
www.eeworm.com/read/466456/7035205

c cuftpd.c.c

/* * A very simple ftp server's source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients:
www.eeworm.com/read/465478/7055412

c outp.c

/* * outp.c -- write the port/value pairs specified in hex on the command line * * Tested with 1.2 and 2.0 on the x86 * It won't run on other platforms. */ #ifndef __i386__ # error "This progr
www.eeworm.com/read/465478/7055463

c outp.c

/* * outp.c -- write the port/value pairs specified in hex on the command line * * Tested with 1.2 and 2.0 on the x86 * It won't run on other platforms. */ #ifndef __i386__ # error "This progr
www.eeworm.com/read/465478/7055510

c export.c

/* * export.c -- export a symbol (maybe a versioned one) (v2.1) * * Tested with 2.1.43 on the x86 (novers) */ #ifndef __KERNEL__ # define __KERNEL__ #endif #ifndef MODULE # define MODULE #endi
www.eeworm.com/read/465478/7055512

c master.c

/* * master.c -- the master module of a master/slave pair using kerneld (v2.1) * * Tested with 2.1.43 on the x86 */ #ifndef __KERNEL__ # define __KERNEL__ #endif #ifndef MODULE # define MODULE