CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 排序算法

搜索资源列表

  1. Sorting

    0下载:
  2. 对数据结构书上各种排序算法的集合,可选择固定算法-Sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:23007
    • 提供者:沙一川
  1. main

    0下载:
  2. 用最小推排序算法实现作业的优先级调度问题-Minimum push sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1209
    • 提供者:Leehowe
  1. 4

    0下载:
  2. 使用简单数组实现下面各种排序算法,并进行比较。 排序算法: 1、插入排序 2、希尔排序 3、冒泡排序 4、快速排序 5、简单选择排序 6、堆排序(选作) 7、归并排序(选作) 8、基数排序(选作) -Using a simple array to achieve the following variety of sorting algorithms and compare them. Sorting algorithm: a, 2 insert
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:1024202
    • 提供者:殷琪
  1. sort

    0下载:
  2. 排序算法集合,其中有快速排序、堆排序、hash排序、归并排序等-A collection of sorting algorithms, including quick sort, heap sort, hash sort, merge sort, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:103129
    • 提供者:liu
  1. Operatingperiod

    0下载:
  2. 在一台机器上只能处理n个作业,每个作业均可在单位时间内完成,又假定每个作业都有一个截止期限,当且仅当作业i在它的截止期限之前完成时,可以获得一定的效益。 给定作业序列,要求一种作业排序算法,使获得的总效益值最大。 -On a single machine can handle only n-jobs, each job can be completed within the unit, but also assumes that each job has a deadline, if a
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6697
    • 提供者:沈清
  1. 20090614134824622

    0下载:
  2. 比较六种排序算法,其中包括快速排序,冒泡排序等内容的速度以及空间复杂度。-Comparison of the six sorting algorithms, including quicksort, bubble sort etc. the speed and space complexity.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:13151
    • 提供者:荆楚国
  1. SortingAlgorithm

    0下载:
  2. 用VC实现数据结构中冒泡排序,快速排序,希尔排序等各种改进排序算法-Data structure with the VC bubble sort, quick sort, Shell sort and other sorting algorithm to improve
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:567
    • 提供者:李德甫
  1. algorithm

    0下载:
  2. 详细讲解四个排序算法,帮助大家理解~不过是英文版的哦~原汁原味~呵呵~-Elaborate on four sorting algorithms to help you understand the English version but oh ~ ~ genuine
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:318623
    • 提供者:落笔天外
  1. ds_7

    0下载:
  2. 1.定义数据结构。 2.编写函数,实现插入排序算法。 3.编写函数,实现希尔排序或快速排序等效率较高的算法。-1. Defined data structure. 2. Write a function to achieve insertion sort algorithm. 3. Write a function to achieve Hill sort or quick sort, etc. more efficient algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1328
    • 提供者:Yvonne
  1. Sort

    0下载:
  2. 排序算法,运用归并排序的思想,再加快时间内解决排序问题,并显示在单文档上。-Sorting algorithm, using merge sort of thought, and then speed up the time to solve the scheduling problem, and show in a single document.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-06
    • 文件大小:1268365
    • 提供者:sfz
  1. Google_PageRank_CN

    0下载:
  2. Google排序算法介绍的中文版,适合seo研究和学习-The Chinese version of Google Page Rank Algorithm for reserch & study in SEO
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:249892
    • 提供者:王文怡
  1. mgsort

    0下载:
  2. C++写的归并排序算法,非递归,简单高效-the nonrecursive code of mergesort
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1852
    • 提供者:刘可
  1. tu

    0下载:
  2. 、实验目的 1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程; 2 学会分析各种内排序算法的性能; 3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案; 4 熟练掌握图的存储结构; 5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。 6 了解图的最小生成树算法。-Proficiency in the order of search, binary search and index searc
  3. 所属分类:Data structs

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

    0下载:
  2. 排序算法,宝贝,各种排序方式,如冒泡法,快速排序,基数排序,等-Sorting algorithm, baby, various sorting methods, such as bubble method, quick sort, radix sort, and so on
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:22336
    • 提供者:董仁举
  1. 2010XM

    0下载:
  2. 对各种排序算法进行性能的比较与选择,并给出总结,用java进行描述-The performance of various sorting algorithms comparison and choice, and gives summary descr iption using java
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:18064
    • 提供者:zzzhhh
  1. quiksort

    0下载:
  2. 输入若干组长度各异的待排序列,分别用快速排序算法和改进的枢轴元素三者取中算法对待排序列进行排序,当待排子序列长度已小于 20时,改用直接插入排序,利用时间函数验证三者取中算法在效率上的提高。(提示: 待排序列的长度一般应为 5000 以上)-QuickSort&MiddleQuickSort
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:907
    • 提供者:丁健航
  1. SortCmpCode

    0下载:
  2. 比较几种常见的排序算法:插入排序,快排,归并排序等。-compare several common sorting algorithms, such as inserting sort, quick sort, merge sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:36272
    • 提供者:luckypig
  1. PROGRAM

    0下载:
  2. 用Visual C++环境编写的直接插入排序算法,适应做排序算法研究用。-Direct Insertion Sort Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2303
    • 提供者:Ares
  1. sorting_and_searching

    0下载:
  2. 包括了常用的一些排序算法与搜索算法,如快速排序,桶排序,堆排序,冒泡排序,以及二分搜索等-Includes a number of commonly used sorting algorithms and search algorithms, such as quick sort, bucket sort, heap sort, bubble sort, and the two sub-search, and so
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:236414
    • 提供者:seckCoder
  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 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 50 »
搜珍网 www.dssz.com