代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/359345/10154695
c 28.c
sbit DQ =P2^1; //根据实际情况定义端口
typedef unsigned char byte;
typedef unsigned int word;
//延时
void delay(word useconds)
{
for(;useconds>0;useconds--);
}
//复位
byt
www.eeworm.com/read/358502/10186151
h bitroutines.h
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
www.eeworm.com/read/355505/10260325
h byteone.h
#define uchar unsigned char
#define uint unsigned int
void Trbyte(uchar tdata,byte_vh,byte_vl);
uchar RecByte(uchar byte_r);
www.eeworm.com/read/353914/10405864
c 28.c
sbit DQ =P2^1; //根据实际情况定义端口
typedef unsigned char byte;
typedef unsigned int word;
//延时
void delay(word useconds)
{
for(;useconds>0;useconds--);
}
//复位
byt
www.eeworm.com/read/278515/10529067
h exec-2-c.h
/*
***************************************************************************
* *
* EXEC-2-C.H - include file for sou
www.eeworm.com/read/423757/10533804
h ds18b20.h
#include
#include
#define uchar unsigned char
#define uint unsigned int
uint temp; // variable of temperature
sbit DS=P1^0; //define interface
void de
www.eeworm.com/read/422380/10638814
c fm_mcu51.c
/*********************************************************************************
Description:the code is for the FM module of TEA5767 and the controler is AT89LV52
Language: C51
Tools:uVision3 3.2
www.eeworm.com/read/350760/10712827
text1
#include
#include
typedef unsigned char byte;
extern void delay_10us(unsigned char n); //延时10us, 外部函数
sbit Sensor_DQ =P1^5; //18B20 Sensor_DQ
//复位 18B20
www.eeworm.com/read/275656/10804444
c 28.c
sbit DQ =P2^1; //根据实际情况定义端口
typedef unsigned char byte;
typedef unsigned int word;
//延时
void delay(word useconds)
{
for(;useconds>0;useconds--);
}
//复位
byt
www.eeworm.com/read/274318/10876504
h bitroutines.h
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d