搜索资源列表
sort-all
- 本程序完成实验要求的全部功能直接插入排序、SHELL排序、冒泡排序、快速排序、简单选择排序、堆排序、归并排序、基数排序,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结。 在实验过程中,积极配合本团队分工合作的精神,努力学习,总算不负众望,将程序编好,在此,我更想感谢的是老师的教导,在她的帮助下,我才顺利完成了本次的任务。 -the experimental procedures are completed all the functional requirements o
my-sort
- 内部排序算法比较,6种常用的内部排序算法进行实测比较:一趟冒泡排序、简单选择排序、快速排序、希尔排序、直接插入排序、堆排序。-internal sorting algorithm, six kinds of internal sorting algorithm measured comparison : Bubble Sort trip, Sort simple choice, quick sort, Hill, ranked direct insertion sort, heap sort.
055GradeSorting
- 本实验是完成对很多记录的学生成绩表进行计算,排序和统计等功能。 程序操作说明 程序进入后是一个选择问题,要求用户选择排序方式,共有四种排序方式,具体是:三科成绩和平均分。其代号也在提示中给出。选择后程序将给出排序结果,然后用户要选择是否要进行另一种排序,程序将完成用户给定的要求。如果不用进行另外的排序,程序将直接进入成绩统计子程序,输出统计结果并结束程序。 -completion of this experiment is to record the many accomplishm
电话本管理系统
- 该系统是本人课程设计作业,因为时间关系,只用了两天多的时间编成。所以有很多地方没有得到增强。版本为1.0。现作以下升级。 增加NEW,OPEN版本。 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序
paixusuanfa
- 排序算法,其中包括插入排序,合并排序,选择排序和冒泡排序
paixu
- 输入一组关键字序列分别实现下列排序: (1)实现简单选择排序、直接插入排序和冒泡排序。 (2)实现希尔排序算法。 (3)实现快速排序算法。 (4)实现堆排序算法。 (5)实现折半插入排序。 (6)在主函数中设计一个简单的菜单,分别测试上述算法。 (7)综合训练:采用几组不同数据测试各个排序算法的性能(比较次数和移动次数)
用8086汇编语言实现选择排序算法
- 用8086汇编语言实现选择排序算法,可以选择排序的字符个数。
masm5
- 进行了功能再完善的汇编语言的选择排序,输入进行了修改,排序个数增加。
Algorithm
- c++经典小程序。包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大
电话本管理系统
- 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imp
order
- 直接选择排序 冒泡排序 快速排序 直接插入排序 四种排序算法的比较
选择排序法
- 这是一段关于选择排序的原代码,对初学者来说是很有用的,也许对您有帮助-This is a ranking on the selection of the original code, for beginners is very useful, perhaps your help
SelecteSort_asm
- 实现了汇编asm下的选择排序程序,很简单。-Asm compilation achieved under the options to sort procedure is very simple.
dddd
- (C语言)用两种方法(栈和队列)拓扑排序,由用户选择方法-(C language) of two ways (Stack and Queue) topological sort, by the user selection method
All-kinds-of-sort
- 本代码实现了几乎所有的排序算法,如冒泡排序,选择排序,基数排序,快速排序等。-This source code implements all kinds of basic sorting algorithm, such as bubble sort,radix sort,select sort,quick sort and so on.
patition
- 利用直接选择排序与快速排序结合的排序算法 效率很高 BCB编写 界面清晰易懂-The use of direct selection sort with the Quicksort sorting algorithm is highly effective combination of BCB to prepare clear and easy to understand interface
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
paixu
- 常见的三种排序。选择排序。插入排序。冒泡排序-Three common sort. Choose a sort. Insertion sort. Bubble Sort
xuanzhefa
- 输入十个整数,对十个整数进行选择发的排序。(Sorting of ten integers)