-
This is an animation procedures, functions and from the main movement, color, ac...
这是一个动画程序,主要功能有往返运动、变色,并伴随音乐。是我汇编语言的课程设计,里面有文档说明和程序源代码以及可执行程序!-This is an animation procedures, functions and from the main movement, color, accompanied by music. I compiled language curriculum design, with a description and documentation procedures for the source code and executable programs!
- 2022-02-07 21:58:26下载
- 积分: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
-
汇编语言的课程设计,用win32汇编写的一个计算器程序,访windows自带实现了标准型的计算...
汇编语言的课程设计,用win32汇编写的一个计算器程序,访windows自带实现了标准型的计算-Assembly language of curriculum design, use win32 compilation written a calculator program, visit its own windows to achieve the standard calculation
- 2022-04-27 00:55:26下载
- 积分:1
-
用汇编编写的密码锁,proteus仿真,程序,原理图全套,希望对需要的人有用...
用汇编编写的密码锁,proteus仿真,程序,原理图全套,希望对需要的人有用-Compilation prepared by using locks, proteus simulation, procedures, a full set of schematic diagram, in the hope that those who need it useful
- 2022-05-09 00:58:59下载
- 积分:1
-
biansongqiziliao ,xuyao
biansongqiziliao ,xuyao -hopeyouneed
- 2022-04-29 22:32:38下载
- 积分:1
-
AT89C51 through the serial port communication, able to read the series of digita...
通过AT89C51的串行口通讯,能够读取Escort_95系列的数字式表头的电压和电流等信号.-AT89C51 through the serial port communication, able to read the series of digital Escort_95 table headers, such as voltage and current signals.
- 2022-02-21 15:44:47下载
- 积分:1
-
Drop功能
-Win32 Assembly写的小程式,含source code.-QikPad Text Editor 具备Drag-Drop功能 --Win32 Assembly to write small programs, including source code.-QikPad Text Editor with Drag-Drop functionality
- 2022-05-06 08:27:48下载
- 积分:1
-
能够把51系列转化成汇编的浮点数,效果很好的
能够把51系列转化成汇编的浮点数,效果很好的-Able to transform into a compilation of 51 series of floating-point numbers, the effect of good
- 2023-04-30 02:10:02下载
- 积分:1
-
一个用WIN32编的兔子繁殖问题,可以计算几个月后兔子的数目
一个用WIN32编的兔子繁殖问题,可以计算几个月后兔子的数目-A series of rabbit with WIN32 reproductive problems, can be calculated a few months later the number of rabbit
- 2022-07-08 02:37:28下载
- 积分:1
-
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60...
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。-Title: the use of nested conditional operator to complete this question: academic> = 90 points with A classmate said that 60-89 between the use of B said that the 60 points or less with C said. 1. Program analysis: (a> b)? A: b This is a conditional operator s basic example.
- 2022-03-15 13:45:59下载
- 积分:1