-
北大计算机系java讲义
北大计算机系java讲义-Beijing University Department of Computer java overhead
- 2022-01-25 19:10:12下载
- 积分:1
-
十一五国家级规划教材自动化学科概论的课件
十一五国家级规划教材自动化学科概论的课件-National Eleventh Five-year subject Introduction to Textbook of automated courseware
- 2022-07-01 09:15:11下载
- 积分:1
-
Preparation of enterprise applications J2EE Tutorial (including source code), us...
J2EE编写企业应用教程(含源码),很好用的一本书,大家seese-Preparation of enterprise applications J2EE Tutorial (including source code), used in a very good book, everyone seese
- 2022-10-25 13:40:04下载
- 积分:1
-
C 语言编程精翠,编写质优无错程序秘决,华为内程序员必读书本!...
C 语言编程精翠,编写质优无错程序秘决,华为内程序员必读书本!-Jing Cui C language programming, the preparation of high quality error-free process secret, Huawei within the programmers must-read books!
- 2022-01-29 00:02:54下载
- 积分: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
-
MFC程序开发参考大全(人民邮电出版社)第四章源码
MFC程序开发参考大全(人民邮电出版社)第四章源码-MFC Programming Reference (People
- 2022-02-10 11:01:02下载
- 积分:1
-
三国志游戏.rar
三国志游戏.rar-Three Kingdoms games. Rar
- 2022-11-12 04:25:03下载
- 积分:1
-
epo经典教程
epo经典教程-EPO classic Guide
- 2022-03-11 04:10:38下载
- 积分:1
-
一本关于数字信号处理及其matlab实现的比较基础的电子书,初学者有用。...
一本关于数字信号处理及其matlab实现的比较基础的电子书,初学者有用。-1 on the digital signal processing and realize matlab basis of comparison of the e-books, useful for beginners.
- 2022-01-27 17:00:19下载
- 积分:1
-
SPI接口实险,LED数据管显示。
1、程序通过SPI接口输出数据到HC595芯片驱动LED数据管简单显示。
2、内部1 M晶振,程序采用单任务方式...
SPI接口实险,LED数据管显示。
1、程序通过SPI接口输出数据到HC595芯片驱动LED数据管简单显示。
2、内部1 M晶振,程序采用单任务方式,软件延时。
3、进行此实验请插上JP1的所有8个短路块,JP6(SPI_EN)短路块。-SPI interface is dangerous, LED data display. 1, the program output data through the SPI interface to the HC595 chip data-driven pipe a simple LED display. 2, within 1 M crystal, single-task approach procedures, software delay. 3, to carry out this experiment JP1 plug in all the eight short pieces, JP6 (SPI_EN) short-circuit block.
- 2022-04-16 20:48:44下载
- 积分:1