代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/395452/8172877
c ch372.c
#include
#include
#include "ch372.h"
byte UsbReBuf[2]; //USB接收两个加数的缓冲区
byte UsbSendBuf[2]; //USB返回加法和的缓冲区
byte IsSend=0; //是否有数据需要发送 0-没有 1-有
/**************
www.eeworm.com/read/193561/8217434
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/294419/8226257
-=-
A51 MACRO ASSEMBLER 万年繽 09/17/2007 19:28:36 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN 万年历.OBJ
ASSEMBLER INVOKED
www.eeworm.com/read/294210/8246287
asm main.asm
DAT BIT P3.7 ;数据通信口
swpH equ 0d2H
swpL equ 0ffH
WDLSB DATA 30H ;读出的温度低字节
WDMSB DATA 31H ;读出的温度高字节
;***************************************************************
ORG 0000H
LJMP MA
www.eeworm.com/read/293625/8281699
c ch372.c
#include
#include
#include "ch372.h"
byte UsbReBuf[2]; //USB接收两个加数的缓冲区
byte UsbSendBuf[2]; //USB返回加法和的缓冲区
byte IsSend=0; //是否有数据需要发送 0-没有 1-有
/**************
www.eeworm.com/read/192749/8285363
lst lcd.lst
C51 COMPILER V7.02b LCD 04/20/2004 10:36:58 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE LCD
OBJECT MODULE PLACED IN LC
www.eeworm.com/read/292794/8333412
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/292794/8333751
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/174111/9606853
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/369720/9635374
asm xl.asm
;本程序测量温度范围:0~125度,精确到0.06;
DAT BIT P3.0 ;数据通信口
WDLSB DATA 30H ;读出的温度低字节
WDMSB DATA 31H ;读出的温度高字节
;***************************************************************
ORG 0000H
LJMP MAIN
ORG 000BH