代码搜索:HelloWorld

找到约 6,037 项符合「HelloWorld」的源代码

代码结果 6,037
www.eeworm.com/read/409190/2237253

helloworld

#! /bin/sh # helloworld - temporary wrapper script for .libs/helloworld # Generated by ltmain.sh - GNU libtool 1.5.24 Debian 1.5.24-1ubuntu1 (1.1220.2.456 2007/06/24 02:25:32) # # The helloworld prog
www.eeworm.com/read/236438/14016667

helloworld

www.eeworm.com/read/409190/2237207

po helloworld-helloworld.po

helloworld-helloworld.o: helloworld.c /usr/include/stdlib.h \ /usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ /usr/include/gnu/stubs-32
www.eeworm.com/read/363445/9951270

as helloworld.as

package org.kingda.book.basicoop { import flash.display.Sprite; public class HelloWorld extends Sprite { public function HelloWorld() { var foo:Hello = new Hello(); foo.say
www.eeworm.com/read/292139/8375443

java helloworld.java

import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class HelloWorld extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse respo
www.eeworm.com/read/292139/8375445

class helloworld.class

www.eeworm.com/read/192525/8376409

c helloworld.c

/* ** $Id: helloworld.c,v 1.10 2003/12/29 10:51:11 weiym Exp $ ** ** Listing 2.1 ** ** helloworld.c: Sample program for MiniGUI Programming Guide ** The first MiniGUI application. ** ** Copyrigh
www.eeworm.com/read/192512/8378151

c helloworld.c

/* ** $Id: helloworld.c,v 1.10 2003/12/29 10:51:11 weiym Exp $ ** ** Listing 2.1 ** ** helloworld.c: Sample program for MiniGUI Programming Guide ** The first MiniGUI application. ** ** Copyrigh
www.eeworm.com/read/192292/8389987

c helloworld.c

#include "helloworld.h" int main( int argc, char **argv[]) { unsigned char szString1[] = "Hi, welcome to use takechar!\n"; unsigned char szString2[] = "你好,欢迎使用takechar!\n"; printf( STRING
www.eeworm.com/read/192292/8389989

h helloworld.h

#include #include #define STRING1 "Hello world!\n" #define STRING2 "你好世界!\n"