登录
首页 » 汇编语言 » 自 动 往 返 小 汽 车程序

自 动 往 返 小 汽 车程序

于 2023-07-17 发布 文件大小:3.33 kB
0 147
下载积分: 2 下载次数: 1

代码说明:

自 动 往 返 小 汽 车程序-automatic procedures from cars

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 景观
    Landscape key list: Right/Left - Spin landscape Forward/Back - Move in current direction either forward or backward Space - Move the water level up and down ESC - Exit-Landscape key list: Right/Left - Spin landscape Forward/Back - Move in current direction either forward or backward Space - Move the water level up and down ESC - Exit
    2022-11-28 13:10:03下载
    积分:1
  • avr 秒节拍程序,采用设计写的通用软件延时子程序...
    avr 秒节拍程序,采用汇编语言设计编写的通用软件延时子程序-avr seconds beats procedures, the use of assembly language designed to prepare the common software Delay Subroutine
    2022-03-07 15:39:48下载
    积分:1
  • 一个基于单片机数字电压表1602的液晶程序,用写。
    一个基于单片机数字电压表1602的液晶程序,用汇编语言编写。-A digital voltage meter based on the 1602 single-chip LCD procedures used to compile languages.
    2022-06-16 08:48:02下载
    积分:1
  • TC1320 drive the process to achieve the realization of DA conversion. Entrance p...
    本程序实现驱动TC1320实现DA转换。 入口参数:待转换的数据在SOU中。 出口参数:无。-TC1320 drive the process to achieve the realization of DA conversion. Entrance parameters: the data to be converted in the SOU. Export parameters: None.
    2022-01-25 16:18:25下载
    积分:1
  • 霍夫曼码,根据给定权值创建赫夫曼码,显示每一步如何进行及所得码...
    霍夫曼编码,根据给定权值创建赫夫曼编码,显示每一步如何进行及所得编码-Huffman coding, according to the weight given to create Huffman codes, showing how each step and the resultant code
    2022-11-17 16:05:03下载
    积分:1
  • 对十进制数的输入做加减乘除,并分别用十进制、八进制、十六进制表示结果...
    对十进制数的输入做加减乘除,并分别用十进制、八进制、十六进制表示结果-right of the decimal number input do the arithmetic, and were used to the metric system, octal, hexadecimal representation results
    2022-12-11 21:55:03下载
    积分:1
  • 此程为普通的I/O口驱动LCD,很有和用,希望对大家有帮助
    此程为普通的I/O口驱动LCD,很有和用,希望对大家有帮助-This way for the ordinary I/O port driver LCD, useful and used, in the hope that everyone has to help
    2022-08-02 12:09:36下载
    积分:1
  • 8051单片机,解码红外线遥控器,懂得如何去解码各种遥控器的客户码,键值....
    8051单片机,解码红外线遥控器,懂得如何去解码各种遥控器的客户码,键值.-8051, decoding infrared remote control, know how to decode a variety of remote client code, key.
    2022-02-12 20:05:54下载
    积分:1
  • 在电子技术中,频率是最基本的参数之一,又与许多电参量的测量方案、测量结果都有十分密切的关系,因此频率的测量就显得更为重要。测量频率的方法有多种,其中电子计数器测...
    在电子技术中,频率是最基本的参数之一,又与许多电参量的测量方案、测量结果都有十分密切的关系,因此频率的测量就显得更为重要。测量频率的方法有多种,其中电子计数器测量频率具有精度高、使用方便、测量迅速,以及便于实现测量过程自动化等优点,是频率测量的重要手段之一。在本次毕业设计中我们选择使用单片机来制作数字频率计,并在实际制作中采用了直接测频法。利用延时产生的时基门控信号来控制闸门,通过在单位时间内计数器记录下的脉冲个数计算出输入信号的频率,最终送入LCD中显示。这样制作出来的频率计不仅可以满足设计题目的参数要求,而且具有了单片机的稳定性和成熟性,且控制能力强,是一种低成本,高可靠的设计方案。-In electronic technology, the frequency is one of the most basic parameters, but also with a number of electrical parameters of the measurement program, the measurement results have a very close relationship between the frequency of measurement, therefore it is even more important. Measurement of the frequency of a number of means, electronic measurement of the frequency counter with high precision, easy to use, rapid measurement, and measurement is easy to realize the advantages of process automation is an important means of measuring the frequency of one. Graduates in this design we have chosen to make use of single-chip digital frequency meter, and used in the actual production of a direct
    2023-01-08 22:50:02下载
    积分:1
  • 程序设计,显示系统时间。 首先在数据段开辟一显示缓冲区,用来存储系统时间。调用BIOS中断,返回系统时间,并将来返回的二进制时间转换成ASCII码,...
    汇编语言程序设计,显示系统时间。 首先在数据段开辟一显示缓冲区,用来存储系统时间。调用BIOS中断,返回系统时间,并将来返回的二进制时间转换成ASCII码,方便时间显示时的调用。分别将来小时数、分钟数、秒数存入显示缓冲区。通过写显存将时间显示出来。由于获取了的系统时间不会自动刷新,所以我们要设计成刷新的方式来不断获取系统的时间,这样就形成了会跳动的电子钟了。-Assembly language programming, display system time. First of all, open up one paragraph in the data display buffer for the storage system time. BIOS interrupt calls to return system time, and the future return of the binary time into ASCII code for the call time is displayed. Respectively, the future number of hours, minutes, seconds into the display buffer. Time by writing to memory will be displayed. As the access to the system time does not automatically refresh, so we need to refresh the way designed to keep on getting the system time, so that will be formed beating electronic o
    2022-03-14 06:09:11下载
    积分:1
  • 696516资源总数
  • 106637会员总数
  • 8今日下载