-
这是一套红外解码的软件,包括硬件电路,详细使用说明!里面针对空调的国际码的界码过程有详细的描叙....
这是一套红外解码的软件,包括硬件电路,详细使用说明!里面针对空调的国际码的界码过程有详细的描叙.-This is a set of infrared decoder software, including hardware circuit, the detailed instructions! Air-conditioning inside the International Code for the sector has a detailed code describes the process.
- 2022-08-13 03:37:14下载
- 积分:1
-
/* 程序详细功能介绍:
* 用AT89S51单片机产生“嘀、嘀、…”报警声从P3.2端口输出,产生频率为1KHz,
* 1KHZ方波从P3.2输出...
/* 程序详细功能介绍:
* 用AT89S51单片机产生“嘀、嘀、…”报警声从P3.2端口输出,产生频率为1KHz,
* 1KHZ方波从P3.2输出0.2秒,接着0.2秒从P3.2输出电平信号,如此循环下去,就形成我们所需的报警声了。
*
* 程序设计方法
*(1.生活中我们常常到各种各样的报警声,例如“嘀、嘀、…”就是常见的一种声音报警声,
* 但对于这种报警声,嘀0.2秒钟,然后断0.2秒钟,如此循环下去,假设嘀声的频率为1KHz,
* 由于要产生上面的信号,我们把上面的信号分成两部分,一部分为1KHZ方波,
* 占用时间为0.2秒;另一部分为电平,也是占用0.2秒;因此,我们利用单片机的定时/计数器T0作为定时,
* 可以定时0.2秒;同时,也要用单片机产生1KHZ的方波,对于1KHZ的方波信号周期为1ms,
* 高电平占用0.5ms,低电平占用0.5ms,因此也采用定时器T0来完成0.5ms的定时;
* 最后,可以选定定时/计数器T0的定时时间为0.5ms,而要定时0.2秒则是0.5ms的400倍,
* 也就是说以0.5ms定时400次就达到0.2秒的定时时间了。
*/
- 2022-05-23 23:28:34下载
- 积分:1
-
TDA7313芯片可以驱动工作是一个很好的程序。
可以驱动TDA7313芯片工作,是一个很好的程序.-TDA7313 chip can drive to work is a good procedure.
- 2022-09-09 05:35:03下载
- 积分:1
-
这是一个芯片资料,可以为单片机初学者提供一个认识芯片的文档.对学习单片机的同学有帮助...
这是一个芯片资料,可以为单片机初学者提供一个认识芯片的文档.对学习单片机的同学有帮助-This is a chip data, we can provide an understanding of single-chip chip beginners document. MCU learning students have to help
- 2022-03-20 18:58:25下载
- 积分:1
-
IEEE754 浮点数与半浮点数相互转换
IEEE754 浮点数与半浮点数相互转换-IEEE754 floating-point and semi-floating-point conversion between
- 2023-04-04 03:20:03下载
- 积分:1
-
CRC16 / CRC8 / CRC32计算程序CRC
计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC-CCITT/CRC-16/CRC-8/CRC-32 the calculated results. Delphi provide source code and compile the MCS51 source code, adopted two to three different algorithm. A more detailed calls and use. Update History : 2003/05/02 new CRC-8 algorithm implementation. 2004/02/02 changes CRC-8 algorithm, the new CRC-32 algorithm, adding more detailed calls and use.
- 2022-08-20 02:47:28下载
- 积分:1
-
8051系列变速器简介
8051系列变速器简介
- 2022-03-20 08:50:01下载
- 积分:1
-
例子:注:1 P89C669存储。公司的文件夹在第一P89C669文件,…
P89C669存储实例:
说明:
1. inc 文件夹
是关于P89C669的头文件,在使用下面两个例子前,请首先将头文件拷到
..KeilC51INC下.
2. Rom 文件夹
是关于P89C669的程序空间使用的例子,说明怎样利用大于64KB的程序空间。
3. Ram 文件夹
是关于P89C669的数据空间使用的例子,说明怎样在各个数据空间定义变量。
-P89C669 storage examples: Note: 1. Inc folder is on the first P89C669 documents, in the use of the following two examples, please first Kaodao header files .. KeilC51INC under .2. Rom folder P89C669 procedures on space use example of how to make use of the procedure is greater than 64KB of space. 3. Ram folder P89C669 data on space use examples to illustrate how the definition of data space in all variables.
- 2022-05-18 21:13:28下载
- 积分:1
-
引擎点火控制器角度侦测程序,MCU用的是AT89C51,简单易懂,很好的参考程序...
引擎点火控制器角度侦测程序,MCU用的是AT89C51,简单易懂,很好的参考程序-engine ignition angle detection procedures controller, the MCU is the AT89C51, simple, good reference procedures
- 2022-08-24 00:14:02下载
- 积分:1
-
8051f02x 单片机的实用排序子程序。
8051f02x 单片机的实用排序子程序。-Singlechip 8051f02x practical sort subroutine.
- 2022-12-18 01:00:04下载
- 积分:1