代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/281650/9144359
c hello.c
/*
* test code for pxa250's PREMIUM
*
* Author: Yong-iL Joh
* Date : $Date: 2004/02/04 06:22:25 $
*
* $Revision: 1.1.1.1 $
*/
#include "config.h"
#include "machine.h"
#incl
www.eeworm.com/read/281461/9154797
c hello.c
/* HELLO.C -- Hello, world */
#include
main()
{
printf("Hello, world\n");
}
www.eeworm.com/read/380061/9167103
c hello.c
#include "hello.h"
int main()
{
printf("hello everyone!\n");
}
www.eeworm.com/read/183272/9172530
c hello.c
#include "apue.h"
int
main(void)
{
printf("hello world from process ID %d\n", getpid());
exit(0);
}
www.eeworm.com/read/183086/9179277
map hello.map
Start Stop Length Name Class
00000H 00892H 00893H _TEXT CODE
00893H 008F0H 0005EH I8018XEB_TEXT CODE
008F2H 0099BH 000AAH BSP CODE
0099CH
www.eeworm.com/read/183086/9179281
obj hello.obj
www.eeworm.com/read/183086/9179285
cpp hello.cpp
/**********************************************************************
*
* Filename: hello.cpp
*
* Description: A "Hello, World!" application built on top of ADEOS.
*
* Notes: T
www.eeworm.com/read/183086/9179289
exe hello.exe
www.eeworm.com/read/182664/9197334