代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/182664/9197335
java hello.java
//Our first Java program.
public class Hello //声明一个类
{
public static void main(String[] args) //主函数,程序起始执行点
{
System.out.println("Hello World!"); //打印Hello World
}
}
www.eeworm.com/read/378756/9216812
dsw hello.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/378756/9216814
h hello.h
//*******************************************************************
// 工程:hello
// 文件:hello.cpp
// 内容:创建第一个DirectDraw应用程序,
//*************************************************************
www.eeworm.com/read/378756/9216817
cpp hello.cpp
//*******************************************************************
// 工程:hello
// 文件:hello.cpp
// 内容:创建第一个DirectDraw应用程序,
//*************************************************************
www.eeworm.com/read/378756/9216818
opt hello.opt
www.eeworm.com/read/378756/9216820
plg hello.plg
Build Log
--------------------Configuration: hello - Win32 Release--------------------
Command Lines
Creating temporary file "D:\DOCUME~1\ADMIN
www.eeworm.com/read/378756/9216821
ncb hello.ncb
www.eeworm.com/read/378756/9216824
dsp hello.dsp
# Microsoft Developer Studio Project File - Name="hello" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
www.eeworm.com/read/378417/9231876
h hello.h
#ifndef filename_h
#define filename_h
char *hello(char*);
#endif