-
WinDbg 帮助
WinDbg 帮助
WinDbg 帮助
WinDbg 帮助-WinDbg help WinDbg help WinDbg help
- 2022-03-02 09:05:44下载
- 积分:1
-
项目管理知识体系指南
项目管理知识体系指南-Project Management Knowledge System Guide
- 2022-04-09 03:26:13下载
- 积分:1
-
Delphi编写的电子小说阅读器
Delphi编写的电子小说阅读器-Delphi electronic fiction reader
- 2022-03-23 10:57:03下载
- 积分:1
-
I/O Kit Fundamentals
Chapter 1 What Is the I/O Kit?
Chapter 2 Architectural...
I/O Kit Fundamentals
Chapter 1 What Is the I/O Kit?
Chapter 2 Architectural Overview
Chapter 3 The I/O Registry
Chapter 4 Driver and Device Matching
Chapter 5 The Base Classes
Chapter 6 I/O Kit Families
Chapter 7 Handling Events
Chapter 8 Managing Data
Chapter 9 Managing Power and Device Removal
Appendix A I/O Kit Family Reference
Chapter 10 Base and Helper Class Hierarchy
- 2022-11-06 05:40:04下载
- 积分: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
-
Thinking in C++ 1,非常好的学习C++的书,希望对你有用
Thinking in C++ 1,非常好的学习C++的书,希望对你有用-Thinking in C++ 1
- 2022-08-12 16:26:33下载
- 积分:1
-
Described in the application of the main characteristics of transistor, the tran...
主要描述三极管的应用特性,查询三极管的代换手册-Described in the application of the main characteristics of transistor, the transistor substitution manual query
- 2022-02-02 00:29:44下载
- 积分:1
-
gcc
gcc-inline-asm.rar 一部讲解嵌入式汇编的书籍-gcc- inline-asm.rar embedded on a compilation of books
- 2022-05-31 23:52:08下载
- 积分:1
-
Let us try to understand simulation of a typical Orthogonal Frequency Division M...
Let us try to understand simulation of a typical Orthogonal Frequency Division Multiplexing (OFDM) transmission defined per IEEE 802.11a specification.
- 2022-08-12 10:08:54下载
- 积分:1
-
程序设计之道,非常经典的著作
程序设计之道,非常经典的著作-procedures Design Road, very classic book
- 2022-05-09 05:11:58下载
- 积分:1