搜索资源列表
055GradeSorting
- 本实验是完成对很多记录的学生成绩表进行计算,排序和统计等功能。 程序操作说明 程序进入后是一个选择问题,要求用户选择排序方式,共有四种排序方式,具体是:三科成绩和平均分。其代号也在提示中给出。选择后程序将给出排序结果,然后用户要选择是否要进行另一种排序,程序将完成用户给定的要求。如果不用进行另外的排序,程序将直接进入成绩统计子程序,输出统计结果并结束程序。 -completion of this experiment is to record the many accomplishm
SouceCode
- 这个程序可以查看景点简介,订票,查看各景点人数,查看各景点人数排序,选择所想参观的景点,计算时间和费用,查看推荐旅游景点等等。
用8086汇编语言实现选择排序算法
- 用8086汇编语言实现选择排序算法,可以选择排序的字符个数。
masm5
- 进行了功能再完善的汇编语言的选择排序,输入进行了修改,排序个数增加。
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
SelecteSort_asm
- 实现了汇编asm下的选择排序程序,很简单。-Asm compilation achieved under the options to sort procedure is very simple.
zhaoyue0506
- 该程序可以实现数据的接收、排序并显示,其中,排序包括从小到大、从大到小,使用者可以根据自己的需要自行选择。 程序可以提示输入一组数(最多10个),接收并显示,将接收到的数选择从大到小或者从小到大的顺序排列。 -Implementation of the program can receive data, sort and display them, sort, including from small to large, smallest, the user can be require
Sort
- 输入数据序列并通过软件实现序列的插入排序和选择排序-Input data sequence and, through software sequence insertion sort and selection sort
sort
- 提供16位的数值排序,采用选择排序算法,可以排序负数,可以从屏幕上直接输入数字-Order to provide 16-bit values, using selection sort algorithm, you can sort negative, you can enter numbers directly from the screen
stu
- 创建一个人档案文件(若已存在则直接使用该文件),它包含学号,姓名、年龄、性别、电话,通信地址六项内容。试编写一管理程序,要求系统显示如下菜单,按键后执行相应的操作。 (1)L命令:列出文件中的所有人的记录,每人一行 (2)I命令:在文件末尾插入一个人的记录 (3)D命令:根据姓名删除指定的纪录,若出现多条记录,应再提供删除哪条记录的选择。 (4)F命令:按姓名字段的值进行查询,并将查询结果(多条记录)显示在屏幕上 (5)0命令:根据姓名对记录进行排序 (6)Q命令:退出管
c
- 选择法排序,由大到小,由小到大,任意排列,都是有效的-yes ,it is good
huibianshiyan
- ① 首先输出表的内容; ② 插入一个数据,插入的数据和插入的位置从键盘输入; ③ 对表中的数据进行排序,按升顺或降顺排序可以进行选择; ④ 在表中查找某一个关键字,要查找的关键字从键盘输入;如果找到,输出查找的关键字并给出提示“find”,否则给出提示“no find”; ⑤ 程序执行以后,输出表中的插入以后的内容和排序以后的内容; ⑥ 程序有友好的运行界面; ⑦要求程序能够处理基本的错误信息; -(1) First output the contents of th
time
- 利用时钟检测选择排序与普通排序的时间差异-Clock detection select Sort ordinary sort of timing differences
2
- 冒泡排序法和选择排序法,包含由大到小和由小到大两种方法-Bubble Sort
sort
- 用汇编语言来实现选择排序的算法,比较简单-Using assembly language to implement selection sort algorithm is relatively simple
sort
- 使用汇编语言实现一个简单的排序——选择排序-Using assembly language to achieve a simple sort- Selection Sort
conplitation
- 选择排序的汇编语言算法设计,输入10个数,输出排序结果-Assembly language selection sort algorithm design, enter the number 10, the output sort results
paixufa
- 主要介绍冒泡排序法跟选择排序法,并区分两者的不同-Describes different sort bubble sort with choices and distinguish between the two
16012407Exp2
- 对一组随机数进行排序,排序方式可自由选择,如冒泡拍戏,选择排序,插入排序等。-To sort a set of random numbers, sort the freedom to choose, such as bubble filming, selection sort, insertion sort like.
xuanzhefa
- 输入十个整数,对十个整数进行选择发的排序。(Sorting of ten integers)