代码搜索:Test

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

代码结果 10,000
www.eeworm.com/read/376118/9330263

c test.c

# include "my-malloc.h" void main(void) { /* print_list(); */ char *p[200] ; int i; for (i = 0; i < 20; i++) { p[i] = (char *) Malloc(8) ; printf("malloc %d,
www.eeworm.com/read/376114/9330510

c test_a.c

#include #include void main(void) { char buffer[8192]; // Try reading head 1, track 1, sector 1 if (biosdisk(2, 0, 1, 1, 1, 1, buffer)) printf("Error acces
www.eeworm.com/read/179943/9330513

dat test.dat

INVITE sip:alan@jasomi.com TO : alan@jasomi.com From: ralph@example.com MaX-fOrWaRdS: 0068 Call-ID: test.0ha0isndaksdj@192.0.2.1 Xyzzy-2: this is the number ten : 10 Xyzzy-3: INVITE Xyzzy: 1000
www.eeworm.com/read/179943/9330526

rc test.rc

//Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // //
www.eeworm.com/read/376114/9330797

c for_test.c

#include void main () { int counter; for (counter = 1; counter
www.eeworm.com/read/376075/9332927

test1 -

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, 0x0 File
www.eeworm.com/read/376075/9332943

test1

www.eeworm.com/read/376075/9332956

test2

www.eeworm.com/read/376071/9333368

test7279

www.eeworm.com/read/376064/9334018

asm test.asm

;----------------------start----------------------- KEY_NUM EQU 30H MD EQU 31H ORG 000H JMP MAIN ORG 0023H LJMP RX_INT