代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/277341/10644889
5++bcdά+
; 5位BCD数转化为16位BIN数
;************************************************************************
; BCD To Binary Conversion
;
; This routine converts a 5 digit BCD numb
www.eeworm.com/read/159321/10670400
lst define.lst
C51 COMPILER V7.50 DEFINE 04/06/2006 15:36:03 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE DEFINE
OBJECT MODULE PLACED IN
www.eeworm.com/read/350533/10732991
asm bcd2bin.asm
;
;************************************************************************
; BCD To Binary Conversion
;
; This routine converts a 5 digit BCD number to a 16 bit binary
; numb
www.eeworm.com/read/350531/10733022
asm b16tobcd.asm
;
;********************************************************************
; Binary To BCD Conversion Routine
; This routine converts a 16 Bit binary Number to a 5 Digit
; BCD N
www.eeworm.com/read/275656/10804053
c 16.c
// X25043/45 应用
write_status(status) // 写状态,一般写0
clr_wchdog(void) //清看门狗
unsigned char read_byte(address) //读一个字节
void write_byte(address,Data)
www.eeworm.com/read/349586/10815558
c c8_3_1.c
int syn_acc_c
( const unsigned char *restrict byte_i,
unsigned char *s1,
unsigned char *s2,
const unsigned char *restrict beta,
const unsigned char *restrict beta_RS_N_4,
c
www.eeworm.com/read/417042/11005528
h pcf8563.h
/*----------------定义8563与MCU的连接---------------*/
sbit scl_8563 =P0^6;
sbit sda_8563 =P0^7;
/*----------------声明函数---------------*/
void start_8563 (void);
void stop_8563 (void);
www.eeworm.com/read/417042/11005529
c pcf8563.c
/*-----------------------------------------------------------------------
* Copyright (c) 2008,广西师范大学 大学生科技创新基地
* 文 件 名:PCF8563.c
* 主要功能:应用IIC总线读写PCF8563
* 硬件环境:基地51单片机实验板第三版
* 时 钟:12MHz
* 作
www.eeworm.com/read/416107/11041792
h eprom.h
/********************************************************************************************************
Following function is used to
**********************************************************
www.eeworm.com/read/470967/6902326
h ds18b20_3p.h
#ifndef __e2p_H__
#define __e2p_H__
sbit DQ0 = P2^0; /* DS18B20单总线 */
sbit DQ1 = P2^1;
sbit DQ2 = P2^2;
#define DS18B20_ONLINE 1 /* DS18B20存在 */
#define DS18B20_OFFLINE 0 /* DS18B20不存在 */