代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/185570/9031098
pwi hello.pwi
www.eeworm.com/read/185570/9031100
plg hello.plg
礦ision2 Build Log
Project:
D:\Program Files\Labcenter Electronics\Proteus 6 Professional\仿真\05级单片机演示实验\串行口\hello.uv2
Project File Date: 12/14/2006
O
www.eeworm.com/read/185570/9031107
dsn hello.dsn
www.eeworm.com/read/185570/9031109
opt hello.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/283196/9036441
c hello.c
#include
static void button_clicked(GtkWidget *button, gpointer data)
{
char *string = data;
g_print(string);
}
int main (int argc, char *argv[])
{
GtkWidget *app;
GtkWidge
www.eeworm.com/read/283196/9036738
c hello.c
/*
* Hello world module.
*/
#include
#if defined(CONFIG_SMP)
#define __SMP__
#endif
#if defined(CONFIG_MODVERSIONS)
#define MODVERSIONS
#include
#endif
#inc
www.eeworm.com/read/283196/9036816
c hello.c
#include
int main()
{
printf("Hello World\n");
exit(0);
}
www.eeworm.com/read/382123/9048036