代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/138783/13213082
readme
pngsuite
--------
(c) Willem van Schaik, 1999
Permission to use, copy, and distribute these images for any purpose and
without fee is hereby granted.
These 15 images are part of the much larger Png
www.eeworm.com/read/323963/13304626
txt readme.txt
Sample project for testing the keygen DLL, uses 768 bit keys.
www.eeworm.com/read/137531/13315169
c streql.c
#include
int streql(char *str1, char *str2)
{
while ((*str1 == *str2) && (*str1))
{
str1++;
str2++;
}
return((*str1 == NULL) && (*str2 == NULL));
www.eeworm.com/read/137531/13315175
c strieql.c
#include
#include
int strieql(char *str1, char *str2)
{
while ((toupper(*str1) == toupper(*str2)) && (*str1))
{
str1++;
str2++;
}
return
www.eeworm.com/read/323119/13350351
0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase connect-db2_odbc-nt_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase
Testing server 'IBM DB2 5' at 1999-02-02 7:07:03
Testing the speed of connecting to the server and sending of data
All tests are done 10000 times
Testing connection/disconnect
www.eeworm.com/read/323119/13350358
0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase select-informix_odbc-nt_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase
Testing server 'Informix 7.30C1 ' at 1998-10-06 1:41:01
Testing the speed of selecting on keys that consist of many parts
The test-table has 10000 rows and the test is done with 8.5 ranges.
Creati
www.eeworm.com/read/323119/13350404
0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase select-ms-sql_odbc-nt_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase
Testing server 'Microsoft SQL Server 7.00 - 7.00.517 (Intel X86) ' at 1998-09-07 14:22:16
Testing the speed of selecting on keys that consist of many parts
The test-table has 10000 rows and the test
www.eeworm.com/read/323119/13350406
0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase select-mysql_odbc-nt_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase
Testing server 'MySQL 3.22.16 gamma' at 1999-02-07 13:47:07
Testing the speed of selecting on keys that consist of many parts
The test-table has 10000 rows and the test is done with 8.5 ranges.
Crea
www.eeworm.com/read/323119/13350446
0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase select-mysql-nt_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase
Testing server 'MySQL 3.22.16 gamma' at 1999-02-20 21:28:50
Testing the speed of selecting on keys that consist of many parts
The test-table has 10000 rows and the test is done with 8.5 ranges.
Crea
www.eeworm.com/read/323119/13350461
0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase alter-table-mysql-nt_4.0-cmp-db2,informix,ms-sql,mysql,oracle,solid,sybase
Testing server 'MySQL 3.22.16 gamma' at 1999-02-20 19:54:12
Testing of ALTER TABLE
Testing with 16 columns and 1000 rows in 20 steps
Insert data into the table
Time for insert (1000) 1 wallclock secs