CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 选择排序法

搜索资源列表

  1. Ktongfa

    0下载:
  2. 著名的大数量的排序算法--K桶排序法~在数据文本式的大数据排序时,K桶法会是一个不错的选择! k桶法:k桶法有两个主要步骤:分桶,整合。 分桶:把n个数依次放入k个桶中,除了第k个桶外,放入前k 1个桶中的数都要求后一个大于 前一个。分桶的具体规则如下: 第1个数放入第一个桶内,第2个数若大于第一个桶中的数(即第一个数)则放入第一个桶内, 否则放入第二桶内,以此类推。设现要将第j个数放入某桶中,先从第一个桶试起,若第j个 数大于当前第一个桶中最
  3. 所属分类:其他小程序

    • 发布日期:2013-05-19
    • 文件大小:7019
    • 提供者:肖煜东
  1. selectionsort

    0下载:
  2. 选择排序法精讲,并附上代码,每行都有注释,很好理解。-Selection Sort Jingjiang, along with the code, each line has a comment, well understood.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:5737
    • 提供者:周航宇
  1. sort2

    0下载:
  2. 一个基于VC的数组排序算法源码实例,程序中使用了函数指针数组,一共包含四种排序方法:泡沫排序法(bubble)、插入排序法(insertion)、快速排序法(quick)和选择排序法(selection)。在头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 -A sorting algorithm based on an array of source code VC instance, the program uses the function pointer array,
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:24866
    • 提供者:madud00087
  1. C-experimentation

    0下载:
  2. (C)1.是能找出一串数中的最值,及其序号。(是选择排序法的基础) 2.对输入文本中的多个字符串排序(涉及字符串指针,指针数组,二维数组,三者综合应用) 3.选择排序法。-The C experimentation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1618
    • 提供者:王阿万
  1. 81.tar

    0下载:
  2. linux学习中有许多排序,这个程序是叫我们初步运用冒泡法和选择排序法来写程序-There are many sorting linux learning, this program is called the initial use of our bubble and selection sort method to write programs
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2948
    • 提供者:刘永
  1. shuzu

    0下载:
  2. 用选择法排序,主要是用到数组的方法进行排序,数组还包括其他排序方法,此处介绍选择排序法-Sort by selection method, the method is mainly used to sort the array, the array also includes other sorting methods, choose sort described here
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:525
    • 提供者:陈志灿
  1. paixu

    0下载:
  2. 排序方法:冒泡排序法 希尔排序法 直接选择排序法-Sorting methods: bubble sort method Hill sorting method for direct selection sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1715
    • 提供者:wu
  1. selsort

    0下载:
  2. 选择排序法,时fortran语言编写的程序-Select the sorting method, when a program written in fortran
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:570
    • 提供者:liuxiaoyan
  1. sort

    0下载:
  2. 冒泡排序法,选择排序法,以及求一个2维数组中元素的和,还有求所有元素中的最大值,以及数组的倒置等功能-different sorts in VC++
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:7098483
    • 提供者:刘微
  1. Sort

    0下载:
  2. 用直接插入法对R排序 /用希尔排序法对数据表R排序,D为增量序列,元素个数n,步长序列个数numOfD 用冒泡排序法对R排序 用直接选择排序法对R排序 堆排序 对有序表a[0]--a[n-1]进行一次二路归并排序,每个有序子表的长度为k //一次二路归并排序后新的有序子表存于swap中 { 用二路归并排序法对对象数组a[0]--a[n-1]排序 {-Direct insertion method to sort the R/R Hill sorting the data table
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2256
    • 提供者:党心蕊
  1. Sort_BySelect

    0下载:
  2. 选择排序法,在visial c++上编程的.-Selection Sort, programmed visial c++.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:175664
    • 提供者:张jaiah
  1. select-sort

    0下载:
  2. 数据结构排序算法之选择排序法,此算法用C++编程语言书写 特别适合初学数据结构的人学习。-Selection Sort sorting algorithm data structure, this algorithm using C++ written in a programming language particularly suitable for beginner data structure of human learning
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:516
    • 提供者:满达
  1. 2

    0下载:
  2. 冒泡排序法和选择排序法,包含由大到小和由小到大两种方法-Bubble Sort
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:1569
    • 提供者:张冰冰
  1. paixu

    0下载:
  2. 排序的算法有很多种,本程序运用C语言经典的冒泡排序方法和选择排序法。同时用过文本文件对需要的数据进行存取。-Sort algorithm, the program to use C language classic bubble sort method and select the sorting method. Used the text file of the data required at the same time to be accessed.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:776
    • 提供者:萌萌
  1. sort

    0下载:
  2. 用VB写的选择排序法,适合VB初学者学习。-another sort
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-07
    • 文件大小:1823
    • 提供者:leisure
  1. paixu

    0下载:
  2. 七种排序方法:冒泡排序法插入排序法,Bucket排序法,选择排序法,Shell排序法,快速排序法,Heap排序法-Seven kinds of sorting methods: bubble sort insertion sort, Bucket sort, Selection Sort, Shell sort, quick sort, Heap sort
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-11-20
    • 文件大小:4096
    • 提供者:Dwj
  1. Selection-sort

    0下载:
  2. 该程序利用选择排序法对数字进行排列,读者可以自行输入任意的一串数字,该程序可以输出最终排列好的数字-The program selection sort arranged in the digital readers can enter any string of numbers, the program can output a final order
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:258275
    • 提供者:xiaoye
  1. 4

    0下载:
  2. 之前已经上传了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
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:16250542
    • 提供者:胡杰彬
  1. c

    0下载:
  2. 选择排序法 选择排序法 选择排序法-Select sort method to choose the sort method to choose the sort method to choose sorting method
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:3841
    • 提供者:shiyi
  1. sorting-based-compare

    0下载:
  2. 本文件提供了四种基于比较实现的排序方法,包括选择排序法、插入排序法、快速排序法和归并排序法-This document provides four comparison-based sorting method implemented, including the selection sort, insertion sort, quick sort and merge sort method
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:4631
    • 提供者:高岚
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com