-
软件模拟IIC总线,关于51系列MCU的(C语言)
软件模拟IIC总线,关于51系列MCU的(C语言)-Software simulation of IIC bus, on the 51 series MCU
- 2022-05-22 19:56:33下载
- 积分: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
-
GPS全球定位系统及其应用
GPS全球定位系统及其应用-GPS Global Positioning System and Its Application
- 2022-03-21 16:49:14下载
- 积分:1
-
理解一下,本人比较懒,大家还是打开看看吧
理解一下,本人比较懒,大家还是打开看看吧-I m better lazy, Open it and see what it was
- 2022-05-13 12:29:39下载
- 积分:1
-
有关Websphere的使用的一本好book!对初学者很有用
有关Websphere的使用的一本好book!对初学者很有用-the use of a good book! Useful for beginners
- 2022-04-20 11:21:14下载
- 积分:1
-
基于VC++6.0的串行通信设计与实现,MSCOMM控件在VC++6.0串口通信中的应用,基于VC的串口通信的实现.PDF...
基于VC++6.0的串行通信设计与实现,MSCOMM控件在VC++6.0串口通信中的应用,基于VC的串口通信的实现.PDF-Papers of serial port communication on WINDOWS base on VC6.0
- 2023-07-20 16:55:03下载
- 积分:1
-
Communication System Simulation Principle and wireless application code is a sim...
通信系统仿真原理与无线应用代码
是一本不可多得的仿真书籍-Communication System Simulation Principle and wireless application code is a simulation of rare books
- 2022-04-25 16:57:49下载
- 积分:1
-
verilog ieee standard 2001
verilog ieee standard 2001
- 2023-08-15 18:20:04下载
- 积分:1
-
VC之路网站的电子杂志,讲述如何用SDK写Win32程序.是非常好的VC入门教材,讲得深入浅出....
VC之路网站的电子杂志,讲述如何用SDK写Win32程序.是非常好的VC入门教材,讲得深入浅出.-VC road site an electronic magazine on how to use the SDK to write Win32 procedures. VC is a very good entry materials and speak in plain language.
- 2022-01-31 09:28:30下载
- 积分:1
-
这本书是写给所有开发人员写代码的手臂。它假定…
This book is written for all developers writing code for the ARM. It assumes that you
are an experienced software developer, and that you are familiar with the ARM
development tools as described in ADS Getting Started.
- 2022-11-21 12:15:03下载
- 积分:1