-
this about the data classthis is about th e data cla
this about the data classthis is about the data cla-this about the data classthis is about th e data cla
- 2023-03-27 20:05:04下载
- 积分:1
-
超过100多种c算法,差不多涵盖c语言的方方面面,便于初学者学习。...
超过100多种c算法,差不多涵盖c语言的方方面面,便于初学者学习。-More than more than 100 kinds of c algorithm for U.S. study.
- 2022-07-01 01:13:27下载
- 积分:1
-
VC的API重要函数,提供了一些基本的信息,如果需要请
VC的API重要函数,提供了一些基本的信息,如果需要请-VC essential function of the API to provide some basic information, if necessary, please take a look at
- 2022-01-26 06:04:20下载
- 积分:1
-
C SHARP知识类库,很全的,也很实用
C SHARP知识类库,很全的,也很实用
- 2023-04-17 16:25:03下载
- 积分:1
-
java系统源码,struts,mvc,eclipse,myeclipse
java系统源码,struts,mvc,eclipse,myeclipse-business,struts,mvc,java,eclipse,myeclipse
- 2022-08-19 09:51:21下载
- 积分:1
-
PB函数大全 简洁,实在. 为你提供学习捷径
PB函数大全 简洁,实在. 为你提供学习捷径-PB function Daquan simple, really. Learning to provide you with a shortcut
- 2022-01-30 14:31:07下载
- 积分:1
-
- 2023-06-17 12:10:07下载
- 积分:1
-
linux 新手管理员手册(PDF)
linux 新手管理员手册(PDF)-Manual (PDF)
- 2022-03-18 05:48:32下载
- 积分:1
-
verliog 是很有用的一个电子书,和大家分享一下,相互的学习
verliog 是很有用的一个电子书,和大家分享一下,相互的学习-verliog is a very useful e-books, and we share each other" s learning
- 2022-06-13 20:30:00下载
- 积分: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