登录
首页 » 汇编语言 » personal collection of some boot

personal collection of some boot

于 2023-04-01 发布 文件大小:20.82 kB
0 46
下载积分: 2 下载次数: 1

代码说明:

个人收集的一些引导程序-personal collection of some boot

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

发表评论

0 个回复

  • 本题目的主要要求是要实现闹钟的功能内容:设计一个能够显示时分秒的数字时钟,时间显示为12小时制,除了显示分时秒外,并能实现上,下午。可以进行手动校时,定时(完成...
    本题目的主要要求是要实现闹钟的功能内容:设计一个能够显示时分秒的数字时钟,时间显示为12小时制,除了显示分时秒外,并能实现上,下午。可以进行手动校时,定时(完成此题目时要有适当的设置,确定灯按钮,单,双灯作为报警显示),同时还应该能够清零。-the subject of the main demands is to achieve the alarm clock function : to design a display of accurate digital clock, the time displayed by the system for 12 hours, showing the time of seconds, and can achieve the afternoon. Can manually school, regular (completion of this topic have appropriate settings, to determine button lights alone, as the police showed two-lamp), but also should be able to reset.
    2022-10-20 01:10:03下载
    积分:1
  • 这个比较完整注释什么的都全还有开平方. 并且格式也很好看,干净.
    这个比较完整注释什么的都全还有开平方. 并且格式也很好看,干净.-Note the relatively complete what are all still open square. And format is also very good looking, clean.
    2022-07-04 14:52:23下载
    积分:1
  • personal album procedures for the sharing
    个人相册程序-------------供大家分享-personal album procedures for the sharing-------------
    2022-09-25 11:35:03下载
    积分:1
  • Multi
    多功能太阳能定时器程序(液晶),对产品开发有很好的参考价值。-Multi-function solar timer program (LCD), for product development has a very good reference value.
    2022-07-03 13:20:51下载
    积分:1
  • 写的贪吃蛇游戏,在轻松译通过,游戏能实现贪吃蛇的基本游戏功能...
    汇编写的贪吃蛇游戏,在轻松汇编里编译通过,游戏能实现贪吃蛇的基本游戏功能-Compilation of written Snake game, where the compiler to compile in a relaxed through the game to achieve the basic game features Snake
    2022-01-26 06:02:08下载
    积分:1
  • running executable testword.exe, appeared main menu interface, press the Enter k...
    运行可执行程序testword.exe,出现菜单主界面,按回车键出现由26个字母组成 的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字母 消失;按ESC键返回主界面;按空格见暂停;按‘E’退出。-running executable testword.exe, appeared main menu interface, press the Enter key emerging from the 26 letters of disorder OK, then any one of the letters ended in Jianpanshangqiao into the letters, If the input is correct, the letters disappeared. by the ESC key to return to the main interface; see box by the moratorium; by the "E" withdrawal.
    2022-09-23 07:35:03下载
    积分:1
  • This is a sample of OUT instruction. It writes values to virtual I/O port that c...
    This a sample of OUT instruction. It writes values to virtual I/O port that controls the stepper-motor. Try using datCCW, datCW_FS or datCCW_FS instead of datCW to get different behavior of the motor. -This is a sample of OUT instruction. It writes values to virtual I/O port that controls the stepper-motor. Try using datCCW, datCW_FS or datCCW_FS instead of datCW to get different behavior of the motor.
    2022-11-02 02:15:03下载
    积分:1
  • Ping.exe similar to Windows
    类似于Windows自带的Ping.exe程序,用 ICMP 协议实现 Ping 的功能;socket的另一种用法-Ping.exe similar to Windows
    2022-04-12 03:50:39下载
    积分:1
  • 学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为...
    学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为一体的综合性练习。超简单单片机学习套材中的16X16汉字点阵模块提供了一个全新的学习平台。在一块只能显示一个汉字的点阵中,只利用Atmega48的内部资源实现几个汉字的移动,不但要清楚点阵的物理性能,知道如何送数据;还要了解单片机的可用资源,并通过编程利用内部存储器移动交换数据,确实是需要些技-Microcontroller tutorial to learn is often water lights, digital control, keyboard and so on. These routines are mainly familiar with the nature of microcontroller port, the program algorithm is generally relatively simple. Rare combination of microcontroller I/O ports, the internal memory and computing skills integrated exercises. Super-simple MCU learning materials in the 16X16 set of Chinese characters dot-matrix module provides a new learning platform. Can only display one character at a dot-matrix, only the use of internal resources to achieve Atmega48 few characters of the movement, not only to clear the physical properties of dot-matrix, to know how to send data also understand the MCU resources available, and programmed to exchange data using internal m
    2022-03-25 02:44:30下载
    积分: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
  • 696524资源总数
  • 103938会员总数
  • 55今日下载