代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/350636/10727541
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/276309/10748993
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/276309/10748998
c strieql.c
#include
#include
int strieql(char *str1, char *str2)
{
while ((toupper(*str1) == toupper(*str2)) && (*str1))
{
str1++;
str2++;
}
return
www.eeworm.com/read/419693/10844775
output circularlistwithheader.output
Initial size of y and z = 0, 0
Inserted 6 integers, list y should be 1 2 3 4 5 6
Size of y = 6
1 2 3 4 5 6
Testing overloaded
www.eeworm.com/read/349148/10846978
ini twisted-ofkey.ini
# Stress testing buffers for overflows
[long]
# Shitload key size
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
www.eeworm.com/read/272848/10940904
output circularlistwithheader.output
Initial size of y and z = 0, 0
Inserted 6 integers, list y should be 1 2 3 4 5 6
Size of y = 6
1 2 3 4 5 6
Testing overloaded
www.eeworm.com/read/417660/10981183
txt searchstring_asm_routine.txt
MemoryBlock Search Routine in PURE ASM (107 Bytes)
Routine Written by Timothy Slater
SPEED:
Can Scan a 1.1MB memory block for a 20 byte sequence in 15-31ms
USE:
PUSH (LengthOfSearchString)
www.eeworm.com/read/417462/10988958
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/417462/10988965
c strieql.c
#include
#include
int strieql(char *str1, char *str2)
{
while ((toupper(*str1) == toupper(*str2)) && (*str1))
{
str1++;
str2++;
}
return
www.eeworm.com/read/270548/11033344
m demoscript.m
% A sample script for generating training and testing data;
% training and testing an ESN on a NARMA time series prediction task.
% Version 1.0, April 30, 2006
% Copyright: Fraunhofer IAIS 2006 /