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

搜索资源列表

  1. jiaohuanfapaixu

    0下载:
  2. 本程序介绍了通用排序法中应用选择法排序,并附有对该方法的详细说明!-procedures of the General Sort application selection, in order of the method together with a detailed descr iption!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1006
    • 提供者:windzyf
  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. xuanze

    0下载:
  2. 利用选择排序法对数组进行排序,是用java实现的,欢迎大家下载-Using the selection sort method to sort the array, is achieved using java, and welcome everyone to download
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:6723
    • 提供者:阮建飞
  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. select

    1下载:
  2. 选择排序的比较:(1)生成一组随机数以顺序方式存储,并输出。(2)利用选择排序法排序,同时统计比较次数和移动次数,显示结果。(3)利用堆排序法排序,同时统计比较次数和移动次数,显示结果。-Sorted comparison: (a) generating a set of random numbers is stored in a sequential manner, and output. (2) the use of select sort order, and statistical co
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1609
    • 提供者:
  1. code

    0下载:
  2. 该程序为利用选择排序法给数组排序的程序。-Select the method to use to sort an array of programs.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:608
    • 提供者:wendy_Lu
  1. shuzupaixu

    0下载:
  2. 数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法 -Array sorting algorithm, four sorting methods of this program header file that contains: bubble sort method (bubble), insertion so
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:375991
    • 提供者:向宇
  1. order

    0下载:
  2. 通过冒泡排序法和选择排序法实现对若干数字的排序。-To achieve the order of several numbers
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:557
    • 提供者:陈忠德
  1. Heap-sort

    0下载:
  2. Heap排序法让搜寻的路径由树根至最后一个树叶,而不是整个未排序部份,因而称之为改良的选择排序法。-Heap sort to make a path the root to search for the last one leaves, rather than the entire unsorted part, which is called a modified selection sort.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2073
    • 提供者:sulong
  1. xuanzeandcharu

    0下载:
  2. 选择排序法和直接插入排序法的简单实现代码-Select sort method and direct insertion sort simple implementation code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:961
    • 提供者:肥肥
  1. shell_sort

    0下载:
  2. 利用fortran编写的选择排序法的例子,是一个经典例子,可以拿来学习和练手-Examples of using the selection sort written in fortran, is a classic example, can be used to learn and practice hand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:695
    • 提供者:xiaofang
  1. paixufa

    0下载:
  2. 主要介绍冒泡排序法跟选择排序法,并区分两者的不同-Describes different sort bubble sort with choices and distinguish between the two
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:4392
    • 提供者:yx
  1. SEARCH

    0下载:
  2. 数据结构中的三种排序方法编程,分别是直接插入排序法排序,冒泡排序法排序,选择排序法排序,注:只有一个程序有输出,其他两个需要在调试里面看-Three sorted by programming data structures, which are sort of direct insertion sort, bubble sort sort, Sorting, Note: Only one program has output, the other two need to look insid
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:580997
    • 提供者:朱丽琼
  1. Selection-method-main4

    0下载:
  2. 这是用C++语言写的一个用选择排序法排序的程序-This is written in c++ language with a selection method of the program
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:636
    • 提供者:流川枫
  1. KNN

    0下载:
  2. K最邻近密度估计技术是一种分类方法,不是聚类方法。 不是最优方法,实践中比较流行。 通俗但不一定易懂的规则是: 1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。 2.选出最小的前K数据个距离,这里用到选择排序法。 3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering metho
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:晓骸
  1. knn1

    0下载:
  2. K最邻近密度估计技术是一种分类方法,不是聚类方法。 不是最优方法,实践中比较流行。 通俗但不一定易懂的规则是: 1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。 2.选出最小的前K数据个距离,这里用到选择排序法。 3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering metho
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:咳晓
  1. 数字排序

    0下载:
  2. 对10个数进行排序?1.程序分析:可以利用选择法,即从后9个比较过程中,选择一个最小的与第一个元素交换,??????? 下次类推,即用第二个元素与后8个进行比较,并进行交换。?(The number 10 ranking 1. program analysis: can use the selection method, from 9 months after the comparison process, select a minimum exchange with the first
  3. 所属分类:其他

  1. Desktop

    0下载:
  2. 冒泡排序;选择排序;直接插入排序;二分法插入排序 topsis和ahp方法(Bubble sort; select sorting; direct insertion sort; dichotomy insertion sort. topsis ahp)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:lll
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com