代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/161772/10375835
exe hello.exe
www.eeworm.com/read/161772/10375847
c hello.c
#include
int main(void)
{
printf("Hello, World!\n");
return 0;
}
www.eeworm.com/read/161772/10376210
aspx hello.aspx
void doClick(object sender, EventArgs e) {
MyLabel.Text = "Hello, world! (C# ASP.NET in action!)";
}
Hello Worl
www.eeworm.com/read/161772/10376213
cs hello.cs
class Hello
{
static void Main()
{
System.Console.WriteLine("Hello, World!");
}
}
www.eeworm.com/read/161772/10376773
java hello.java
public class HelloWorld {
public static void main(String args[]) {
Say("Hello, world!");
}
private static void Say(String message) {
System.out.println(message);
www.eeworm.com/read/161771/10377501
pak hello.pak
www.eeworm.com/read/161704/10385232
opt hello.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/161704/10385238
lst hello.lst
C51 COMPILER V6.12 HELLO 09/15/2002 13:49:06 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE HELLO
OBJECT MODULE PLACED IN .
www.eeworm.com/read/161704/10385253
plg hello.plg
www.eeworm.com/read/161704/10385256
c hello.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include