代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/116739/14956248

sc argvs.sc

# Testing command line arguments with ARGV and ARGC using a for loop. BEGIN{ for(i=0;i < ARGC;i++) printf("argv[%d] is %s\n", i, ARGV[i]) printf("The number of arguments, ARGC=%d\n",
www.eeworm.com/read/216463/15006072

mod2convert-test-out

Creating sparse matrix. Converting from sparse to dense. Converting back to dense again. Testing for equality of two sparse matrices: OK. Converting to dense once again. Testing for equality of two d
www.eeworm.com/read/115421/15014586

all policy.all

// this policy file should only be used for testing and not deployed grant { permission java.security.AllPermission; };
www.eeworm.com/read/114100/15101414

html 2108.html

Re: 拆出中文字的字码 Re: 拆出中文字的字码
www.eeworm.com/read/206867/15287770

c strieql.c

#include #include int strieql(char *str1, char *str2) { while ((toupper(*str1) == toupper(*str2)) && (*str1)) { str1++; str2++; } return
www.eeworm.com/read/206867/15287776

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/173141/5378527

sql rollforwardrecovery.sql

-- reusing container id case run resource 'createTestProcedures.subsql'; call SYSCS_UTIL.SYSCS_BACKUP_DATABASE_AND_ENABLE_LOG_ARCHIVE_MODE( 'extinout/mybackup', 0); create table t1(a int not null
www.eeworm.com/read/173141/5379537

out updatableresultset.out

Start testing delete and update using JDBC2.0 updateable resultset apis Negative Testl - request for scroll insensitive updatable resultset will give a read only scroll insensitive resultset WARNING (
www.eeworm.com/read/173141/5379564

out importexport.out

Test importExport starting testing non-existing data file The exception 'SQL Exception: The exception 'java.lang.reflect.InvocationTargetException' was thrown while evaluating an expression.' was thro
www.eeworm.com/read/173141/5379582

out updatableresultset.out

Start testing delete and update using JDBC2.0 updateable resultset apis Negative Testl - request for scroll insensitive updatable resultset will give a read only scroll insensitive resultset WARNING (