代码搜索结果

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

test.h

#define NX 128 #define NY 128 // NY

test.h

/* This is a test for add: rand */ #define NX 32 #define FNAME "t8" #define MAXERROR 2 #define SCALE 0 DATA x[NX] ={ -2011, -56, -9373, 4701, -5898, 15076, 7426, -2886, 8013, -7604,

test.h

#define NX 16 #define NBIQ 4 #define NH 5 * NBIQ #define FNAME "t3" #define MAXERROR 10 DATA x[NX] ={ 23593, 23177, 6131, -226, 26199, 21078, 9496, 20838, 10500, -10357, -13781,

test.bas

PRINT "This program converts gallons to liters." 100 GOSUB 200 INPUT "Again? (1 or 0): ", x IF x = 1 THEN GOTO 100 END 200 INPUT "Enter gallons: ", g l = g * 3.7854 PRINT

test.c

#include #include int x = 0; int y = 5; int fun1() { extern p, q; printf("p is %d, q is %d\n", p, q); return 0; } int p = 8; int q = 10; int main() {

test.html

This is a second test page This is a second test page for the web_server Th