代码搜索:test1
找到约 3,239 项符合「test1」的源代码
代码结果 3,239
www.eeworm.com/read/366702/2878773
c pr29156.c
extern void abort(void);
struct test1
{
int a;
int b;
};
struct test2
{
float d;
struct test1 sub;
};
int global;
int bla(struct test1 *xa, struct test2 *xb)
{
global = 1;
xb->sub.a = 1;
www.eeworm.com/read/239567/4598338
py testrelative.py
from toimport import Test1
from toimport import Test2
class Derived(Test1, Test2):pass #should inherit the methods.
www.eeworm.com/read/229812/4740658
err24
# -----------------------------------
# ERROR 24: more than one cmd list
# -----------------------------------
test1 : a
cmd list 1
test1 : b
cmd list 2
test2 : .symbolic
cmd l
www.eeworm.com/read/16718/683847
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/216781/4888130
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
www.eeworm.com/read/198916/5080813
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
www.eeworm.com/read/305277/3779281
check collections.check
***** immutable.ListSet:
test1: 14005
test2: 25005003
test3: 25005003
***** immutable.TreeSet:
test1: 14005
test2: 25005003
test3: 25005003
***** mutable.HashSet:
test1: 14005
test2: 25005003
test3: 2