代码搜索:Hello

找到约 10,000 项符合「Hello」的源代码

代码结果 10,000
www.eeworm.com/read/249558/6941021

opt hello.opt

www.eeworm.com/read/249558/6941022

h hello.h

// Hello.h : main header file for the HELLO application // #if !defined(AFX_HELLO_H__A8DDF7FB_BD45_4E8C_9E38_DFF2AB780C5B__INCLUDED_) #define AFX_HELLO_H__A8DDF7FB_BD45_4E8C_9E38_DFF2AB780C5B__IN
www.eeworm.com/read/249558/6941023

cpp hello.cpp

// Hello.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Hello.h" #include "HelloDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static
www.eeworm.com/read/249558/6941024

ncb hello.ncb

www.eeworm.com/read/249558/6941026

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
www.eeworm.com/read/249558/6941028

aps hello.aps

www.eeworm.com/read/249558/6941030

clw hello.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CHelloDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "Hello.h"
www.eeworm.com/read/366874/6951705

c hello.c

/* HELLO.C -- Hello, world */ #include main() { printf("Hello, world\n"); }
www.eeworm.com/read/430132/6954971

o hello.o

www.eeworm.com/read/430132/6954972

c hello.c

#include #include MODULE_LICENSE ("GPL"); int init_module (void) { printk (KERN_INFO "Hello world\n"); return 0; } void cleanup_module (void)