代码搜索:HelloWorld
找到约 6,037 项符合「HelloWorld」的源代码
代码结果 6,037
www.eeworm.com/read/289550/8545220
ilk helloworld.ilk
www.eeworm.com/read/289550/8545223
mif helloworld.mif
www.eeworm.com/read/289550/8545226
dll helloworld.dll
www.eeworm.com/read/289550/8545228
brh helloworld.brh
#ifndef HELLOWORLD_BRH
#define HELLOWORLD_BRH
// WARNING: DO NOT MODIFY THIS FILE
// AUTO-GENERATED BY BREW Resource Editor
#define HELLOWORLD_RES_FILE "helloworld.bar"
#define IDS_STRING
www.eeworm.com/read/289550/8545229
ncb helloworld.ncb
www.eeworm.com/read/289550/8545231
bar helloworld.bar
www.eeworm.com/read/289550/8545234
bid helloworld.bid
#ifndef HELLOWORLD_BID
#define HELLOWORLD_BID
#define AEECLSID_HELLOWORLD 0x12345678
#endif //HELLOWORLD_BID
www.eeworm.com/read/289550/8545236
opt helloworld.opt
www.eeworm.com/read/433074/8548899
c helloworld.c
#include
/* 这是一个回调函数。data 参数在本示例中被忽略。
* 后面有更多的回调函数示例。*/
void hello( GtkWidget *widget,
gpointer data )
{
g_print ("Hello World\n");
}
gint delete_event( GtkWidget *wid