-
Database interview questions everyone would like to take part in database at the...
数据库面试试题 希望对大家在参加数据库方面的面试时有所帮助-Database interview questions everyone would like to take part in database at the time of the interview will help
- 2022-01-24 15:39:23下载
- 积分:1
-
51源程序,希望大家能喜欢,谢谢大家的支持
51源程序,希望大家能喜欢,谢谢大家的支持
- 2022-01-22 00:54:48下载
- 积分:1
-
labview教材的配书课件。制作详细,可供参考。共6部分,下载后统一解压...
labview教材的配书课件。制作详细,可供参考。共6部分,下载后统一解压-LabVIEW courseware materials with the book. The production of detailed, for reference. A total of 6 parts, download decompression unification
- 2022-07-01 22:03:52下载
- 积分:1
-
软件开发的文档标准,
软件开发的文档标准,-Software development, documentation standards,
- 2022-08-16 05:54:14下载
- 积分: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
-
OReilly Java Distributed Computing,非常不错的书
OReilly Java Distributed Computing,非常不错的书-OReilly Java Distributed Computing,a very good book.
- 2023-01-15 02:15:03下载
- 积分:1
-
嵌入式C编程的一本非常值得一看的电子书,其中不但有各项工程的源代码还有代码书写规范,便于工程人员查询阅读...
嵌入式C编程的一本非常值得一看的电子书,其中不但有各项工程的源代码还有代码书写规范,便于工程人员查询阅读-Embedded C Programming a very eye-catcher of e-books, which not only works of the source code to write code there are norms to facilitate engineering staff about reading
- 2022-08-12 20:04:53下载
- 积分:1
-
分类器的c源代码
小程序以供大家分享
谢谢支持
分类器的c源代码
小程序以供大家分享
谢谢支持-classification of the source code c procedures for small share Thank support
- 2023-05-31 21:30:02下载
- 积分:1
-
C programmer's reference manual
C 程序员参考手册-C programmer"s reference manual
- 2022-03-19 13:31:07下载
- 积分:1
-
VC++动态链接库(DLL)编程深入浅出
本文详细介绍了DLL编程的方方面面,努力学完本文可以对DLL有较全面的掌握。...
VC++动态链接库(DLL)编程深入浅出
本文详细介绍了DLL编程的方方面面,努力学完本文可以对DLL有较全面的掌握。-VC++ Dynamic Link Library (DLL) in layman" s language and programming DLL This paper introduces in detail all aspects of programming, and strive to finish this article DLL can have a more comprehensive grasp.
- 2023-03-30 08:50:04下载
- 积分:1