搜索资源列表
IoSort
- 用汇编的类编程实现快速排序的例子,本例子按字符串索引,支持插值和删除!-category with a compilation of programming Quick Sort example, by the example of the string indexing, support interpolation and delete!
huibian_asm
- 汇编程序和实验报告 1.输入0-100之间的n值,计算Fibonacci数,以十进制数输出。 2.从键盘输入一行字符,以‘$’结束,查找输入的字符串是否包含’computer’ 字符串,如果包含,计算包含’computer’字符串的个数,并以十进制输出个数。 3.建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲。 4.建立图书资料文档,要求具有插入,更新,删除,查询等功能,使用菜单提示。-compilation of experimental procedu
source
- 用汇编语言实现对已输入的字符串进行排序,可以按升序或者降序排序.注意对排序的字符串不区分大小.
p2
- 字符串字符分类排序-Sort string of characters
insertdictionary
- 字典排序单词表中插入单词汇编语言文件操作和字符串操作-word dictionary ranking table, insert the word assembly language file manipulation and string manipulation
xuanzuo
- 程序采用菜单式选择,可以接收用户从键盘输入的五个命令(1-5),各命令功能分别为:(1)按下“1”键,完成字符串小写字母变成大写字母(2)接收用户输入的可显示字符串(以回车结束),程序将其中ASCII码值最大的字符显示出来(3)按下“3”键,完成排序(二选一)(4)按下“4”键,显示时间(5)按下“5”键,结束程序运行,返回系统提示符-Program uses menu-driven options, the user can receive commands from the keyboard
wordsort
- 该程序是一个调用子程序实现字符串排序并在其中插入一个字符串。待字符串保存在WORD_LIST中,待插入字符串保存在BOY中。-The program is a subroutine call and the realization of the string order in which to insert a string. String to be stored in WORD_LIST in, to be inserted in the string stored in the BOY.
20072985
- 汇编实验 之 列表与字符串操作实验 一:实验目的 1. 掌握列表的存储结构; 2. 掌握记录定义伪指令与结构定义伪指令的使用方法; 3. 掌握列表的插入、删除方法; 4. 掌握列表的排序、检索方法; 5. 掌握字符串基本运算和组合运算方法; 二:实验要求 1. 学会在有序表或无序表中插入一个元素; 2. 学会在有序表或无序表中删除一个元素; 3. 学会使用交换排序和插入排序方法对无序表进行排序; 4. 学会用顺序检索、折半检索方法对无序表
asm
- 汇编实验 ,要求比较两个字符串STRING1和STRING2所含字符是否相同、统计各段成绩的人数并排序等-Compilation of experiments required to compare two strings STRING1 and STRING2 character is contained in the same statistics the number of paragraphs, and sort results, etc.
printall
- masm 环境下写的,对一组数据进行排序,并且打印每次的排序结果,用的是冒泡排序方法。是最近自己学习汇编语言练习写的。涉及到 宏调用,基址寻址,int21 中断调用打印字符串等-compile with masm, it is used to sort a array data and print each time sort with bubble sort algorim, and it is for practicing learing assemble language.
paixu
- 内部排序 对所输入的字符串进行一定格式的内部排序-Internal sorting of the input string must format the internal sorting
sortString
- 根据用户输入的字符串和排序方式,进行排序,统一用于大写比较,排序后输出-Based on user input strings and sort, sort, unity for the upper compared with the sorted output
sort_str
- 字符串排序的汇编程序。程序运行后从键盘输入多个字符串,各字符串回车结束,空字符串结束输入。将输入的字符串排序后输出到屏幕-Sort string assembler. After running over a string from the keyboard, enter the end of the string, an empty string end of the input. After sorting the input string output to the screen
A-class-definition-templates
- 定义一个类模板,实现对一组整数、字符、字符串的排序(整数、字符、字符串的个数不确定),包括的功能有: (1)输入各元素。 (2)排序并输出排序结果。 -Define a class template, sort of a set of integers, characters, strings (the number of integers, characters, strings, not sure), the functions include: (1) enter each e
zfpx
- 字符排序,按照从A到Z的顺序对字符串重新排序,并输出排序后的字符串。-Character sort strings in accordance with the order from A to Z, reorder, and output the sorted string.
7
- 从键盘输入一个字符串:对其中的所有字母小写转大写后进行排序,将结果输出; 如,输入:gaoxing 输出:AGGINOX-Enter a string from the keyboard: turn uppercase all lowercase sort the results output , Enter: gaoxing, output: AGGINOX
list-and-array
- 数组的定义与使用,数组的运算,字符串的输入与输出,冒泡排序-list and array
functions
- 函数的定义与调用、杨辉三角、字符串连接、回文数、字符串比较函数、冒泡排序-some discr iptions of fuction
shiyan
- 用键盘输入字符串,对字符串中的字母进行排序,再输出结果-Keyboard input string, the string of letters to be sorted, and then output the results
string-sort
- 通过编程实现对字符串的排序,升序降序都可以实现-By programming the sort of string can be achieved Ascending Descending