代码搜索:时钟显示

找到约 10,000 项符合「时钟显示」的源代码

代码结果 10,000
www.eeworm.com/read/487166/6516341

hex 时钟iic.hex

:03000000020A856C :0C0A8500787FE4F6D8FD758111020A2C80 :100A73003F065B4F666D7D077F6F7FBFDFEFF7FB41 :020A8300FDFE76 :050A9100120A96D29646 :060A9600E4FF0FBF0AFCA3 :010A9C002237 :0A0A9D00D295120A91
www.eeworm.com/read/487166/6516342

plg 时钟iic.plg

礦ision3 Build Log Project: E:\danpj\新建文件夹 (14)\时钟iic.uv2 Project File Date: 04/06/2009 Output: Build target 'Target 1' assembling STARTUP.A51
www.eeworm.com/read/487166/6516343

obj 时钟iic.obj

www.eeworm.com/read/487166/6516344

c 时钟iic.c

#include #include #define unchar unsigned char #define unint unsigned int sbit sda=P1^5; sbit scl=P1^6; sbit dula=P2^0 ; sbit wela=P2^1; unchar code shu[]={
www.eeworm.com/read/485362/6559925

doc 电子时钟.doc

www.eeworm.com/read/484643/6580959

cpp 时钟2.cpp

#include class Times { private: int hour; int minute; int second; public: Times(); Times(int h, int m, int s) {hour=h;minute=m;second=s;} Times operator ++(); void disp
www.eeworm.com/read/484643/6580984

txt 时钟李波.txt

#include class CClock { private: int hour,minute,second; public: CClock(int a,int b,int c) {hour=a; minute=b; second=c; } CClock A(); void display(); }; CClock CClock::
www.eeworm.com/read/477249/6740555

1602时钟

www.eeworm.com/read/400347/11578594

doc 电子时钟.doc

www.eeworm.com/read/262321/11593157

c 电子时钟.c

#include #define uchar unsigned char #define uint unsigned int uchar code TAB[]={0x77,0x42,0x3b,0x6b,0x4e,0x6d,0x7d,0x47,0x7f,0x6f}; //字码表 sbit com1= P1^7; //数码管公共端1 sbit com2= P1^6;