当前位置:
首页
资源下载

搜索资源 - sort array assembly
搜索资源列表
-
0下载:
用汇编语言实现的:首先通过键盘输入一已知长度的字节数组,然后对该数组进行递增排序,并显示排序结果。最后再输入一数值,在该数组中进行查找。要求使用子程序结构。-Using assembly language to achieve: First of all, through the keyboard input of a known length of the byte array, and then increase the array to sort and display the resul
-
-
0下载:
用汇编语言实现的冒泡排序程序。先打印排序前table数组中数,之后排序后打印结果。-Assembly language using the Bubble Sort procedure to achieve. Print before the first table to sort the array in a few, and then print the results after sorting.
-
-
0下载:
汇 编 语 言 实 验
实验一:分支程序设计
(1)试比较字数组array中的三个数,并根据比较结果在终端上显示如下信息:
如果三个数都不相等则显示0;
如果三个数有两个相等则显示1;
如果三个数都相等则显示2。
(2)试根据DL寄存器中哪一位为1(从低位到高位)把程序转移到8个不同的程序分支中去。(8个程序分支可设计成显示相应的数据)
实验二:循环程序设计
有一个首地址为array的10个字数组,用简单排序法使该数组中的数按照从小到大
-