代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/289364/8556393
cpp hello.cpp
/*
* hworld.cpp
* Hello world sample by Robert Roebling
*/
#include "wx/wx.h"
class MyApp: public wxApp
{
virtual bool OnInit();
};
class MyFrame: public wxFrame
{
public:
www.eeworm.com/read/188153/8567917
jad hello.jad
MIDlet-1: HelloWord,,HelloWord
MIDlet-2: Goodbyeword,,Goodbyeword
MIDlet-Jar-Size: 2195
MIDlet-Jar-URL: hello.jar
MIDlet-Name: hello Midlet Suite
MIDlet-Vendor: Midlet Suite Vendor
MIDlet-Versio
www.eeworm.com/read/188153/8567925
jar hello.jar
www.eeworm.com/read/388810/8573864
c hello.c
#include
#include
#include
static int hello_init(void)
{
printk(KERN_ALERT "Hello World\n");
return 0;
}
static void hello_exit(voi
www.eeworm.com/read/432763/8576134
c hello.c
#include
int main(void) {
printf("hello, FriendlyARM!\n");
}
www.eeworm.com/read/388631/8590590
mod hello.mod
/home/azure/Utu-linux/s3c2440/hello_world/hello.ko
/home/azure/Utu-linux/s3c2440/hello_world/hello.o
www.eeworm.com/read/388631/8590599
o hello.o
www.eeworm.com/read/388631/8590602
c hello.c
#include
#include
MODULE_LICENSE("Dual BSD/GPL");
static int hello_init(void)
{
printk(KERN_ALERT "Hello, world\n");
return 0;
}
static void hello_exit(
www.eeworm.com/read/388631/8590621
ko hello.ko
www.eeworm.com/read/288903/8595845
c hello.c
#include
int main(void) {
printf("hello, FriendlyARM!\n");
}