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

搜索资源列表

  1. test8

    0下载:
  2. 冒泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序的关键字比较和交换次数进行统计-Bubble sort, direct insertion sort, simple selection sort, quick sort, Shell sort, Heap sort of keyword statistics on the number of comparisons and the exchange of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2199
    • 提供者:w
  1. sort

    0下载:
  2. 常见的几种排序方法:简单选择排序、直接插入排序、冒泡排序、快速排序、折半插入排序。-Of several common sorting methods: a simple selection sort, direct insertion sort, bubble sort, quick sort, binary insertion sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1331
    • 提供者:lzh
  1. PaiXu

    0下载:
  2. 本程序实现了综合实现了几个排序算法,包括快速排序,选择排序,冒泡排序,折半排序,希尔排序-This program implements a comprehensive realization of several sorting algorithms, including fast sorting, selection sort, bubble sort, binary sort, Shell sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1392
    • 提供者:凉茶
  1. paixusuanfadebijiao

    0下载:
  2. 数据结构中,排序算法的各种比较(直接插入排序、冒泡排序、快速排序、简单选择排序)-Data structures, sorting algorithms compare a variety of (direct insertion sort, bubble sort, quick sort, simple selection sort)
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:152440
    • 提供者:chang
  1. patition

    0下载:
  2. 利用直接选择排序与快速排序结合的排序算法 效率很高 BCB编写 界面清晰易懂-The use of direct selection sort with the Quicksort sorting algorithm is highly effective combination of BCB to prepare clear and easy to understand interface
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:351707
    • 提供者:邓长友
  1. shuju

    0下载:
  2. 对以下六种内部排序算法进行比较:希尔排序,直接选择排序,快速排序,注解插入排序,堆排序,冒泡排序-gfhtrurtuhretqwjiouiouiouiouiozudfsafdvcbrtuujgse
  3. 所属分类:Data structs

  1. OK2

    0下载:
  2. 一个实现冒泡排序,选择排序和插入排序的程序,还有二分查找和顺序查找-An implementation of bubble sort, selection sort and insertion sort program, as well as binary search and sequential search
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:893453
    • 提供者:gaoyi1620
  1. Sort_show

    0下载:
  2. 用Java实现的对常见7个排序算法进行演示,7个排序算法为:冒泡、插入、堆排、归并、快排、希尔、选择-With the Java implementation of the common sorting algorithm 7 demo, 7 sorting algorithms: bubble, insertion, the heap row, merge, quick row, Hill, choose
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:115176
    • 提供者:pf22099
  1. DataStructure_Algorithms

    0下载:
  2. 常用数据结构和算法的实现及测试。 1)数据结构包含:堆栈 队列 线性表 链表 2)算法包括:冒泡排序 选择排序 插入排序 希尔排序 归并排序 快排 堆排序 3)其他包括:随即数的产生 计时器的实现-Common data structures and algorithms implementation and testing. 1) The data structure includes: a linear table linked list stack queue 2) algor
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:438671
    • 提供者:songjian
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:19883343
    • 提供者:wang
  1. xuejiguanli

    1下载:
  2. 自编的简单学籍管理系统 【问题描述】 该系统要求对一个文件中所存储的学生数据进行各种常规操作,如:排序、查找、计算、显示等功能。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些算法思想的应用,实现一个简单的学生管理系统。 【功能要求】 (1)学生信息包括: 学号,姓名,性别,出生(年,月,日),三门课成绩和总分( 数学, 英语, C语言, 总分)。 (2)需要实现的功能 1)建立学生信息 3)按总分递减选择排序,并显示按总分排序后学生信息 4)按学号
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1997
    • 提供者:JT
  1. paixi

    0下载:
  2. c++ 6种排序算法包括:冒泡排序, 选择排序, 插入排序,希尔排序,快速排序与堆排序-c++ 6 Zhong sorting algorithms including: bubble sort, selection sort, insertion sort, Shell sort, quick sort and heap sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2375
    • 提供者:yufeng
  1. sequence

    0下载:
  2. 各种算法,排序的动态演示,快速排序,冒泡排序,选择排序,并且在线和中进行-Various algorithms, sort of dynamic presentations, quick sort, Bubble sort, selection sort, and carried out online and
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:7822
    • 提供者:
  1. 016

    0下载:
  2. 直接插入排序,希尔排序,冒泡排序,快速排序,选择排序,堆排序-ShellSort,BubbleSort,PartitionQuick,QuickSort,SelectSort,HeapSort
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:11430
    • 提供者:张小华
  1. visualc1

    0下载:
  2. 函数fun的功能是将存放学生数据的结构体数组按照姓名的字典序(从小到大)排序,在fun函数内采用的选择排序法,选择排序法中的升序排序,首先从数组中挑选一个元素,把它和第一元素交换,接着从剩下的n-1个元素中再挑出一个最小的元素,把它和第二个元素交换,不断重复以上过程,直到比较完最后两个元素。 -Function fun function is to store the data structure an array of students by name, the dictionary or
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:772
    • 提供者:晶晶
  1. Select_Sort

    1下载:
  2. 以单链表为存储结构实现简单选择排序的算法-A single list for the storage structure simple selection sort algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:542
    • 提供者:林小芬
  1. Sort

    0下载:
  2. 输入数据序列并通过软件实现序列的插入排序和选择排序-Input data sequence and, through software sequence insertion sort and selection sort
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:497578
    • 提供者:姚木
  1. sort

    0下载:
  2. 提供16位的数值排序,采用选择排序算法,可以排序负数,可以从屏幕上直接输入数字-Order to provide 16-bit values, using selection sort algorithm, you can sort negative, you can enter numbers directly from the screen
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2964
    • 提供者:Peter
  1. java_code_of_algorithms

    0下载:
  2. 各种数据结构算法的java代码实现,包括选择排序、快速排序、分区算法、dfs、mst等18个算法的java代码。-Various data structure algorithms java code to achieve, including the selection sort, quick sort, partition algorithm, dfs, mst in 18 algorithm java code.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:26521
    • 提供者:wujunwei
  1. paixu

    1下载:
  2. 排序 1.简单选择排序 2.冒泡法排序 3.直接插入排序 4.希尔排序 5.快速排序 6.退出程序 -Rank 1. Simple selection sort 2. Bubble sort method 3. Directly into the sort 4. Hill Rank 5. Quicksort 6. Exit
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1036583
    • 提供者:JIA
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com