-
all of VC API
all of VC API
- 2023-08-31 15:05:04下载
- 积分: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 programming language book, a very practical function and c on, and based on th...
C语言编程宝典,很实用的c函数及其讲解,还有语法和基础讲解。-C programming language book, a very practical function and c on, and based on the syntax.
- 2022-02-01 03:53:19下载
- 积分:1
-
从CNKI下载的审计专家系统电子书(1),可不是免费的吆!
从CNKI下载的审计专家系统电子书(1),可不是免费的吆!-CNKI downloaded from the e-books audit expert system (1), is not free shout!
- 2022-01-28 19:50:25下载
- 积分:1
-
Book: how to solve it, Chinese version
Book: how to solve it, Chinese version
- 2022-08-16 01:48:24下载
- 积分:1
-
此程序的功能是利用图片制作屏幕保护。运行程序,保持鼠标指针不动,计算机屏幕将进入屏幕保护界面,移动鼠标,即可取消屏幕保护...
此程序的功能是利用图片制作屏幕保护。运行程序,保持鼠标指针不动,计算机屏幕将进入屏幕保护界面,移动鼠标,即可取消屏幕保护-Function of this program is to use screen saver image making. Run the program, to keep the mouse pointer does not move, will enter the screen saver on your computer screen interface, move the mouse, you can cancel screen saver
- 2022-10-15 03:25:06下载
- 积分:1
-
DM9008在
DM9008-DS-F02-113000 的pdf文档-DM9008 to-DS-F02- 113000 pdf file
- 2022-02-15 18:03:39下载
- 积分:1
-
深入浅出Visual C++入门进阶与应用实例 随书光盘
作者 何志丹,网名he_idan,2002年6月加入CSDN社区(http://www.csdn....
深入浅出Visual C++入门进阶与应用实例 随书光盘
作者 何志丹,网名he_idan,2002年6月加入CSDN社区(http://www.csdn.net),2003年3月任CSDN专题开发大版主,2003年7~月任CSDN VC/MFC版的大版主至今,擅长Visual C++技术,从事多年windows平台下的开发,项目经验丰富,现任职于一家大型软件开发企业。关于作者和本书的更多信息可以访问作者个人技术网站(http://www.vcshare.net)或博客(http://blog.csdn.net/he_zhidan/) -In layman
- 2022-03-18 14:09:58下载
- 积分:1
-
(The Art of Assembly Language)
(The Art of Assembly Language)
- 2022-12-24 14:20:03下载
- 积分:1
-
book for MFC developer
book for MFC developer
- 2022-02-02 00:41:49下载
- 积分:1