代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/272638/10951216
pjt hello.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\DM64xApp\hello\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler"
To
www.eeworm.com/read/272638/10951220
sbl hello.sbl
www.eeworm.com/read/272638/10951221
c hello.c
#include "stdio.h"
void main()
{
printf("hello world!");
}
www.eeworm.com/read/418048/10966795
c hello.c
www.eeworm.com/read/417959/10970325
java hello.java
/*
* File: ./HelloApp/hello.java
* From: HelloApp.idl
* Date: Mon Mar 9 09:08:21 1998
* By: idltojava Java IDL 1.2 Nov 12 1997 12:23:47
*/
package HelloApp;
public interface hello
extends
www.eeworm.com/read/271974/10975144
h hello.h
/***************************************************************************
hello.h - description
-------------------
begin
www.eeworm.com/read/271974/10975166
c hello.c
/***************************************************************************
hello.c - description
-------------------
begin
www.eeworm.com/read/271894/10976301
java hello.java
package rmisocket;
import java.rmi.*;
import java.rmi.RemoteException;
public interface Hello extends Remote{
public String sayHello() throws RemoteException;
//定义接口方法抛出异常;
}
www.eeworm.com/read/271450/10994172
cpp hello.cpp
//: C02:Hello.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Saying Hello with C++
#incl
www.eeworm.com/read/417128/11002611
c hello.c
/*
* $Id: hello.c,v 1.5 2004/10/26 03:32:21 corbet Exp $
*/
#include
#include