代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/323119/13350944

0_64gb_smp_i686 connect-mysql-linux_2.4.0_64gb_smp_i686

Testing server 'MySQL 3.23.37' at 2001-04-13 1:12:35 Testing the speed of connecting to the server and sending of data All tests are done 10000 times Testing connection/disconnect Time to connect (
www.eeworm.com/read/323119/13350952

35_i686-cmp-adabasd,mysql alter-table-adabasd-linux_2.0.35_i686-cmp-adabasd,mysql

Testing server 'Adabas 10.01.00' at 1998-08-20 19:19:50 Testing of ALTER TABLE Testing with 254 columns and 1000 rows in 20 steps Insert data into the table Time for insert (1000)18 secs ( 0.26 usr
www.eeworm.com/read/323119/13350961

select-mysql-win98

Testing server 'MySQL 3.23.13a alpha' at 2000-03-15 5:20:12 Testing the speed of selecting on keys that consist of many parts The test-table has 10000 rows and the test is done with 500 ranges.
www.eeworm.com/read/136879/13356037

cpp fig20_24.cpp

// Fig. 20.24: fig20_24.cpp // Testing Standard Library adapter class template queue #include #include using namespace std; int main() { queue< double > values;
www.eeworm.com/read/321681/13400965

changelog

0.2 add debug function 0.1 testing capture function can work
www.eeworm.com/read/320816/13418109

c filecnst.c

#include void main () { printf("The file %s is under Beta testing\n", __FILE__); }
www.eeworm.com/read/320816/13418112

c datetime.c

#include void main () { printf("Beta Testing: Last compiled %s %s\n", __DATE__, __TIME__); }
www.eeworm.com/read/316923/13514624

c filecnst.c

#include void main () { printf("The file %s is under Beta testing\n", __FILE__); }
www.eeworm.com/read/316923/13514627

c datetime.c

#include void main () { printf("Beta Testing: Last compiled %s %s\n", __DATE__, __TIME__); }
www.eeworm.com/read/316390/13523725

java testemployeearray.java

import java.io.*; /** * Tests the class EmployeeArray * * @author iCarnegie * @version 1.0.0 * @see EmployeeArray * @see Employee */ public class TestEmployeeArray {