代码搜索:sbit
找到约 10,000 项符合「sbit」的源代码
代码结果 10,000
www.eeworm.com/read/476357/6758225
h commmon.h
//==========================================================
//作 者: 雨枭风
//联系QQ:401386501
//您下载的资料属于电子前沿原创,转载请注明出处
//关于此程序您有任何问题可到http://www.e-fad.com.cn/留言
//==================================
www.eeworm.com/read/476394/6759694
c main.c
/**************************************************************************
* 文 件 名:main.c
* 功 能:万年历( 公历加农历),键盘输入,电子钢琴
* 作 者:张聪
**************************************************************
www.eeworm.com/read/476400/6760356
c main.c
/**************************************************************************
* 文 件 名:main.c
* 功 能:万年历( 公历加农历),键盘输入,电子钢琴
* 作 者:张聪
**************************************************************
www.eeworm.com/read/476128/6763357
lst main.lst
C51 COMPILER V7.07 MAIN 07/02/2006 19:56:23 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
www.eeworm.com/read/410754/11270338
h r.h
/*--------------------------------------------------------------------------
TSCALE.H
Header file for generic 80C52 and 80C32 microcontroller.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil
www.eeworm.com/read/410754/11270343
h r_io.h
/*--------------------------------------------------------------------------
TSCALE.H
Header file for generic 80C52 and 80C32 microcontroller.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil
www.eeworm.com/read/410717/11271127
h 12864-pin.h
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned char code Ucode;
sbit DI = P2^0; /* 数据(H)/指令(L) */
sbit RW = P2^1; /* 读(H)/写(L) */
sbit E = P2^2; /* 使能-写(H->
www.eeworm.com/read/410312/11293261
c ad0831.c
#include
#include
#include
sbit CS = P3^4;
sbit CK = P3^5;
sbit Do = P3^6;
bit read_flag;
uchar data1;
void delay()
{
uchar i = 0;
uchar j = 0;
/
www.eeworm.com/read/410312/11293267
bak ad0831.c.bak
#include
#include
#include
const unsigned char LedCode[]={0xBF,0x86,0xDB,0xCF,0xE6,0xED,0xFD,0x87,0xFF,0xEF,0xF7,0xFC,0xB9,0XDE,0xF9,0xF1};
const unsigned char Sel[
www.eeworm.com/read/410312/11293350
bak main.c.bak
#include
#include
#define uchar unsigned char
sbit load = P2^6;
sbit shift = P2^6;
sbit clk = P2^7;
void delay(uchar utimes)
{
uchar i;
for(i=0;i