代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/444878/7603900
lst init.lst
C51 COMPILER V6.12 INIT 06/02/2005 10:56:59 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE INIT
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/444876/7603927
c init.c
#include "public.h"
void init(void)
{
P1=0xf5; //LHM QUESTION: 为什么是0xF5
P3=0xff;
P2_0=1;
P2_1=1;
P2_2=1;
P2_3=1;
P2_5=0;
P2_6=0;
www.eeworm.com/read/444876/7603929
lst init.lst
C51 COMPILER V6.12 INIT 06/01/2005 16:41:49 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE INIT
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/444872/7603970
c init.c
#include "global.h"
void InitData(void)
{
uchar i=0;
for(i=0; i
www.eeworm.com/read/444872/7603976
lst init.lst
C51 COMPILER V6.12 INIT 06/05/2005 15:44:44 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE INIT
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/444645/7609661
c init.c
#include "c8051f020.h"
#include
void Delay1us(unsigned char us)
{
while (us)
{
_nop_(); _nop_(); _nop_(); _nop_(); _nop_();
--us;
}
}
void SYSCLK_Init
www.eeworm.com/read/444271/7615349
tcl init.tcl
www.eeworm.com/read/444088/7618197
vi init.vi
www.eeworm.com/read/443756/7623362
#3 init.#3
#include "c8051f020.h"
#include
#include "I2C.c"
void Delay1us(unsigned char us)
{
while (us)
{
_nop_(); _nop_(); _nop_(); _nop_(); _nop_();
--us;
}
}
v
www.eeworm.com/read/443756/7623367
#1 init.#1
#include "c8051f020.h"
#include
#include "I2C.c"
void Delay1us(unsigned char us)
{
while (us)
{
_nop_(); _nop_(); _nop_(); _nop_(); _nop_();
--us;
}
}
v