代码搜索结果
找到约 216,410 项符合
Test 的代码
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
test.v
`timescale 1ns/1ns
module test;
reg A,B,C;
initial
begin
A = 0; B = 1; C = 0;
#50 A = 1; B = 0;
#50 A = 0; C = 1;
#50 B = 1;
#50 B = 0; C = 0;
#50 $finish ;
test.c
//*****************************************************************************
// Filename: test.c
// Version: 0.01
// Description: test r against rtest (array of n elements)
// Returns ef
test.plg
Build Log
--------------------Configuration: test - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"De
test.brx
.\test.bmp
test.brx
.\test.bmp
test.__i
"test.c" LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\DeBug\test.lst) SRC (.\DeBug\test.SRC)
test.ls1
A51 MACRO ASSEMBLER TEST 03/06/2007 22:47:35 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN .\DeBug\test.OBJ
ASSEM
test.lst
C51 COMPILER V7.50 TEST 03/06/2007 22:47:34 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TEST
OBJECT MODULE PLACED IN te