代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/390734/8446726
mj init.mj
/**
* This program is used to test your compiler can generate
* correct codes to initialize variables.
* The following program is correct and will display nothing.
*/
class Program {
www.eeworm.com/read/189912/8452991
h~ init.h~
/*********************************************************************
*
* Copyright:
* MOTOROLA, INC. All Rights Reserved.
* You are hereby granted a copyright license to use, modify, and
www.eeworm.com/read/189912/8453003
h init.h
/*********************************************************************
*
* Copyright:
* MOTOROLA, INC. All Rights Reserved.
* You are hereby granted a copyright license to use, modify, and
www.eeworm.com/read/189912/8453023
c init.c
/*********************************************************************
*
* Copyright:
* MOTOROLA, INC. All Rights Reserved.
* You are hereby granted a copyright license to use, modify, and
www.eeworm.com/read/189912/8453029
c~ init.c~
/*********************************************************************
*
* Copyright:
* MOTOROLA, INC. All Rights Reserved.
* You are hereby granted a copyright license to use, modify, and
www.eeworm.com/read/189912/8453040
o init.o
www.eeworm.com/read/189812/8454400
h init.h
//Timer/Counter initialize
#define timer0_13bit TMOD&=0xf0
#define timer0_16bit TMOD&=0xf0;TMOD|=0x01
#define timer0_auto_reload TMOD&=0xf0;TMOD|=0x02
#define timer1_13bit
www.eeworm.com/read/290587/8473875
c init.c
#define INIT_C
#include "includes.h"
void InitIo(void)
{
DDRD = 0xff;
PORTD = 0xff;
DDRB = 0xff;
PORTB = 0xff;
}
www.eeworm.com/read/290587/8473884
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/290587/8474024
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_