搜索资源列表
数组排序算法改进版
- 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : B
ArraySort
- 数组排序,含bubble,quick,insertion,selection四种方法-Array sort,it includes four sort methods as follows: bubble sort ,quick sort,insertion sort and selection sort.
multidim_bsort
- 二维数组的冒泡排序-Bubble sort of Two-Dimensional Arrays
shellsort
- 字符串数组排序-Char array sort
arraysort
- 数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法--Array sorting algorithm, its head files include four sorting methods:bubble sorting method (bubble), i
quick
- 关于数组排序的经典程序。-Sorting an array of classical procedures.
数组排序算法改进版
- 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : B
ewszpx
- 输入30个数到一个5行6列数组,经排序后该数组各元素值按行从小到大排列,并显示该二维数组。 要求:直接在该数组中排序,不得转存于一个一维数组。 -input to a 30 Number 6 line arrays, sorting through the array element values of the firms from small to large order, and that the two-dimension
zy.tar
- 数组结构写的程序 可以删除,查找,增加,排序内容-array structure written procedures can be deleted, locate, increased sorting content
arraysort
- 数组排序,用C 实现-Sorting an array using C to achieve
shuzupaixu
- 数组排序函数,对一窜数据进行冒泡排序或者进行二分排序-array sorting functions, a right channeling data Bubble sorting or ranking for two hours
suzusort
- 一个进行数组排序的程序,可以进行数组单元的随即无序处理,产生随机数。-A procedure for sorting the array, the array can then disordered processing unit to produce random numbers.
7MethodsOfQsort
- 快速排序(qsort)在程序开发中的七种用法(VC)。其中列举了对int和char型数组排序、结构和类的一级二级排序等,具体的cmp函数。-Quicksort (qsort) in the development of seven Usage (VC). Which lists the type of int and char array to sort, structure and type of level 2 ranking, t
kpath
- 数组排序,按照数组的某个元素进行排序,使用请查看-Sort the array, in accordance with a certain element of the array to sort, the use of please see
arr
- arraylist 一维数组排序-One-dimensional array sort
c_methods_of_quick_sort
- 几种快速排序的方法,对int类型数组排序,对char类型数组排序,对double类型数组排序,对结构体一、二级排序,对字符串进行排序,计算几何中求凸包的cmp-Several methods of quick sort, sort array of type int, the type of char array to sort, sort array of double type of the structure of primary
Level_B
- 编制一维数组排序程序。数组大小n用全局变量定义,数组数据从文本文件中读入或随机生成。包含冒泡排序、选择排序、插入排序三种排序方法。程序能够选择使用任何一种方法排序。-The preparation of one-dimensional array sorting program. Array size n with the global variable definition, an array of data read from a
PHP数组
- php数组编程例程大全,包括各种排序,和经常使用用法(PHP array programming routines Daquan)
数组
- 用java描述常用数组排序如冒泡排序、直接排序、反转排序(Use Java to describe common array sort such as bubble sort, direct ordering, reverse ordering)
数组排序和计算练习
- 编写一个控制台程序,输入五个数求和,最大值,平均数,平均值小数点后一位(Write a console program, enter five numbers of summation, maximum, mean, average, one after the decimal.)