代码搜索:Hello

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

代码结果 10,000
www.eeworm.com/read/162277/10319899

cdb hello.cdb

//! //# c5502.cdb 4.90.270 object DARAM :: MEM { param iComment :: "" param iIsUsed :: 1 param iId :: 0 param iDelUser :: "USER" param iDelMsg :: "ok" para
www.eeworm.com/read/162277/10319918

cmd hello.cmd

/* * Copyright 2001 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are * gran
www.eeworm.com/read/425797/10322059

c hello.c

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

h hello.h

/*************************************************************************** hello.h - description ------------------- begin
www.eeworm.com/read/162172/10329547

c hello.c

/*************************************************************************** hello.c - description ------------------- begin
www.eeworm.com/read/280130/10353536

h hello.h

/*hello.h*/ #ifndef _HELLO_H_ #define _HELLO_H_ typedef unsigned long val32_t; #endif
www.eeworm.com/read/280130/10353541

c hello.c

/*hello.c*/ #include #include #include "hello.h" int main() { val32_t i = 5; printf("hello, embedded world %d\n",i); }
www.eeworm.com/read/280053/10358656

wav hello.wav

www.eeworm.com/read/161772/10375828

cpp hello.cpp

#include int main( void ) { cout
www.eeworm.com/read/161772/10375832

c hello.c

#include int main( void ) { printf( "Hello World!\n"); return 0; }