代码搜索:test1
找到约 3,239 项符合「test1」的源代码
代码结果 3,239
www.eeworm.com/read/409122/2239674
cpp pointer.cpp
#include
#include
void TEST1(void);
void TEST2(void);
void TEST3(void);
int main(void)
{
TEST1();
TEST2();
TEST3();
return 0;
}
void TEST1(void)
{
int X;
www.eeworm.com/read/241965/13107370
c init.c
#include
//#include "init.h"
///////////////////////////
extern unsigned char test;
extern unsigned char test1;
///////////////////////////
void InitRam(void)
{
test=3;
test1=0;
}
www.eeworm.com/read/241965/13107373
c init1.c
#include
//#include "init.h"
///////////////////////////
extern unsigned char test;
extern unsigned char test1;
///////////////////////////
void InitRam(void)
{
test=3;
test1=0;
}
www.eeworm.com/read/241965/13107376
c init2.c
#include
//#include "init.h"
///////////////////////////
extern unsigned char test;
extern unsigned char test1;
///////////////////////////
void InitRam(void)
{
test=3;
test1=0;
}
www.eeworm.com/read/246725/4492382
java test1.java
class MyDate{
public int year, month, day;
public int getYear(){
return(100);
}
}
class Test1{
public static void main(String args[] ){
Test1 t=new
www.eeworm.com/read/192297/5157714
java test1.java
class MyDate{
public int year, month, day;
public int getYear(){
return(100);
}
}
class Test1{
public static void main(String args[] ){
Test1 t=new
www.eeworm.com/read/410867/2200893
java test1.java
class MyDate{
public int year, month, day;
public int getYear(){
return(100);
}
}
class Test1{
public static void main(String args[] ){
Test1 t=new
www.eeworm.com/read/120487/6071933
data ct.data
1 group1 test1 att1 val1
2 group1 test1 att2 val2
3 group1 test1 att3 val3
4 group1 test1 att4 val4
5 group1 test2 att1 val5
6 group1 test2 att2 val6
7 group1 test2 att3 val7
8 group1 test2 att4 val8
www.eeworm.com/read/167847/9950290
sh test1.time.sh
#!/bin/sh
echo "10 readers, 0 writers"
/bin/time ./test1 -r 10 -w 0 -n 1000000 > /dev/null
/bin/time ./test1 -r 10 -w 0 -n 1000000 > /dev/null
echo "8 readers, 2 writers"
/bin/time ./test1 -r 8 -w 2
www.eeworm.com/read/128880/14273959
sh test1.time.sh
#!/bin/sh
echo "10 readers, 0 writers"
/bin/time ./test1 -r 10 -w 0 -n 1000000 > /dev/null
/bin/time ./test1 -r 10 -w 0 -n 1000000 > /dev/null
echo "8 readers, 2 writers"
/bin/time ./test1 -r 8 -w 2