代码搜索:Hello

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

代码结果 10,000
www.eeworm.com/read/176251/9510612

bas hello.bas

#!/usr/local/bin/sbrun -g ' asdasdas.bas print "Hello, world!"
www.eeworm.com/read/372447/9510736

wav hello.wav

www.eeworm.com/read/372253/9515387

c hello.c

#include int main(void) { printf("hello, FriendlyARM!\n"); }
www.eeworm.com/read/372148/9519282

obj hello.obj

www.eeworm.com/read/372148/9519327

c hello.c

#include #include "gui.h" USER_PRO MainWin(HAND hd,MESSAGE msg) { if(msg.type == GM_SYSTEM) switch(msg.message) { case GM_Create: CreateObject(hd,TEXTBOX,1,1,"",10,30,120,50,NUL
www.eeworm.com/read/372148/9519335

exe hello.exe

www.eeworm.com/read/372148/9519413

c hello.c

#include "gui.h" USER_PRO HelloGUI(HAND hd,MESSAGE msg) { if(msg.type == GM_SYSTEM) switch(msg.message) { case GM_Draw: { HDC hdc; hdc=efGDI->Start(hd); efGDI->SetColor(hdc,COLOR_
www.eeworm.com/read/372148/9519485

c hello.c

#include "gui.h" USER_PRO HelloGUI(HAND hd,MESSAGE msg) { if(msg.type == GM_SYSTEM) switch(msg.message) { case GM_Create: return; case GM_Draw: {
www.eeworm.com/read/175365/9550977

jsp hello.jsp

www.eeworm.com/read/371500/9551590

c hello.c

#include "ourhdr.h" int main(void) { printf("hello world from process ID %d\n", getpid()); printf("hello world from parent process ID %d\n", getppid()); printf("hello world from