-
Visual C++文档视窗设计,给对界面编程感兴趣的朋友们推荐这本书。...
Visual C++文档视窗设计,给对界面编程感兴趣的朋友们推荐这本书。-Visual C++ Document window design, to programming the interface of interest to my friends recommend this book.
- 2023-02-20 14:10:05下载
- 积分:1
-
用于项目开发的好书
用于项目开发的好书-project development for the books
- 2022-01-27 09:22:31下载
- 积分:1
-
Software architect 01+ Software architect 01+ Software architect 01
软件构架师 01+ 软件构架师 01+软件构架师 01-Software architect 01+ Software architect 01+ Software architect 01
- 2022-01-22 12:41:34下载
- 积分:1
-
一本关于JAVA初学者的编程书籍。
一本关于JAVA初学者的编程书籍。-a beginners on the Java programming books.
- 2022-03-15 10:57:48下载
- 积分: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
-
学习j2ee设计模式的好书
学习j2ee设计模式的好书-learning design patterns creates books
- 2023-01-24 03:50:06下载
- 积分:1
-
看一下吧。
不过说实话,我是为了满足个源码才传的这个。
由于很多源码没有整理,所以不敢乱传。
以后我会多多的上传的。(不过站长可得让我也下载哟^_^...
看一下吧。
不过说实话,我是为了满足个源码才传的这个。
由于很多源码没有整理,所以不敢乱传。
以后我会多多的上传的。(不过站长可得让我也下载哟^_^)-Look at it. But I can honestly say that I was only in order to meet a source of this mass. As a result of not finishing a lot of source code, I do not mass chaos. Later I will upload all sorts. (Although regulators may have to let me download yo ^ _ ^)
- 2022-02-10 09:20:08下载
- 积分:1
-
Brushless Motor Drive Schematic & Data ebook
Brushless Motor Drive Schematic & Data ebook
- 2022-02-24 21:24:08下载
- 积分:1
-
很经典的数字图像处理讲义,没什么可说的
很经典的数字图像处理讲义,没什么可说的-classic of digital image processing overhead, and there is nothing to be said
- 2022-08-22 15:34:42下载
- 积分:1
-
MFC实例关于界面的东西很多
MFC实例关于界面的东西很多-MFC interface examples of a lot of things
- 2022-03-05 15:51:17下载
- 积分:1