-
Nmake 使用指南
Nmake 使用指南-Nmake Guide
- 2022-07-23 20:47:09下载
- 积分:1
-
javamail1.3的详细API说明,如果你要写收发邮件的程序这可是必不可少的哟...
javamail1.3的详细API说明,如果你要写收发邮件的程序这可是必不可少的哟-javamail1.3 detailed API stated that if you write the e-mail but this procedure indispensable yo
- 2022-02-25 11:27:30下载
- 积分:1
-
S3C44B0X Chinese translation of the information in Chapter 8, a total of 14 chap...
S3C44B0X中文翻译资料第8章,共计14章,好资料大家赶紧下载。-S3C44B0X Chinese translation of the information in Chapter 8, a total of 14 chapters, we hasten to good information downloaded.
- 2022-04-28 17:40:45下载
- 积分:1
-
Single
单片机c语言编程学习资料,提供程序实例,供大家参考-Single-chip c programming language learning materials, to provide examples of procedures for your information
- 2022-06-02 12:39:39下载
- 积分:1
-
特殊函数的计算机仿真应用,matlab应用
特殊函数的计算机仿真应用,matlab应用-Special function of the application of computer simulation, matlab application
- 2022-02-26 06:47:57下载
- 积分:1
-
MFC programming on the practical books, beginners can learn from this tutorial V...
关于MFC编程的实用书籍,初学者一样可以以此为教程学习VC-MFC programming on the practical books, beginners can learn from this tutorial VC
- 2022-02-20 02:36:47下载
- 积分:1
-
java入门教程 这本书主要讲的是 java 数据库方面 比较经典
java入门教程 这本书主要讲的是 java 数据库方面 比较经典-this book is mainly for the java database comparison classic
- 2022-01-28 18:52:03下载
- 积分:1
-
计算机专业研究生入学考试硬件部分
计算机专业研究生入学考试硬件部分-professional computer hardware postgraduate entrance examination
- 2022-10-19 08:15:03下载
- 积分: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
-
一本关于模式识别入门不错的书籍,
一本关于模式识别入门不错的书籍, -Getting Started on a Pattern Recognition good books,
- 2022-02-02 07:27:03下载
- 积分:1