-
时钟闪烁移动
#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
-
本文档是2.0版的文档,主要用于VP2.0和MFC结合的视景仿真系统开发编程。...
本文档是2.0版的文档,主要用于VP2.0和MFC结合的视景仿真系统开发编程。-This document is version 2.0 of the document, mainly used in combination VP2.0 and MFC visual simulation systems development programming.
- 2023-02-25 05:45:03下载
- 积分:1
-
GNU的makefile的中文翻译,了解makefile的绝佳的材料
GNU的makefile的中文翻译,了解makefile的绝佳的材料-GNU Chinese translation of the makefile, makefile an excellent understanding of the material
- 2022-05-31 03:24:21下载
- 积分:1
-
赖斯衰落信道仿真,输出序列为赖斯型的包络。附有波形图
赖斯衰落信道仿真,输出序列为赖斯型的包络。附有波形图-Rice fading channel simulation, the output sequence for the Rice-based envelope. With waveforms
- 2022-03-11 07:19:16下载
- 积分:1
-
《细说中国历史丛书》第9卷
本书《细说中国历史丛书》系已故旅美历史学家黎东方先生所著。作者以生动别致的“讲史”形式详细讲述了自秦汉到中华民国各个历史时期的重...
《细说民国》----《细说中国历史丛书》第9卷
本书《细说中国历史丛书》系已故旅美历史学家黎东方先生所著。作者以生动别致的“讲史”形式详细讲述了自秦汉到中华民国各个历史时期的重要人物和事件。书中不但将各种事件和人物剖析、介绍得清清楚楚,而且还加上作者自己的判断和评论,让读者更深刻、更有兴趣地了解历史真相。作者还善于用现代人所了解的名词去解释历上的各官职和家族关系等,使全书显得通俗易懂。
- 2022-03-05 05:02:38下载
- 积分:1
-
深入了解技术内幕,学习语言本质。是学习c与编程的连接,不错的学习资料。对于想了解实现原理的人是不错的选择。...
深入了解技术内幕,学习语言本质。是学习c与编程的连接,不错的学习资料。对于想了解实现原理的人是不错的选择。-Insider-depth understanding of technology, learning the essence of language.
- 2022-08-10 19:41:31下载
- 积分:1
-
c和c++深层探索,是一本基础书籍....。
c和c++深层探索,是一本基础书籍....。-c and c++ deep exploration, is based on a book ....。
- 2022-03-01 04:22:28下载
- 积分:1
-
It is suitable for beginners are a good learning experience csharp phase of the...
这是适合初学都的一相很好的学习csharp的书,很小很强大-It is suitable for beginners are a good learning experience csharp phase of the book, very small and very powerful! ! !
- 2023-07-15 15:20:03下载
- 积分:1
-
由于演化算法求解多目标优化问题所得结果是一个优化解集―――Pareto最优集,而现有的演化算法收
敛性分析只适合针对单目标优化问题的单个最优解。利用有限马尔...
由于演化算法求解多目标优化问题所得结果是一个优化解集―――Pareto最优集,而现有的演化算法收
敛性分析只适合针对单目标优化问题的单个最优解。利用有限马尔科夫链给出了演化算法求解多目标优化问
题的收敛性分析框架,并给出了一个分析实例
-As the evolutionary algorithm for solving multi-objective optimization problem the result is an optimized solution set--- Pareto optimal set, and the existing evolutionary algorithm convergence analysis is only suitable for single-objective optimization problem of a single optimal solution. Use of limited Markov chain are given multi-objective evolutionary algorithm for solving optimization problems Convergence analysis framework, and gives an analysis of examples
- 2022-01-27 17:04:20下载
- 积分:1
-
application to install the "watchdog."
安装“看门狗”的应用程序;
- 2022-03-05 08:11:17下载
- 积分:1