-
讲述VC++与MATLAB接口编程的精通部分,对应于上一篇文章 ,学者要对应上一篇文章学习...
讲述VC++与MATLAB接口编程的精通部分,对应于上一篇文章 ,学者要对应上一篇文章学习-On the VC++ and MATLAB programming interface of the master part, corresponding to an article on, and scholars to study corresponds to an article on
- 2022-02-26 00:12:37下载
- 积分: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
-
This is a Linux platform on the Ip routing of books, Construction of a security...
这是一本介绍Linux平台下的Ip路由方面的书籍,对于构建一个安全的Linux平台的用户来说,是必须掌握和了解的。-This is a Linux platform on the Ip routing of books, Construction of a security for the Linux users, must grasp and understand.
- 2022-12-26 15:10:03下载
- 积分:1
-
一本非常经典的MFC教程,非常适合vc学习人员看,欢迎大家多多提供更多的好书...
一本非常经典的MFC教程,非常适合vc学习人员看,欢迎大家多多提供更多的好书-a very classic MFC Guide, vc very suitable for studying, You are welcome to a lot more good books
- 2023-04-06 17:35:03下载
- 积分:1
-
一个很好的STRUTS入门电子书籍,从Struts的概念和体系结构到最后的简单示例,带你一步一步学会STRUTS。...
一个很好的STRUTS入门电子书籍,从Struts的概念和体系结构到最后的简单示例,带你一步一步学会STRUTS。-STRUTS a good entry-e-books, from the Struts concepts and architecture to the last simple example, take you step by step learn to STRUTS.
- 2023-02-21 16:50:03下载
- 积分:1
-
对于入门的dsp初学者来说,是个很经典的材料
对于入门的dsp初学者来说,是个很经典的材料-entry for the dsp beginners, is a classic material
- 2022-04-19 06:23:58下载
- 积分:1
-
很好的IC卡应用原理
很好的IC卡应用原理-good IC Card Application Principle
- 2022-05-06 04:24:08下载
- 积分:1
-
航标灯控制器要具有下面功能:
(1)具有白天停止工作,晚上开始工作的特点
(2)实现信号灯闪2s,停2s
(3)信号灯开始启动的同时,6位数码管开始...
航标灯控制器要具有下面功能:
(1)具有白天停止工作,晚上开始工作的特点
(2)实现信号灯闪2s,停2s
(3)信号灯开始启动的同时,6位数码管开始计时,及记录信号灯工作的时间
(4)能够有一个强制信号源,强制中断
(5)信号灯损坏时能够报警
-Navigation light controllers must have the following functions: (1) has to stop working during the day, beginning the evening of the characteristics of the job (2) flashing lights realize 2s, stop 2s (3) signal started at the same time, digital tube 6 start time, and records signal time job (4) be able to have a mandatory source, mandatory interruption (5) The alarm signal can damage
- 2022-09-27 16:50:02下载
- 积分:1
-
java web 应用程序设计第七章的源码
java web 应用程序设计第七章的源码-Java web application design chapter 7 of the source
- 2022-03-21 10:29:26下载
- 积分:1
-
单片机实验指导书
清华大学单片机实验指导书
单片机实验指导书
清华大学单片机实验指导书-danpianjiqishuomin
- 2022-01-21 18:34:36下载
- 积分:1