代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/429756/8791190
_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/429756/8791211
lis init.lis
.module init.c
.area data(ram, con, rel)
0000 _test::
0000 .blkw 1
.area idata
0000 0C00
www.eeworm.com/read/429756/8791228
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
www.eeworm.com/read/429756/8791249
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/429756/8791254
o init.o
XL
H 6 areas 15 global symbols
M init.c
S div32f Ref0000
S _LCD_Cursor Ref0000
S mod16s Ref0000
S div16s Ref0000
S fp2int Ref0000
S int2fp Ref0000
S pop_lset Ref0000
S add32fs Ref0000
S emp
www.eeworm.com/read/429756/8791256
_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/385589/8797626
m init.m
clear EbNo maxNumBits maxNumErrs n_bits tb_length CA CB comb_CA_CB
EbNo = 4.5;
maxNumBits = 1e5;
maxNumErrs = 500;
n_bits=3;
tb_length=105;
%Code Rate = 7/8
CA=[1 1 1 1 0 1 0];
CB=[1 0 0 0
www.eeworm.com/read/285917/8801939
s init.s
; *******************************************************
; * NAME : INIT.S *
; * Version : 28.May.2003 *
; * Description: *
; * C start up codes *
; * Configur
www.eeworm.com/read/429364/8810105
h init.h
#define timer0_13bit TMOD&=0xf0;
#define timer0_16bit TMOD&=0xf0;//TMOD|=0x01;
#define timer0_auto_reload TMOD&=0xf0;//TMOD|=0x02;
#define timer1_13bit TMOD&=0x0f;
#d
www.eeworm.com/read/429364/8810233
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