-
- 2022-10-31 07:00:03下载
- 积分:1
-
VC++技术内幕,学习VC++必备的书籍
VC++技术内幕,学习VC++必备的书籍-technology, learning VC++ essential books
- 2022-02-05 09:56: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
-
精通matlab―综合辅导与指南1
精通matlab―综合辅导与指南2
精通matlab―综合辅导与指南1
精通matlab―综合辅导与指南2-proficient Matlab-integrated counseling and guidance proficient in a Matlab-integrated counseling and guidance 2
- 2022-02-21 09:00:07下载
- 积分:1
-
这是关与讲DSP(数字信号处理)原理的好书
这是关与讲DSP(数字信号处理)原理的好书-relations with the DSP (digital signal processing) tenets of good books
- 2022-05-31 10:54:17下载
- 积分:1
-
很不错的C语言学习资料!
适合初中级的人员学习!
很不错的C语言学习资料!
适合初中级的人员学习!-Very good information on the C language learning! Suitable for junior high school class to learn!
- 2022-12-26 18:25:03下载
- 积分:1
-
C语言精源代码,C教科书中算法的源码
包括:典型算法,流程图
C语言精源代码,C教科书中算法的源码
包括:典型算法,流程图-C language source code for precision, C-source textbooks algorithm include: the typical algorithm, flow chart
- 2022-02-07 07:11:45下载
- 积分:1
-
智能语音espeak ,windows版本!很不错
智能语音espeak ,windows版本!很不错-Intelligent Voice espeak, windows version! Very good
- 2022-05-04 22:35:50下载
- 积分:1
-
This tutorial explain in detail how the calculator program in VC++ Developer for...
本教程详细讲解了如何在VC环境开发计算器程序,适合C++初学者-This tutorial explain in detail how the calculator program in VC++ Developer for C++ for beginners
- 2022-02-28 19:27:22下载
- 积分:1
-
着重介绍生产计划(PP)的商业流程,销售运作计划,主生产计划,和物料需求计划等。...
着重介绍生产计划(PP)的商业流程,销售运作计划,主生产计划,和物料需求计划等。-Introduce the business flow of PP
- 2023-06-25 09:50:03下载
- 积分:1