代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/377354/9279330
h hello.h
#ifndef filename_h
#define filename_h
char *hello(char*);
#endif
www.eeworm.com/read/377354/9279349
cpp hello.cpp
#include
#include
#include "hello.h"
char *hello(char *name) {
char *value = new char [9+strlen(name)];
sprintf(value,"hello,%s.",name);
return value;
}
#include
www.eeworm.com/read/377225/9288316
jpg hello.jpg
www.eeworm.com/read/377088/9295452
plg hello.plg
礦ision3 Build Log
Project:
E:\Hello\Hello.uv2
Project File Date: 11/05/2008
Output:
Build target 'Simulation'
compiling Hello.c...
assemblin
www.eeworm.com/read/377088/9295459
lnp hello.lnp
"Hello.obj",
"START900.obj"
TO "Hello"
RAMSIZE(256)
CODE( 0X0000-0X1FFF )
XDATA( 0X0000-0X01FF )
www.eeworm.com/read/377088/9295463
hex hello.hex
:1000D400202608409D020401003000400300AA00CD
:1000E400210C000000010303011F0F1F0F0707036A
:0900F400070707000000040000EA
:0400FE00AB07AA069C
:100102009000007C007D50AF03AE023161C3E582F6
:090112009FE5
www.eeworm.com/read/377088/9295465
opt hello.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/377088/9295469
obj hello.obj
www.eeworm.com/read/377088/9295471
lst hello.lst
C51 COMPILER V8.02 HELLO 11/12/2008 09:35:37 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE HELLO
OBJECT MODULE PLACED IN H
www.eeworm.com/read/377088/9295481
c hello.c
/*------------------------------------------------------------------------------
HELLO.C - adapted for the P89LPC932 and the Keil MCB900 Microcontroller Board
Copyright 1995-2005 Keil Software, In