代码搜索:Test

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

代码结果 10,000
www.eeworm.com/read/276288/10750932

c test.c

#include "commtool.h" /* main_1_19() { int n, arrsize; int *pcArr; int rtn; int i; scanf("%d %d", &n, &arrsize); printf("n: %d arrsize: %d\n", n, arrsize); pcArr = (int *
www.eeworm.com/read/276264/10751853

dat test.dat

1 5 10 1 1 5 50 1 2 5 10 1 2 5 50 1 3 5 10 1 3 5 50 1 4 2 2 3 5 3 3 3 6 4 4 3
www.eeworm.com/read/350250/10752913

c test.c

www.eeworm.com/read/276204/10753724

pl test.pl

#!/usr/bin/perl use strict; my $dir = "/usr/local/FileTransfer/Server/files/log/88/logMerge/channel/date/aa.txt"; my $folderName ; my @path =split( /\//,$dir); for(my $i=0;$i
www.eeworm.com/read/421117/10754573

asm test.asm

ORG 0800H AJMP main ORG 0880h main: mov a,r0 END
www.eeworm.com/read/350223/10757629

plg test.plg

礦ision2 Build Log Project: E:\2005年资料\芯片资料\ZLG7290\测试7290(06.1.10最后版)\TEST.uv2 Project File Date: 12/17/2005 Output:
www.eeworm.com/read/350223/10757632

hex test.hex

:10050000EE3E9C7A9E8EF66E20700E1C3ACEE60A67 :0E051000C108013000012F01012E0001310051 :0904E000D2EED2EF1204E9D2EDD4 :0604E900E4FF0FBF05FC5B :0104EF0022EA :0E051F00C2B4D2EED2ED1204E9D2EF0204E92A :0
www.eeworm.com/read/350223/10757652

lnp test.lnp

"ZLG7290B.obj" TO "TEST" RAMSIZE(256)
www.eeworm.com/read/350223/10757659

opt test.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/421067/10757993

h test.h

#ifndef TEST_H #define TEST_H class Test { public: void Show() { } }; #endif