代码搜索结果

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

test.mak

############# Target type (Debug/Release) ################## ############################################################ CPPCompileDebug= /Zi /Od /D "_DEBUG" /MDd /Fd"$(TARGET_NAME)" CPPCompil

test.cmp

I-Logix-RPY-Archive version 7.0.2 C++ 760346 { IComponent - _id = GUID eb5b134f-6982-4317-bc1f-5bd291342bf3; - _myState = 139264; - _name = "Test"; - m_buildType = Executable; - m_librarie

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.h

/* This is a test for sub: tst1 */ #define NX 4 #define FNAME "t2" #define MAXERROR 2 #define SUB_SCALE 1 DATA x[NX] ={ 3276, 6553, 9830, 13107, }; DATA y[NX] ={ 328, 655, 983, 13