代码搜索:hellow
找到约 91 项符合「hellow」的源代码
代码结果 91
www.eeworm.com/read/330732/12872524
cpp main.cpp
#include
//-----------------------------------------------------------------------
//
// Name: HelloWorld example project
//
// Author: Mat Buckland 2002
//
// Desc: HelloW
www.eeworm.com/read/402683/11529938
cpp main.cpp
#include
//-----------------------------------------------------------------------
//
// Name: HelloWorld example project
//
// Author: Mat Buckland 2002
//
// Desc: HelloW
www.eeworm.com/read/346863/11716081
cpp main.cpp
#include
//-----------------------------------------------------------------------
//
// Name: HelloWorld example project
//
// Author: Mat Buckland 2002
//
// Desc: HelloW
www.eeworm.com/read/346862/11717229
cpp main.cpp
#include
//-----------------------------------------------------------------------
//
// Name: HelloWorld example project
//
// Author: Mat Buckland 2002
//
// Desc: HelloW
www.eeworm.com/read/4033/23882
cpp main.cpp
#include
//-----------------------------------------------------------------------
//
// Name: HelloWorld example project
//
// Author: Mat Buckland 2002
//
// Desc: HelloW
www.eeworm.com/read/375900/2719012
c winhello.c
#include
/***************************************************************************
*
* cbDraw - draw the "Hellow World" window
*
*/
UGL_LOCAL UGL_STATUS cbDraw
(
www.eeworm.com/read/265345/11267484
makefile
#############################################################################
# Makefile for building: helloworld
# Generated by qmake (2.01a) (Qt 4.2.2) on: Wed Feb 7 12:39:45 2007
# Project: hellow
www.eeworm.com/read/9045/162105
c 第2章hollow.c
//Hellow C51
#pragma
#include
#include
void main (void)
{
SCON = 0x50;
TMOD |= 0x20;
TH1 = 0xf3;
TR1 = 1;
TI = 1;
printf ("Hellow C51\n ");
while (1)
{
www.eeworm.com/read/219526/14877196
c winhello.c
#include
/***************************************************************************
*
* cbDraw - draw the "Hellow World" window
*
*/
UGL_LOCAL UGL_STATUS cbDraw
(
WIN_ID
www.eeworm.com/read/213186/15141252
java helloworld.java
public class HelloWorld
{
public native int Cal(int i) ;
static
{
System.loadLibrary("testdll") ;
}
public static void main(String[] args)
{
HelloWorld test = new HelloW