-
GPS软件接收机设计的经典英文书籍,《Fundamentals of Global Positioning System Receivers...
GPS软件接收机设计的经典英文书籍,《Fundamentals of Global Positioning System Receivers - A Software Approach》对设计人员极具有参考价值。-GPS receiver software design of the classic English books, "Fundamentals of Global Positioning System Re ceivers-A Software Approach "of the design staff is a very valuable reference.
- 2022-07-14 05:05:01下载
- 积分: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
-
高
高质量C C++编程(pdf版本),内容精辟,适合作为初学者入门教程-High-quality C C++ Programming (pdf version), the contents of incisive, suitable for beginners Tutorial
- 2022-02-20 04:33:29下载
- 积分:1
-
Another teaching phread documents, you can refer to learning
另外的一个phread的教学文档,大家可以参照学习-Another teaching phread documents, you can refer to learning
- 2022-05-08 16:04:07下载
- 积分:1
-
windows下功能强大的调试器,支持各种调试任务,包括用户态调试、内核态调试、调试转储文件、远程调试等的。...
windows下功能强大的调试器,支持各种调试任务,包括用户态调试、内核态调试、调试转储文件、远程调试等的。-windows under a powerful debugger, supports a variety of debugging tasks, including user-mode debugging, kernel-mode debugging, debugging the dump file, remote debugging and so on.
- 2022-01-26 03:57:10下载
- 积分:1
-
Matlab program wave cut hopes help to everyone
波形切割的matlab程序 希望对大家有所帮助-Matlab program wave cut hopes help to everyone
- 2022-10-29 10:40:03下载
- 积分:1
-
directshow的开发过程的详细介绍,包括应用程序的开发,组件开发...
directshow的开发过程的详细介绍,包括应用程序的开发,组件开发-DirectShow detailed development process, including application development, component development
- 2022-07-28 04:44:03下载
- 积分:1
-
这是一个很好的教程
这是一个很好的教程-This is a good guide
- 2022-08-22 18:49:19下载
- 积分:1
-
这里面包含了几个C程序,是典型的程序,具体功能看了就明白啦!文件格式为.pdf。...
这里面包含了几个C程序,是典型的程序,具体功能看了就明白啦!文件格式为.pdf。-That which contains several C procedures, is a typical procedure, the specific functions you read on to understand! File format for. Pdf.
- 2023-08-26 11:00:04下载
- 积分:1
-
i2c初学者例程,对了解使用I2C有很大帮助
i2c初学者例程,对了解使用I2C有很大帮助-i2c routines for beginners, to the understanding of great help to have the use of I2C
- 2022-02-03 20:29:30下载
- 积分:1