-
51汇编语言,格式为.chm文件,这个好象就是九十年代初孙涵芳(如果我没记错的话)写的一 本书后附的子程序。子程序不全对,至少有个除法的余数有问题,扩大了2倍,
51汇编语言,格式为.chm文件,这个好象就是九十年代初孙涵芳(如果我没记错的话)写的一 本书后附的子程序。子程序不全对,至少有个除法的余数有问题,扩大了2倍,我记不清是哪个了,你把其中的一个左移语句去掉就行了,别的记不得了。欢迎常联系。-51 assembly language format. Chm documentation, It was like the early 1990s-wu (if I remember correctly so) wrote a book attached to the subroutine. Subroutine incomplete right, at least a division of the remaining problems, and expanded two times, I can not remember clearly what is, you put one of these bits removed statement on the visit, other reporters unnerving. Welcome regular contact.
- 2022-02-21 11:36:29下载
- 积分:1
-
C51 USB1.1 open source and related development tools and documentation, as well...
C51 USB1.1开发源码及相关开发工具和文档,以及USB接口芯片资料-C51 USB1.1 open source and related development tools and documentation, as well as information on the USB interface chip
- 2022-02-26 16:44:58下载
- 积分:1
-
很好的用io口模拟串口的程序,内带仿真文件,可随意修改,已经在产品中应用,可放心使用。...
很好的用io口模拟串口的程序,内带仿真文件,可随意修改,已经在产品中应用,可放心使用。-Io mouth with a very good simulation of serial procedures, within the simulation with documents, can be freely modified, has been applied in the product can be assured that use.
- 2022-01-26 20:28:20下载
- 积分:1
-
用单片机驱动1602的程序,只显示固定字符。C语言编的。
用单片机驱动1602的程序,只显示固定字符。C语言编的。-1602 single chip microcomputer-driven procedures, only shows a fixed character. C language compiled.
- 2022-02-10 16:04:00下载
- 积分:1
-
keyboard interface
keyboard interface
- 2022-03-17 14:01:14下载
- 积分:1
-
模数转换adc0832及液晶显示LM016的应用示例
模数转换adc0832及液晶显示LM016的应用示例-Analog-to-digital converter and liquid crystal display adc0832 application example of the LM016
- 2022-03-21 09:28:13下载
- 积分:1
-
AT89C2051单片机与PC机的RS232通讯接口子程序,实现管理科学。
AT89C2051与上位机RS232通讯接口子程序,实现单片机与上位机的通讯-AT89C2051 and PC RS232 communication interface subprogram, the realization of SCM and PC communication
- 2022-03-11 04:46:44下载
- 积分:1
-
a high
一个有关高速单片机c8051f040控制步进电机的实例,希望对大家有所帮助-a high-speed microcontroller c8051f040 the stepper motor control examples, and I hope to help everyone
- 2022-02-10 10:49:35下载
- 积分: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
-
164 with a dynamic drive six digital control, digital clock function
用1片164动态驱动6个数码管,实现数字时钟功能-164 with a dynamic drive six digital control, digital clock function
- 2023-03-24 03:05:05下载
- 积分:1