搜索资源列表
weijijiekou
- 基于汇编语言的几个微机接口程序,关于数组的传输,排序等-language based on the compilation of several computer interface program, an array of transmission, scheduling, etc.
chengjipaixu
- 简易学生成绩排序(汇编) 编制一程序,要求接收从键盘输入的一个班的学生成绩,并存放于50字grade数组中,其中grade+i保存学号为i+1的学生成绩。然后根据grade中的学生成绩,把学生名次填入50字rank字数组中,其中 rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来-summary ranking the performance of their students (compilation) preparation process, recei
DirectInsertSort
- 实现直接插入排序 要求:封装成一个函数,形式如下: void DirectInsertSort(bool bOrder, bool bPrintEveryStep, int * array) 其中,参数bOrder是布尔类型变量,true表示升序,false表示降序 bPrintEveryStep表示是否把每一步的排序结果打印出来,true表示打印,false表示不打印 array是待排序的数组 -direct insertion sorting
phone
- 在本次试验中需要注意基址寄存器BX的移动方法,对以字为单位的数组,BX的移动方式 是每移动一次加2或者减2 另外函数调用的过程中需要小心PUSH和pop的调用是否安全,例如在name_sort中pop CX的 时候没有先Push CX,导致了name_sort函数不可以调用 此程序使用比较高效的方法只是对号码单的首地址进行排序,为此开辟了一个地址数组 AdTable,类似C语言中的指针数组 在每个名字的前面存有每个名字的长度,有利于对名字进行比较,体现了空间
4_1
- 输入一组有符号字数据。对该组数进行排序,按照按从大到小的顺序以用户指定的进制形式输出排序后的结果。-Enter a signed character data. The number of the group sort, in sequence according to according to user-specified form of the output binary sort the result.
ASM_Sort
- 用汇编语言实现的:首先通过键盘输入一已知长度的字节数组,然后对该数组进行递增排序,并显示排序结果。最后再输入一数值,在该数组中进行查找。要求使用子程序结构。-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
BubbleSort
- 用汇编,对确定个数的某数组进行冒泡排序,并显示-With the compilation, to determine the number of array to carry out a bubble sort, and display
order
- 用8051汇编写的数组排序程序,内有程序。用masm6编的-Writing with the 8051 compilation of array sort procedure, there are procedures. Masm6 made by the
HUI42
- 输入一组有符号字数据。对该组数进行排序,按照从大到小的顺序以用户指定的进制形式输出排序后的结果。-There is one group of input data symbols word. Sort a few of the group, in accordance with the order of smallest to the user specified in hexadecimal form of the output to sort the results.
sort
- 用汇编语言实现的冒泡排序程序。先打印排序前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.
student
- 这是大一老师让自己做的小程序,基本涵盖了C++书中的基本知识点,数组,输入输出文件流,排序,继承-This is the first year to allow teachers to do their own little program, basic C++ covers the basic knowledge of the book, the array of input and output file stream, sorting, inheritance, etc.
guibing
- 这是一个归并的C++源码,这个函数用来将两个排好序的数组进行合并,进行合并排序-This is a merge C++ source, this function is used to merge the two sorted array merge sort
IBM-PC-programanswer
- 汇 编 语 言 实 验 实验一:分支程序设计 (1)试比较字数组array中的三个数,并根据比较结果在终端上显示如下信息: 如果三个数都不相等则显示0; 如果三个数有两个相等则显示1; 如果三个数都相等则显示2。 (2)试根据DL寄存器中哪一位为1(从低位到高位)把程序转移到8个不同的程序分支中去。(8个程序分支可设计成显示相应的数据) 实验二:循环程序设计 有一个首地址为array的10个字数组,用简单排序法使该数组中的数按照从小到大
5070309479_2
- 数组 1. 对英文名字队列进行操作 具体要求: 1) 初始化含有20个英文名字的数组; 2) 排序:以a-z,A-Z的升序顺序 3) 输入任意一个名字并能将其插入到合适的位置。-Array 1. For the English name of the queue to operate the specific requirements: 1) contains 20 to initialize the English name of the array 2) Sort:
3
- 关于汇编语言冒泡排序问题? 汇编书上一道例题:在附加段中有一个字数组,其首地址已存放在di寄存器中,在数组中第一个字存放该数组长度。要求编制一个程序使该数组中的数从小到大的次序排列整齐。书上是这么做的-About assembler language bubble sort problem? Examples: a book compiled in additional segments have a words group, its first address is already s
Q
- 编制一个汇编程序,要求可以接收从键盘输入一个班的学生成绩,并存放于grade数组中。根据grade数组中的学生成绩进行排序,再按学号顺序把名次从屏幕上显示出来。 -faytgfasguiafijuioofpwig
asm
- 8086微机,显示时间,数组排序,已经测试通过-8086 computer, display time, sort the array has been tested
SORT
- 给数组排序,文件输入,从小到大输出,不限数组内的数字个数-To an array sort, file input, from small to large output, limited number of digits within the array
Desktop
- 求10个数的最大数== 以及数组排序之类-just something
ARMsort
- 嵌入式ARM编程 实现简单的数组排序功能-The embedded ARM programmed simple sorting capabilities