-
讲解C++的PPT(主要是关于程序结构)
讲解C++的PPT(主要是关于程序结构)-Explain the C++, PPT (mainly about the program structure)
- 2022-01-28 10:54:54下载
- 积分: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
-
c++primer第三版中文版(PDF)
c++primer第三版中文版(PDF)-c++ primer third edition of the Chinese version (PDF)
- 2022-02-11 22:27:36下载
- 积分:1
-
伊拉姆联系我9952460864
ilam contack me at 9952460864-ilam contack me at 9952460864
- 2022-07-28 06:48:19下载
- 积分:1
-
这是三星公司的介绍flash基本原理的好书,对flash的深入了解很细...
这是三星公司的介绍flash基本原理的好书,对flash的深入了解很细-This is Samsung
- 2022-04-28 21:11:33下载
- 积分:1
-
很详细的关于TFT的资料,以及液晶检测与测试
很详细的关于TFT的资料,以及液晶检测与测试-Very detailed information on the TFT and liquid crystal detection and testing
- 2022-07-07 19:23:09下载
- 积分:1
-
观也u内核和开发法程序/。很好用,希望号郝整理
观也u内核和开发法程序/。很好用,希望号郝整理-View also u kernel and Development Act procedures /. Very good with the hope that Hao finishing No.
- 2022-04-22 05:06:16下载
- 积分:1
-
C++ Primer broad content of many practical examples of the procedures described...
C++Primer 内容广阔 许多实际的范例程序 叙述内容安排得当 与编译器无关 有配套的练习-C++ Primer broad content of many practical examples of the procedures described in the content of the arrangements properly have nothing to do with the compiler supporting practice
- 2022-02-16 09:47:12下载
- 积分:1
-
java developers Yearbook. Provide a lot of detailed codes for reference
java开发者年鉴.提供了很多详细的代码供参考-java developers Yearbook. Provide a lot of detailed codes for reference
- 2022-03-01 13:42:10下载
- 积分:1
-
适合初学者,内容很详细,可以作为一本很好的参考教程
适合初学者,内容很详细,可以作为一本很好的参考教程-for beginners, as a very detailed, can be used as a good reference guide
- 2022-03-03 16:28:39下载
- 积分:1