代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/428326/8876094
py hello.py
# -*- coding: cp936 -*-
print 'Hello World!'
a=raw_input("想不想去看斷背山呀?")
if a == "想" :
print "那走吧!"
elif a == "不想" :
print "那你想看什麼呢?"
else :
print "嗯,你到底想怎麼樣…"
www.eeworm.com/read/284998/8877245
cpp hello.cpp
//: C02:Hello.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Saying Hello with C++
#include
www.eeworm.com/read/187036/8881557
java hello.java
package com.owner.demo;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2006
* Company:
* @author not attributable
* @version 1.0
*/
public class Hello {
www.eeworm.com/read/187023/8882268
pak hello.pak
www.eeworm.com/read/428160/8887483
c hello.c
#include
#include
#pragma interrupt(Timer=2)
void Timer(void)
{
ioport1++;
}
void main () {
int i, j;
int arr[10];
float r;
loop:
j = 0;
www.eeworm.com/read/428131/8893219
dsw hello.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/428131/8893224
exe hello.exe
www.eeworm.com/read/428131/8893230
h hello.h
class CMyApp : public CWinApp
{
public:
virtual BOOL InitInstance ();
};
class CMainWindow : public CFrameWnd
{
public:
CMainWindow ();
protected:
afx_msg void OnPaint ();
www.eeworm.com/read/428131/8893235
cpp hello.cpp
#include
#include "Hello.h"
CMyApp myApp;
/////////////////////////////////////////////////////////////////////////
// CMyApp member functions
BOOL CMyApp::InitInstance ()
{
www.eeworm.com/read/428131/8893241
dsp hello.dsp
# Microsoft Developer Studio Project File - Name="Hello" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App