搜索资源列表
ShowSort
- 使用对话框输入若干整型数据(不超过10个),实现冒泡法排序。
冒泡法改进
- 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将N 个数按从大到小排序,Turbo C语言程序函数 -Bubble Act to sort the data is a basic algorithm, which is the basic method : two adjacent elements, if required for the exchange, e
paixu
- 快速排序的递归算法实现 效率要比选择法排序、冒泡法排序要高-Quick Sort efficient recursive algorithm than selection sort, bubble sort method higher
maopaofaPL_main
- C++冒泡法排序.可以使初学者尽快掌握c++中的循环-C++ bubble sort method. Will enable beginners to grasp c++ in the cycle
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
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
- 简单实用的冒泡法排序算法,使用VC++实现,可编译,无错误。-Simple and practical method of bubble sort algorithm, using VC++ implementation can be compiled, error-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
100rankings
- 问题的提出:某大学开田径运动会,现有12名选手参加100米比赛,对应的运动员号及成绩如表所示,请按照成绩排名并输出,要求每一行输出名次、运动员号及成绩。要求用冒泡法排序。-Of the problem: open a university track meet, the existing 12 players participated in the 100 meters race, the corresponding number of athletes and the results show
arrangement
- 用VB编写的程序,主要用于冒泡法排序,能够产生随机数,演示排序过程。-Programs written with VB, mainly for the bubble sort method, to generate random numbers, demonstrate the sorting process.
Bubble-sort-method
- 冒泡法排序,vb习题必做,常用的练习题,老师给的,超管用的 -Bubble sort method, vb exercises must be done, common exercises
Dweijiyuanlie
- 主要用减奇法求平方根, 程序代码及流程图图:冒泡法排序统计负数个数的程序以及流程图 -Less odd and square root, the program code and flow chart diagram: bubble method to sort the procedures and flow chart of the number of statistical negative
bubbleSort
- 冒泡法排序的实现,将随机的10个或多个数按大小的顺序排列-a program to arrange numbers
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.
maopaopaixu
- 冒泡法排序,基于C++程序,实现冒泡排序-Bubble sort method, based C++ program
冒泡
- TTS把文字转化为语音 的人工智能的源程序(TTS to convert text into speech source program of artificial intelligence)
冒泡法
- 该冒泡算法是通过C语言编写的,可以实现对数字和字母的排序(The bubble algorithm is written in the C language and can be used to sort numbers and letters.)