-
汇编代码实现求最大、最小值
资源描述
1、上传的源码是求最大值的,把程序中第35行的“ JA NEXT”改为“ JB NEXT“,即可改为求最小值。
2、求最值的数据可以自己设定,改程序的14、15行中的数据即可。
3、最值最后再CRT屏幕上显示,调用DOS的int 21H的功能。
- 2022-03-03 11:14:45下载
- 积分:1
-
asm 编的vxd例子,不会重复的够多了哦,
asm 编的vxd例子,不会重复的够多了哦,-asm series vxd example, not repetitive enough oh,
- 2022-03-18 23:26:40下载
- 积分:1
-
支持向量机
SVM-matlab故障诊断程序 -SVM-matlab process fault diagnosis fault diagnosis SVM-matlab program
- 2023-08-20 05:55:04下载
- 积分:1
-
Windows环境下32位汇编语言程序设计配套书源码第9章
Windows环境下32位汇编语言程序设计配套书源码第9章-Windows Environment 32-bit assembly language programming package source book Chapter 9
- 2022-07-08 03:30:18下载
- 积分:1
-
回溯法实现最小圆排列问题
回溯法实现最小圆排列问题-Backtracking minimize problems with a round
- 2023-07-03 21:05:02下载
- 积分:1
-
T6963C的24064的LCD显示程式
T6963C的24064的LCD显示程式-T6963 24064 of the program LCD Display
- 2022-07-26 22:32:46下载
- 积分:1
-
本程序由国外的Vulture大哥编写,并公布了源码,这个是他95年的一个作品,可以说是在当时是非常成功的!
这个程序是巧妙的利用了坐标的不断变化,从...
本程序由国外的Vulture大哥编写,并公布了源码,这个是他95年的一个作品,可以说是在当时是非常成功的!
这个程序是巧妙的利用了坐标的不断变化,从而实现了由星星构成的箱子3D转动!
为了尊重版权,本人未对源码注释进行翻译,这样做也可以让国内的汇编爱好者自己琢磨国外的汇编编程的思维-This program prepared by the foreign Vulture brother, and announced the source code, this is his 95 years, a work can be said that at that time was very successful! The program is clever use of changing coordinates in order to achieve a box formed by the stars, 3D rotation! In order to respect copyright, I did not comment on the source code translation, this would also enable the compilation of country fans on her own way of thinking outside of the compilation of programming
- 2023-08-04 05:35:02下载
- 积分:1
-
调试通过了的基于89S51的LCD12864液晶显示
调试通过了的基于89S51的LCD12864液晶显示-Debugging based on the adoption of the 89S51 LCD LCD12864
- 2022-01-25 23:06:39下载
- 积分:1
-
source code for alarming
source code for alarming
- 2022-02-06 17:46:02下载
- 积分:1
-
从键盘读入一个4进制数,CRT显示等效双…
从键盘读入一个四位的十六进制数,CRT显示等值的二进制数.
由于每个十六进制数位对应4个二进制,所以每读入一个十六进制位后,即可将其对应的4个二进制位依次输出。由于数字‘0’~ ‘9’的ASCⅡ码为30H~39H,字母‘a’~‘f’与 ‘A’~‘F’的ASCⅡ码为61H~66H 与41H~46H ,因此,如果输入的字母为数字‘0’~‘9’,则其低4位即为对应的二进制位;如果输入的字符为字母‘a’~‘f’或‘A’~‘F’,则需要减7,然后通过移位将低4位依次输出。
-Reading from the keyboard into a 4 hexadecimal number, CRT display equivalent binary number. Since each hexadecimal number of the corresponding 4-bit binary, so every time into a hexadecimal places, can be its corresponding 4-bit binary sequence output. Due to the number
- 2022-12-17 12:35:03下载
- 积分:1