代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/419318/10874691
rc hello.rc
STRINGTABLE
BEGIN
1 "Hello World !!"
2 "Hello, I am the simplest control panel applet in the world !!"
END
5 ICON "yoshi.ico"
www.eeworm.com/read/419310/10876005
m hello.m
#import
#import "HelloApplication.h"
int main(int argc, char **argv)
{
[[NSAutoreleasePool alloc] init];
return UIApplicationMain(argc, argv, [HelloApplication class]);
}
www.eeworm.com/read/274253/10880228
c hello.c
/* HELLO.C -- Hello, world */
#include
main()
{
printf("Hello, world\n");
}
www.eeworm.com/read/419152/10883567
rom hello.rom
www.eeworm.com/read/419152/10883704
o hello.o
www.eeworm.com/read/419152/10883730
c hello.c
/* Print a friendly message to the serial console. */
#include "spimconsreg.h"
#define IOBASE 0xa2000000
#define IS_READY(ctrl) (((*(ctrl)) & CTL_RDY) != 0)
void entry(void)
{
char *p = "Hello, wo
www.eeworm.com/read/419152/10883863
rom hello.rom
www.eeworm.com/read/419152/10883889
exe hello.exe
www.eeworm.com/read/273912/10894771
lst hello.lst
1 ;--------------------------------------------------------
2 ; File Created by SDCC : FreeWare ANSI-C Compiler
www.eeworm.com/read/273912/10894774
lnk hello.lnk
-myuxi
-Y
-b HOME = 0x0000
-b ISEG = 0x0080
-b BSEG = 0x0000
-k /usr/bin/../share/sdcc/lib/small
-k /usr/share/sdcc/lib/small
-l mcs51
-l libsdcc
-l libint
-l liblong
-l libfloat
hello.rel
-e