-
VC在线杂志精华19
VC在线杂志精华19-VC-19 best magazines
- 2022-04-01 07:55:09下载
- 积分:1
-
8019as网卡芯片资料
8019as网卡芯片资料-chipsets information 8019as
- 2022-01-25 23:21:23下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
EJB3.0,一本适合初学者的书,比较好学习
EJB3.0,一本适合初学者的书,比较好学习-EJB3.0, a book suitable for beginners, a better learning
- 2022-03-20 23:57:50下载
- 积分:1
-
Lecture notes for a onesemester graduate course Part of it is also suitable fo...
Lecture notes for a onesemester graduate course Part of it is also suitable for
an undergraduate course at a slower pace Mathematical maturity is the main
prerequisite
- 2022-07-12 04:32:52下载
- 积分:1
-
Thinking in java, learn java and classic books. Help
Thinking in java,最经典的java学习的书籍。帮助学习者深入了解java语言。-Thinking in java, learn java and classic books. Help-depth understanding of java language learners.
- 2022-07-19 14:03:33下载
- 积分:1
-
增加访问量
广告制作的共略密集略密集
增加访问量
广告制作的共略密集略密集-Increase traffic advertising produced a total of slightly abbreviated intensive-intensive
- 2022-09-07 16:10:02下载
- 积分:1
-
C++ and Windows Programming primer.
C++ and Windows Programming primer.-C and Windows Programming primer.
- 2022-11-13 12:40:03下载
- 积分:1
-
Prim4 source code
Prim4书籍源码,要的下,对编程提高很有用处-Prim4 source code
- 2022-06-28 04:10:20下载
- 积分:1
-
Stanley B Lippman和J o s é e L a j o i e写的c++ primer 中文版(第三版)。...
Stanley B Lippman和J o s é e L a j o i e写的c++ primer 中文版(第三版)。-Stanley B Lippman and J os é e L ajoie written in c++ primer Chinese edition (third edition).
- 2023-03-22 10:20:03下载
- 积分:1