代码搜索:HelloWorld
找到约 6,037 项符合「HelloWorld」的源代码
代码结果 6,037
www.eeworm.com/read/380538/9143204
jad helloworld.jad
MIDlet-Version: 1.0.0
MIDlet-Vendor: Midlet Suite Vendor
MIDlet-Jar-URL: HelloWorld.jar
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-1.0
MIDlet-1: HelloMIDlet,,HelloMIDlet
MID
www.eeworm.com/read/380538/9143219
jad helloworld.jad
MIDlet-Version: 1.0.0
MIDlet-Vendor: Midlet Suite Vendor
MIDlet-Jar-URL: HelloWorld.jar
MicroEdition-Configuration: CLDC-1.0
MIDlet-1: HelloMIDlet,,HelloMIDlet
MicroEdition-Profile: MIDP-1.0
MID
www.eeworm.com/read/182664/9197318
java helloworld.java
//程序名HelloWorld.java (有main()方法)
public class HelloWorld
{ public static void main(String args[ ])
{ System.out.println("Hello,World!");
}
}
www.eeworm.com/read/378181/9248840
class helloworld.class
www.eeworm.com/read/181071/9275708
c helloworld.c
/*
** $Id: helloworld.c,v 1.29.4.1 2006/06/15 10:20:10 xwyan Exp $
**
** Listing 2.1
**
** helloworld.c: Sample program for MiniGUI Programming Guide
** The first MiniGUI application.
**
** Copy
www.eeworm.com/read/180544/9303131
asm helloworld.asm
TITLE ***HELLO,WORLD***
;定义数据段
DATA SEGMENT
MSG DB 'HELLO,WORLD!','$'
DATA ENDS
;定义代码段
CODE SEGMENT
ASSUME CS:CODE ;规定CS的内容
ASSUME DS:DATA ;规定DS的内
www.eeworm.com/read/180461/9305974
java helloworld.java
import java.io.*;
public class HelloWorld {
public static void main(String[] argv) {
BufferedReader in = new BufferedReader(new
InputStreamReader(System.in));
String name = null;
www.eeworm.com/read/376715/9309888
c helloworld.c
/*
** Listing 2.1
**
** helloworld.c: Sample program for MiniGUI Programming Guide
** The first MiniGUI Application
**
** Copyright (C) 2003~2005 Feynman Software.
**
** Lic
www.eeworm.com/read/376711/9310063
c helloworld.c
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/179954/9328464
c helloworld.c
/*-----------------------------------------------------------------------------------------------------------
HelloWorld.c
-------------------------------------------------------------------------