代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/160294/10544896
lst hello.lst
C51 COMPILER V7.01 HELLO 03/06/2003 14:39:59 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE HELLO
OBJECT MODULE PLACED IN .
www.eeworm.com/read/160204/10558850
c hello.c
#include
int main(void)
{
printf("Hellow world!\n");
}
www.eeworm.com/read/160204/10558936
c hello.c
#include
int main(void)
{
printf("Hellow world!\n");
}
www.eeworm.com/read/352266/10569269
o hello.o
www.eeworm.com/read/352266/10569273
c hello.c
#include
#include
#include
#include /* printk() */
int init_module(void)
{
printk("hello world,i started! \n");
return 0;
www.eeworm.com/read/159985/10582556
cfg hello.cfg
www.eeworm.com/read/159985/10582591
asm hello.asm
;******************************************************
;* 文件名:Hello.asm
;* 创建日期:2001.5.11
;* 作者:陈文尧
;* 功能:在屏幕上打印字符串--'你好,汇编专家!'
;* 备注:这是一个怎样使用"汇编专家"的简单演示程序:
;* 1.本程序的框架由"汇编专家"产生。
;*
www.eeworm.com/read/423145/10583839
adb hello.adb
with Text_IO; use Text_IO;
procedure outside is
procedure inside is
begin
Text_IO.Put_Line ("Inside the procedure inside");
end inside;
begin
Put_Line ("Toda
www.eeworm.com/read/277973/10590056
c hello.c
// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil -*- (for GNU Emacs)
//
// (c) Microsoft Corporation. All rights reserved.
//
// This file is part of the Microsoft Virtual Ring Routing distr
www.eeworm.com/read/422905/10603797
cpp hello.cpp
#include
#include
int main(int argc, char **argv)
{
QApplication app(argc, argv);
QLabel *label = new QLabel("Hello, Qt!", 0);
label->setAlignment(Qt::AlignVCenter|Qt: