搜索资源列表
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
simple-sorting
- 简单排序法也称序列评定法,是指管理者把本部门的所有员工从绩效最高者到绩效最低者(或从最好者到最差者)进行排序,即对一批考核对象按照一定标准排出“1、2、3、4……”的顺序。-Simple sorting method, also known as sequence evaluation method of refers to the managers to all employees of this department from highest performance to the perfo
quicksort
- 快速排序法(quick sort)是目前所公认最快的排序方法之一.它最容易理解,也最符合轴心分割与左右进行排序的概念,适合对初学者进行讲解-Quicksort method (quick sort) is now recognized as one of the fastest sorting method. Easiest to understand, is most consistent with the the axis divided left and right sort of con
insert
- 插入排序法对随机产生的10000个是进行顺序排序,并输出排序结果-10000 insertion sort of randomly generated sequence sort, and sort the output results
insert1
- 插入排序法对随机产生的10000个是进行逆序排序,并输出排序结果-Insertion sort of randomly generated 10000 sorted in reverse order, and sort the output results
merge
- 合并排序法对随机产生的10000个是进行逆序排序,并输出排序结果-Merge sort of randomly generated 10000 sorted in reverse order, and output sort results
merge-1
- 合并排序法对随机产生的10000个是进行逆序排序,并输出排序结果-Merge sort of randomly generated 10000 sorted in reverse order, and output sort results
Quicksort1
- 快速排序法对随机产生的10000个是进行逆序排序,并输出排序结果-Quick sort of randomly generated 10000 sorted in reverse order, and output sort results
Quicksort
- 快速排序法对随机产生的10000个是进行顺序排序,并输出排序结果-Quick sort of randomly generated 10000 sorted in reverse order, and output sort results
insert-merge-quicksort
- 插入排序,合并排序,快速排序法对随机产生的10000个是进行顺序排序,并输出排序结果-Insertion sort, merge sort, quick sort on 10,000 randomly generated sequence sorting and output sort results
ksxz
- 用c++编程 用于快速排序 用快速排序法 跟冒泡法类似-C++ programming for quick sort quicksort method similar to the Bubble Act
BubbleSort
- 该程序利用冒泡排序法对数字进行排列,读者可以自行输入任意的一串数字,该程序可以输出最终排列好的数字。-The program uses the bubble sort arranged digital readers can enter any string of numbers, the program can output the final ranked number.
Selection-sort
- 该程序利用选择排序法对数字进行排列,读者可以自行输入任意的一串数字,该程序可以输出最终排列好的数字-The program selection sort arranged in the digital readers can enter any string of numbers, the program can output a final order
Sorting-algorithm
- 本文件包含常见经典排序算法如希尔排序、二分插入法、直接插入法、带哨兵的直接排序法、冒泡排序、选择排序、快速排序、堆排序。 -This file contains the common classical scheduling algorithms such as Hill sort, two insertion method, direct insertion method, the direct sequencing method with sentinel, bubble sort, s
4
- 之前已经上传了1个,现在一次上传4个吧。 分别是:杨辉三角形、选择排序法、正负输输出三角星星、水仙花数-Have posted before 1, now a upload 4. Are: the Yang Hui triangle, selection sort, positive and negative output triangle of stars, the number of daffodils
Internal-sorting-
- 内部排序算法比较 掌握排序法的工作原理及应用过程,运用其工作原理上述实验题目中的内容。 -Internal sorting algorithm sorting method to grasp the working principle and the application process, the use of its working principle of the experimental subject content.
F13paixu
- 排序法的vc源码,可以为编程提供帮助和支持,直接复制代码可以使用-Sort vc source, can provide help and support for the program, copy the code can be used directly