代码搜索:init

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

代码结果 10,000
www.eeworm.com/read/351276/10666446

h init.h

#ifndef __INIT_H__ #define __INIT_H__ #include "common.h" BOOL init( int argc , char** argv, char** env ); #ifdef _ITEM_QUITPARTY typedef struct tagDisappearItem { char string[64]; }DisappearItem;
www.eeworm.com/read/159344/10666856

c init.c

#define INIT_C #include "includes.h" void InitIo(void) { DDRA = 0xff; PORTA = 0xff; DDRB = 0x00; PORTB = 0x00; PORTB = 0xff; DDRC = 0xff; PORTC = 0xff; }
www.eeworm.com/read/159344/10666890

h init.h

#ifndef INIT_H #define INIT_H #ifdef INIT_C void InitIo(void); #else extern void InitIo(void); #endif #endif
www.eeworm.com/read/159344/10667228

c init.c

#define INIT_C #include "includes.h" void InitIo(void) { DDRA = 0xff; PORTA = 0xff; DDRB = 0x00; //PORTB = 0x00; PORTB = 0xff; DDRC = 0xff; PORTC = 0xff;
www.eeworm.com/read/159344/10667257

h init.h

#ifndef INIT_H #define INIT_H #ifdef INIT_C void InitIo(void); #else extern void InitIo(void); #endif #endif
www.eeworm.com/read/159344/10667363

c init.c

#define INIT_C #include "includes.h" int count; float j; unsigned char *test = "The Voltage is: "; unsigned char *value = "0.000 V"; void WDR(void) { asm("wdr"); } void WDT_
www.eeworm.com/read/159344/10667402

h init.h

#ifndef INIT_H #define INIT_H #ifdef INIT_C void WDR(void); void WDT_init(void); void init_time1(void); #else extern void WDR(void); extern void WDT_init(void); extern void init_time1(voi
www.eeworm.com/read/159344/10667487

c init.c

#define INIT_C #include "includes.h" void InitIo(void) { DDRA = 0xff; PORTA = 0xff; DDRB = 0x00; //PORTB = 0x00; PORTB = 0xff; DDRC = 0xff; PORTC = 0xff;
www.eeworm.com/read/159344/10667507

h init.h

#ifndef INIT_H #define INIT_H #ifdef INIT_C void InitIo(void); #else extern void InitIo(void); #endif #endif
www.eeworm.com/read/351276/10667631

o init.o