代码搜索结果

找到约 10,000 项符合 Test 的代码

test.c

/*----------------------------------www.00IC.com----------------------------------------- ╔=======================================╗ ┆ 00IC-51开发板配套实验学习

test.lnp

"STARTUP.obj", "test.obj" TO "test" RAMSIZE(256)

test.bp

#include #include "libmetrics.h" #include "lkl.h" #include int test() { int i = 0; cl_sensors_env* env = cl_env_init(); for(i = 0; i

test.c

#include #include "libmymetrics.h" int main(int argc,char* argv[]) { char aa[20]={0}; mymetric_init(); get_metrics(aa,0); printf("%s\n",aa); get_metrics(aa,1); printf("%s\n",aa);

test.sh

#!/bin/sh gcc -g -c -I. test.c #gcc -g -O2 -Wall -o test test.o #g++ -g -O2 -Wall -o test test.o -L. -ldl -lresolv -lnsl -lpthread -lmymetrics -lsensors -llcsens gcc -g -O2 -Wall -o test test.o

test.h

#ifndef TEST #define TEST #define MAX_PATH 260 int main(int argc, char **argv); /* * This is a multiline comment * because, as you might know, * C allows comments that can * span many lines