代码搜索:init

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

代码结果 10,000
www.eeworm.com/read/356754/10221592

c init.c

#include #include "int.h" void Init_ADC(void) { P6SEL = 0X07; //设置P6.0为模拟输入通道 ADC12CTL0 &= ~(ENC); //设置ENC为0,从而修改ADC12寄存器的值 ADC12CTL1 |=
www.eeworm.com/read/356303/10232188

c init.c

# include void main() { /* 有尺寸 */ /* 一维整形数组初始化 */ int array1[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; /* 一维字符型数组初始化 */ char array2[13] = "How are you!"; /* 方式一 */ char arr
www.eeworm.com/read/356292/10232328

c init.c

# include void main() { /* 有尺寸 */ /* 一维整形数组初始化 */ int array1[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; /* 一维字符型数组初始化 */ char array2[13] = "How are you!"; /* 方式一 */ char arr
www.eeworm.com/read/355767/10244429

c init.c

www.eeworm.com/read/355533/10258722

o init.o

www.eeworm.com/read/355533/10258761

s init.s

; ******************************************************* ; * NAME : INIT.S * ; * Version : 28.May.2003 * ; * Description: * ; * C start up codes * ; * Configur
www.eeworm.com/read/355417/10267238

c init.c

/* * 68K/386 32-bit C compiler. * * copyright (c) 1997, David Lindauer * * This compiler is intended for educational use. It may not be used * for profit without the express written cons
www.eeworm.com/read/280954/10276522

py __init__.py

www.eeworm.com/read/280954/10276547

py __init__.py

www.eeworm.com/read/280954/10276566

py __init__.py