搜索资源列表
juzhengchengfa
- 使用debug实现数组乘法并且十进制输出 使用独立的输出子程序,对于汇编学习者有一定参考作用-use debug achieve array decimal multiplication and the use of independent output Subroutine output for a certain compilation learners reference
weijijiekou
- 基于汇编语言的几个微机接口程序,关于数组的传输,排序等-language based on the compilation of several computer interface program, an array of transmission, scheduling, etc.
Sum2
- sum2:是用汇编语音程序设计的。用途:用户输入两个数,将其相乘放入数组中 -sum2 : Speech is a compilation of program design. Purpose : user input number two, to multiply into an array
msim
- matlab仿真模拟退火算法的简单搜索过程,随机数用数组实现-Matlab simulation annealing simple search process, with a few random arrays to achieve
qiudui
- 这是一个用C语言写的球队成员管理系统,是一个小的项目,其中用到了C语言的基本语法,指针,数组,链表,文件,结构体都有,对于学习语言很有帮助-This is a C language written by the team members of the management system, is a small item, which uses the C language's basic syntax, guidelines, arrays, linked lists, document
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
rank
- 编制一程序,要求接收从键盘输入的一个班的学生成绩,并存放于50字grade数组中,其中grade+i保存学号为i+1的学生成绩。然后根据grade中的学生成绩,把学生名次填入50字rank字数组中,其中 rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来。(输入学生个数<=50,可以不定)-preparation of a procedure that requires the receiving input from the keyboard of a cla
ghost516
- 把一个班的学生姓名和成绩存放到一个结构数组中,寻找和输出最高分者。 要交的作业-bring a class of students names and accomplishments of a storage array structure of the search and the maximum output stakeholders. To pay operating
DirectInsertSort
- 实现直接插入排序 要求:封装成一个函数,形式如下: void DirectInsertSort(bool bOrder, bool bPrintEveryStep, int * array) 其中,参数bOrder是布尔类型变量,true表示升序,false表示降序 bPrintEveryStep表示是否把每一步的排序结果打印出来,true表示打印,false表示不打印 array是待排序的数组 -direct insertion sorting
3_2
- 向数组中输入8、7、6、5、4、3、2、1,对其任一元素都进行1+2+……+N计算,并将结果存入RESULT数组中,结果在屏幕上,按十进制显示出来。
upload
- 汇编程序中的数制转换与DOS调用功能的结合,还有一个表处理程序,以下是程序实现的功能: 1.从键盘输入一个十进制数,转换为二进制显示在屏幕上; 2.输入十位BCD码,转换为4字节十六进制显示; 3.从键盘输入两个十进制数,相加后将结果显示在屏幕上; 4.从键盘键入一个4位十六进制数,转换为十进制显示在屏幕上; 5.对一个已知长度的从小到大的无符号字节数组查找关键字;用二分法实现
huibianserch
- 在无符号数的字节数组中,计算大于、等于、小于search的元素个数,分别存放在字节单元up、equal、down中。 程序显示up、equal、down的值
huigrade
- 从键盘接收输入的一个班的学生成绩,并存放于50字grade数组中,其中grade+i保存学号为i+1的学生成绩。然后根据grade中的学生成绩,把学生名次填入50字rank字数组中,其中 rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来。(输入学生个数<=50,可以不定)
phone
- 在本次试验中需要注意基址寄存器BX的移动方法,对以字为单位的数组,BX的移动方式 是每移动一次加2或者减2 另外函数调用的过程中需要小心PUSH和pop的调用是否安全,例如在name_sort中pop CX的 时候没有先Push CX,导致了name_sort函数不可以调用 此程序使用比较高效的方法只是对号码单的首地址进行排序,为此开辟了一个地址数组 AdTable,类似C语言中的指针数组 在每个名字的前面存有每个名字的长度,有利于对名字进行比较,体现了空间
ibm-pc
- 汇编程序,将一个包含有20个数据的数组M分成两个数组:正数数组和负数数组N,并分别把这两个数组中的数据个数显示出来
beijing
- 汇编语言向数组中插入一个元素的源程序,在DOS下实现
jioushu.ASM
- 对数组ARRAY中的奇偶数进行区分,并存储到两个其他的数组中。
数组中的数按从大到小的次序排列
- 有一个首地址为A的N字数组,请编程序使该数组中的数按从大到小的次序排列-A first address for the A N-word group, programmed so that the array of numbers arranged in descending order
tekey4 输出该数组中的最小值
- 要求程序的功能是:把20个随机数存入一个数组,然后输出该数组中的最小值。-Required functionality of the program are: the 20 random numbers into an array, then output the minimum value of the array.
shan-0-bu-0
- 有一个首地址为MEM的100个字的数组,删除其中的所有为0的项,并将后续项向前压缩,最后将数组的剩余部分补上0-A first address of the array of MEM of 100 words, delete all for 0, and follow-up forward compression, and finally fill the remaining part of the array 0