代码搜索结果

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

test.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////

test.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CAddTextDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "test.h

test.c

/*************************************************************************** * Copyright

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

#include "matrix_utils.h" #include int main(){ matrix_t a,b; float det; matrix_build(&a,4,4,"a.txt"); det = matrix_det(

test.c

#include #define uchar unsigned char #define uint unsigned int bit T_done; main() {static uchar i,j; TMOD=0X20; /*定时器1八位自动重装*/ TL1=0X40;TH1=0x40; //11.0592MHz