搜索资源列表
paixu
- 快速排序的递归算法实现 效率要比选择法排序、冒泡法排序要高-Quick Sort efficient recursive algorithm than selection sort, bubble sort method higher
Sort
- 对一组数据实现排序,采用冒泡法,选择法,双向冒泡法等-The realization of a set of data to sort using bubble law, choice of law, such as bi-directional Bubble Act
VBexample
- 这是一些关于”冒泡法排序“,“降幂排序”。。。等的”VB“小例子,希望能给大家带来帮助-These are on the " bubble sort method," " sort of power down." . . Such as " VB" small example, we hope that they will be helpful
1
- 数据结构 内部排序分析(C++源代码) 其中包括 第一种算法为选择排序,二为插入排序,三是冒泡排序,六是二分法插入排序-Analysis of internal data structure to sort (C++ source code) which includes an algorithm for the selection of the first order, second for the Insertion Sort, Bubble Sort is three, six is
maopao
- 随机生成50条线段,冒泡法排序,要求排序过程可见(此乃一大软件公司招人考题)-Randomly generated 50 segments, bubble sort method require sorting process can be seen (This is a major software company attract many exam)
MaoPao
- 冒泡法,vc6.0开发。数据结构中的排序算法-free
100m
- 某大学开田径运动会,现有12名选手参加100米比赛,对应的运动员号及成绩如表所示,请按照成绩排名并输出,要求每一行输出名次、运动员号及成绩。要求用冒泡法排序。-A university and Field Games, the now 12 players participated in the 100 meters race, the corresponding number of athletes and the results as shown in the table, follow t
arrangement
- 用VB编写的程序,主要用于冒泡法排序,能够产生随机数,演示排序过程。-Programs written with VB, mainly for the bubble sort method, to generate random numbers, demonstrate the sorting process.
1-2
- 这个是数据结构中的一个例子:一维数组应用。主要是排序,例如冒泡法排序。-This is an example of the data structure: a one-dimensional array application. Mainly sort, such as bubble method to sort.
paopao
- 冒泡排序冒泡法排序:将待排序的元素看作是竖着排列的"气泡",较小的元素比较轻,从而要往上浮。在冒泡排序算法中我们要对这个"气泡"序列处理若干遍。所谓一遍处理,就是自底向上检查一遍这个序列,并时刻注意两个相邻的元素的顺序是否正确。如果发现两个相邻元素的顺序不对,即"轻"的元素在下面,就交换它们的位置。显然,处理一遍之后,"最轻"的元素就浮到了最高位置;处理二遍之后,"次轻"的元素就浮到了次高位置。在作第二遍处理时,由于最高位置上的元素已是"最轻"元素,所以不必检查。一般地,第i遍处理时,不必检查第
paixu
- MFC实现冒泡法排序,导入txt文件,再导出排好序的txt文件,数字要用回车分开-MFC to achieve bubble sort method, import txt file, and then export the sorted txt file, use the Enter numbers separated
MP
- 冒泡法排序,十个数,数组形式,最容易理解的排序方法。-Bubble sort method, ten numbers, array, most easily understood sorting method.
Bubble-sorting
- 基于VC6.0编写的冒泡法排序源程序,用到了数组-Based on VC6.0 prepared bubble sort method source code, used an array
The-bubbling-method
- 冒泡法排序,实现数据的快速排列 冒泡法排序,实现数据的快速排列-Bubble sorting
sort
- 单链表实现冒泡法排序。C语言版本,带详细注释。 -Single list achieve bubble sort method. C language version, with detailed notes.
sort_maopao
- 简单C语言程序,冒泡法排序,检验goto命令使用方法。-Simple C language program, bubble sort method, testing goto command to use.
冒泡
- TTS把文字转化为语音 的人工智能的源程序(TTS to convert text into speech source program of artificial intelligence)
VB
- 随机选择0-9中的六个数进行排序,可运用于其他数字的排序(Randomly select six numbers in 0-9 to sort)
冒泡
- 冒泡排序法C语言版,数组入门练习,适合新手使用。(Bubble sort C language version, array introductory practice, suitable for the use of novice.)
冒泡法
- 该冒泡算法是通过C语言编写的,可以实现对数字和字母的排序(The bubble algorithm is written in the C language and can be used to sort numbers and letters.)