代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/450470/7483579
c filecnst.c
#include
void main ()
{
printf("The file %s is under Beta testing\n", __FILE__);
}
www.eeworm.com/read/450470/7483583
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/449030/7519962
s paritytest.s
# paritytest.s - An example of testing the parity flag
.section .text
.globl _start
_start:
movl $1, %eax
movl $4, %ebx
subl $3, %ebx
jp overhere
int $0x80
overhere:
movl $100, %ebx
www.eeworm.com/read/448221/7536513
java sampleframeres.java
package resources;
import java.util.*;
public class SampleFrameResource extends ListResourceBundle {
public Object[][] getContents() {
return contents;
}
static final Object[][] contents =
www.eeworm.com/read/445950/7587819
c filecnst.c
#include
void main ()
{
printf("The file %s is under Beta testing\n", __FILE__);
}
www.eeworm.com/read/445950/7587822
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/260759/7592020
cbf letztertest.cbf
Whetstone Performance 60679 operations/sec
Eight Queens Problem 1267 passes/sec
Floating point unit 19279 operations/sec
Memory throughput 40517 kBytes/s
www.eeworm.com/read/445230/7597828
c filecnst.c
#include
void main ()
{
printf("The file %s is under Beta testing\n", __FILE__);
}
www.eeworm.com/read/445230/7597831
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}