代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/386285/8758191
c hello.c
void main()
{
printf("Hello the world\n"); //使用gcc的c程序
}
www.eeworm.com/read/386285/8758234
c hello.c
#include
static void my_print (char *);
static void my_print2 (char *);
main ()
{
char my_string[] = "hello world!"; //显示一个简单的问候
my_print (my_string);
m
www.eeworm.com/read/430236/8760344
h hello.h
/*hello.h*/
#ifndef _HELLO_H_
#define _HELLO_H_
typedef unsigned long val32_t;
#endif
www.eeworm.com/read/430236/8760347
c hello.c
/*hello.c*/
#include
#include
#include "hello.h"
int main()
{
val32_t i = 5;
printf("hello, embedded world %d\n",i);
}
www.eeworm.com/read/286498/8762691
java hello.java
/*
* @(#)Hello.java 1.1 99/10/06
*
* Copyright 1995-1998 by Sun Microsystems, Inc.,
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
* All rights reserved.
*
* This software is the
www.eeworm.com/read/385935/8776167
java hello.java
public class hello
{
public static void main(String[] args)
{
System.out.println("大家好,欢迎进入Java编程世界!!!");
}
}
www.eeworm.com/read/385935/8776169
class hello.class
www.eeworm.com/read/286043/8792547
wav hello.wav
www.eeworm.com/read/285967/8799042
clp hello.clp
;;; hello.clp
;;; Shows how a frame may be created, with a menu bar and
;;; panel, using low-level windows functions.
;;; Load using -clips on the command line or using the Batch
;;; or Loa
www.eeworm.com/read/385511/8802765