搜索资源列表
4-16
- 选择法排序:数据的排序就是将一批数据由小大到(升序)或由大到小(降序)进行排列。常用的有选择法、冒泡法。 -selection Ordering : Sorting data is a group of data from small to large (ascending) or 7,10,13 (descending) order. Commonly used in the selection and the Bubble Act.
SortSimple
- 内部排序法,一、交换式排序 1)冒泡法 方法:将相邻的两个数据加以比较,若左边的值大于右边的值,则将两值相互交换 若左边的值小于等于右边的值,则此两个值的位置不变。右边的值继续和下一个值做比较,重复此动作,
冒泡法改进
- 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将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
Sort
- 用C#自动演示了冒泡排序法(原创),帮助初学者理解冒泡排序法,开发者学习C#-C# automatically used to demonstrate bubble sort method (original), to help beginners understand the Bubble Sort method, developers learn C#
maopaopaixu
- 是一组用C#代码写的冒泡排序法,希望可以给大家参考参考-Is a set of code written using C# bubble sort method, wish to give your information
bubbleSort
- 冒泡法排序的实现,将随机的10个或多个数按大小的顺序排列-a program to arrange numbers
ksxz
- 用c++编程 用于快速排序 用快速排序法 跟冒泡法类似-C++ programming for quick sort quicksort method similar to the Bubble Act
order
- 针对给出的字符串(大小写字母等)冒泡法进行排序-Sort given string (uppercase and lowercase letters) Bubble Act
maopaopaixu
- 冒泡法排序,基于C++程序,实现冒泡排序-Bubble sort method, based C++ program
maopaofa
- 在一般的简单排序中,冒泡法排序是比较常用的,在学生学习阶段是必须学的。-Bubble sort method
disanti
- 编写函数,实现:1)删除数组中相同元素;2)按照由小到大排序(除冒泡法)。例如:输入:{1,2,1,-1,0,0} ; 输出:{-1,0,1,2}-Write a function to achieve: 1) to delete an array of the same element 2) according to ascending order (except Bubble Act). For example: Input: {1,2,1,-1,0,0} Output: {-1,0,1
c1
- 1) 定义一个数组a[11],用以存放学生的成绩。 2) 从键盘输入10个学生成绩 3) 采用冒泡法,将学生成绩按照从高到低进行排序 4) 再输入一个学生的成绩,将此成绩按照排序规律插入原学生成绩数组 5) 将排好序的成绩单进行反序存放,即原来是从高到低,现在改为从低到高排列。 6) 将以上每一步骤的结果均打印输出,验证程序是否正确实现题目要求 -1) define an array a [11], used to store student achievement. 2
Bubble-Act
- 先输入一组整数,然后运用冒泡法对其进行排序,再按照顺序输出。-Enter a set of integers, and then sort them using bubble method, then follow the order of the output.
gauss
- 高斯函数编写及其调用,数组排序,二分法,选择和冒泡法。-Gaussian function to write and call, sort the array, Dichotomy, and bubbling method.
3
- 采用冒泡法实现了对十个数的排序,经典的程序!-Using the bubble method to achieve a sort of ten numbers, the classic program!
C
- 为下面的每一个功能写一个函数,并在主程序函数调用。 计算平均税后收入,并输出每个人的税后收入; 检测收入不能满足支出人的情况,并输出姓名、收入和支出 计算平均还贷款额,并输出还贷款额低于平均水平的人的姓名、收入、支出 写个函数实现:按照冒泡法对上表的名字进行排序,并排序后顺序输出姓名、收入、税收和支出。-Each of the following function to write a function, a
LiuXi-3140300075-Assignment10
- 冒泡法的简单排序源代码以及swap的实现-The method of bubble sorting and swap function
maopaopaixu
- 采用冒泡法,将输入的N个数字进行大小排序,放入另一个文本框-Using bubble method, the N will enter a digital sequence, into another text box
paixu
- 排序问题,利用C语言对十个数据进行排序,要求用冒泡法实现-Sorting problem, the use of C language to sort the ten data, requires bubbling method to achieve
dxdydzARRAY
- 冒泡法排序,实现从文件中读取数据,排序后输出到新的文件中-Bubble sort method, to achieve read data a file, sorted output to a new file