代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/351339/10657445

c 1602lcm.c

/********************************************************************************** 名称: DS18B20+1602LCD温度计 显示器件:1602LCD 分辨率: 0.125摄氏度 测温范围:0~125摄氏度 知识重点:1。1-wire的驱动(18B20的读写) 2。
www.eeworm.com/read/159321/10670424

c define.c

#include "reg51.h" #include "define.h" #include "function.h" //***********************长延时************************* void long_delay(void) { unsigned char i; for (i=0;i
www.eeworm.com/read/159320/10670536

c define.c

#include "reg51.h" #include "define.h" #include "function.h" //***********************长延时************************* void long_delay(void) { unsigned char i; for (i=0;i
www.eeworm.com/read/349996/10777862

c define.c

#include "reg51.h" #include "define7279.h" #include "function.h" //***********************长延时************************* void long_delay(void) { unsigned char i; for (i=0;i
www.eeworm.com/read/445025/7601161

h bc7281.h

sbit BC_CLK=P1^4; sbit BC_DAT=P1^5; ////////////////////////////////////键名定义 #define UP 0x01 #define DOWN 0x05 #define LEFT 0x02 #define RIGHT 0x0A #define MENU 0x03
www.eeworm.com/read/197491/7990815

txt cs5532software.txt

/***************************************************/ // CS5532 Subprogram part area //CS5532 写入一个字节 /***************************************************/ void CS5532_WRITE_ONE_BYTE(uchar CS5532
www.eeworm.com/read/493666/6388768

c main.c

/************************************************************************** * H E A D E R F I L E S **********************************************************************
www.eeworm.com/read/493666/6388769

lst main.lst

C51 COMPILER V8.05a MAIN 05/22/2009 15:28:37 PAGE 1 C51 COMPILER V8.05a, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN M
www.eeworm.com/read/484266/6584189

c 1.c

#include #include #include #include sbit p1_3=P1^3; typedef unsigned char byte; unsigned char dispbuf[4]; byte code dtab[]={0x42,0xee,0x58,0x68,0xe4,0x61,0
www.eeworm.com/read/130385/14196178

c ibe_test.c

/* Simple IBE test program * Ben Lynn */ /* Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu) See LICENSE for license */ #include "ibe.h" int main(void) { char *id; params_t params;