代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/420494/10793227
java hello.java
package HelloApp;
/**
* HelloApp/Hello.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from Hello.idl
* 2008年11月3日 星期一 上午12时41分06秒 CST
*/
public interface Hello
www.eeworm.com/read/420052/10820932
cpp hello.cpp
#include
int main()
{printf("area=%f\n",3.24*3.24*2.14);
return 0;}
www.eeworm.com/read/420052/10820942
obj hello.obj
www.eeworm.com/read/274896/10846420
rar hello.rar
www.eeworm.com/read/419627/10853125
lua hello.lua
-- the first program in every language
io.write("Hello world, from ",_VERSION,"!\n")
www.eeworm.com/read/419480/10865686
cpp hello.cpp
#include
#include
int main(int argc, char *argv[])
{
QApplication app(argc,argv);
QPushButton b("Hello World !");
b.show();
QObject::connect(&b,SI
www.eeworm.com/read/419480/10865689
pro hello.pro
######################################################################
# Automatically generated by qmake (2.01a) ?? ?? 10 19:52:38 2008
###############################################################
www.eeworm.com/read/419480/10865690
exe hello.exe
www.eeworm.com/read/419475/10865994
c hello.c
/* HELLO.C -- Hello, world */
#include
main()
{
printf("Hello, world\n");
}
www.eeworm.com/read/419318/10874680