代码搜索:Tested

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

代码结果 4,133
www.eeworm.com/read/323119/13349896

pl fork_big.pl

#!/usr/bin/perl -w # # This is a test with uses many processes to test a MySQL server. # # Tested a lot with: --threads=30 $opt_loop_count=500000; # Change this to make test harder/easier #########
www.eeworm.com/read/323119/13349946

pl fork_big2.pl

#!/usr/bin/perl -w # # This is a test with uses many processes to test a MySQL server. # # Tested a lot with: --threads=30 $opt_loop_count=500000; # Change this to make test harder/easier #########
www.eeworm.com/read/319451/13451609

h winxpbuttonst.h

// // Class: CWinXPButtonST // // Compiler: Visual C++ // eMbedded Visual C++ // Tested on: Visual C++ 6.0 // Windows CE 3.0 // // Created: 03/September/2001 // Updated: 25/November/20
www.eeworm.com/read/314888/13557013

asm divid.asm

; ; divid = 4 gives a longer and faster program ; divid = 2 gives a longer and faster program ; ; only divid =2 and divid 4 have been tested ; ; 5.9.90 Manfred Christ / Texas Instruments Freisin
www.eeworm.com/read/312838/13603503

h winxpbuttonst.h

// // Class: CWinXPButtonST // // Compiler: Visual C++ // eMbedded Visual C++ // Tested on: Visual C++ 6.0 // Windows CE 3.0 // // Created: 03/September/2001 // Updated: 25/November/20
www.eeworm.com/read/309649/13667458

c wputch.c

/* +++Date last modified: 05-Jul-1997 */ /* ** WPUTCH.C - Redirect text output to a scrollable window ** ** public domain demo by Gaines Wright ** ** Note: This code has been tested to work
www.eeworm.com/read/303580/13812262

c short.c

/* * short.c -- Simple Hardware Operations and Raw Tests * short.c -- also a brief example of interrupt handling ("short int") * * untested (by now) the hardware r/w * * Tested with 2.0.18 (inte
www.eeworm.com/read/303580/13812298

c short.c

/* * short.c -- Simple Hardware Operations and Raw Tests * short.c -- also a brief example of interrupt handling ("short int") * * untested (by now) the hardware r/w * * Tested with 2.0.18 (inte
www.eeworm.com/read/303580/13812310

c jiq.c

/* * jiq.c -- the just-in-queue module * * Tested with 2.0 on the x86, Sparc */ /* BUGS: the module is not reentrant: only one file can be read at a time * the module usage count is not u
www.eeworm.com/read/303580/13812317

c jit.c

/* * jit.c -- the just-in-time module * * Tested with 2.0 on the x86, Sparc */ /* BUGS: this module is not reentrant: only one file can be read at a time * the module usage count is not us