搜索资源列表
-
0下载:
附加段中有个一已经排序的数组,数组中第一个元素存放数组的长度,在AX中有个无符号数,在数组中查找(AX),如果找到,则CF=0,,在SI中存放该元素在数组中的偏移地址。使用折半查找的方法-Additional paragraph, there is an already sorted array, the first element in the array store the length of the array have a unsigned number in AX, (AX) in t
-
-
0下载:
有n个整数(1<=n<=100)按由小到大顺序存放在一个数组中,输入一个数m,要求用折半查找法找出该数是数组中第几个元素的值。如果该数不在数组中,则输出“Not found.”
-There are n integers (1 <= n <= 100) by ascending sequence stored in an array, enter a number m, asked to use a binary search method to find the
-
-
1下载:
在附加段中有个一已经排序的数组,数组中第一个元素存放数组的长度,在AX中有个无符号数,要求在数组中查找(AX),如果找到,则CF=0,在SI中存放该元素在数组中的偏移地址。本例使用折半查找的方法(In the appended segment, there is an array that has been sorted. The first element in the array holds the length of the array. There is an unsigned numb
-