代码搜索:数字时钟程序

找到约 10,000 项符合「数字时钟程序」的源代码

代码结果 10,000
www.eeworm.com/read/129052/14268799

51通讯程序

#include #include //sbit BT_SND =P0^0; //sbit BT_REC =P1^1; sbit P_RXD = P0^0; //数据发送端 sbit P_READY = P0^1; //READY,准备好数据接收状态指示 "0",Ready Status;"1",Busy Stat
www.eeworm.com/read/128613/14289151

txt 吹泡泡源程序.txt

//Example9_1:吹泡泡程序 #include //框架窗口类 #define MAX_BUBBLE 250 class CMyWnd:public CFrameWnd { CRect m_rectBubble[MAX_BUBBLE]; int m_nBubbleCount; public: CMyWnd(){m_nBubbleCount=0;
www.eeworm.com/read/230125/14304426

txt 送数据子程序.txt

void Dat(uchar d) { R_W=1; D_I=0;/*读状态指令*/ Loop: P1=0xFF; E=1;/*使能*/ q=P1; E=0; if(q&0x80) { goto Loop; }/*判忙*/ D_I=1;/*送数据指令*/ R_W=0; P1=d; E=1;/*使能信号开*/ E=0;/*使能信号关*/
www.eeworm.com/read/230125/14304430

txt 写指令子程序.txt

void WCOM(uchar d) /*写指令程序*/ { R_W=1; D_I=0;/*设置状态*/ Loop: P1=0xFF; E=1;/*使能有效*/ q=P1;/*将p1口状态读入*/ E=0;/*关闭使能信号*/ if(q&0x80)/*判断屏幕是否忙*/ { goto Loop;/*若忙,循环等待*/ } R_W=0; D_
www.eeworm.com/read/230125/14304509

txt 送数据子程序.txt

void Dat(uchar d) { R_W=1; D_I=0;/*读状态指令*/ Loop: P1=0xFF; E=1;/*使能*/ q=P1; E=0; if(q&0x80) { goto Loop; }/*判忙*/ D_I=1;/*送数据指令*/ R_W=0; P1=d; E=1;/*使能信号开*/ E=0;/*使能信号关*/
www.eeworm.com/read/230125/14304512

txt 写指令子程序.txt

void WCOM(uchar d) /*写指令程序*/ { R_W=1; D_I=0;/*设置状态*/ Loop: P1=0xFF; E=1;/*使能有效*/ q=P1;/*将p1口状态读入*/ E=0;/*关闭使能信号*/ if(q&0x80)/*判断屏幕是否忙*/ { goto Loop;/*若忙,循环等待*/ } R_W=0; D_
www.eeworm.com/read/229971/14310234

txt 1621驱动程序.txt

---------------------------------------------------- cs-----p65 wr-----p64 dat----p63 mcu----msp430f135 -------------------------------------------------
www.eeworm.com/read/128065/14317680

c c518019程序.c