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

搜索资源列表

  1. sort

    0下载:
  2. 内置了常用的排序算法,使用C++语言编写,适合新手观看学习。(Built in the commonly used sorting algorithm, using C++ language, suitable for novice to watch learning.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:Vshows
  1. gpu排序

    0下载:
  2. gpu平台下,基于CUDA 软件体系完成排序算法的并行(Parallel sorting algorithm based on CUDA software system under GPU platform)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:5120
    • 提供者:Bigstrong
  1. 5_2

    0下载:
  2. 用C语言写了一系列内部排序算法,通过输出和排序信息的统计来进行比较(Using C language to write a series of internal sorting algorithm, through the output and sorting information statistics to compare)
  3. 所属分类:其他小程序

    • 发布日期:2018-01-05
    • 文件大小:894976
    • 提供者:李步印
  1. Sort

    0下载:
  2. 计算各个排序算法的时间复杂度,以及给出各个排序算法代码(The time complexity of each sorting algorithm is calculated and the code for each sort algorithm is given)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:
  1. c语言学习排序算法编程

    2下载:
  2. 程序包含代码,,并计算选择排序,冒泡排序,插入排序三种算法各自所用的计算时间。用于学习排序算法编程。(The program contains code for learning sort algorithms)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:241664
    • 提供者:theisness
  1. 拓扑排序

    0下载:
  2. 进行无向图的拓扑排序算法,可以给正在学习C语言数据结构的朋友提供一点帮助(Topological sorting of undirected graphs)
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:toretto_sjf
  1. 搜索排序模型

    0下载:
  2. 介绍了搜索排序中的树模型,循序渐进,附详实的数学公式推导。(The tree model in search ranking is introduced, and the mathematical formula is deduced in detail.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:1033216
    • 提供者:davidie
  1. six_sort_algorithm

    0下载:
  2. 基于DEVC++平台实现六种排序算法,包括常见的直接插入,shell排序,冒泡排序等。(Six sorting algorithms based on DEVC++ platform)
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:泉小章
  1. QuickSort

    0下载:
  2. 改进的基于c++的快速排序算法排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved fast sorting algorithm based on C ++)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:3365888
    • 提供者:zuijiaoluo
  1. 排序

    0下载:
  2. 排序算法,数据结构实验课做过的源代码,可以在dev和vc上运行,(The sorting algorithm, the source code done in the data structure experiment class, can run on Dev and VC,)
  3. 所属分类:数据结构

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:
  1. sort

    1下载:
  2. 实现C语言的几种常用排序算法,封装了一下,可以在需要的时候直接调用(Several common algorithms of C language are implemented.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-23
    • 文件大小:10240
    • 提供者:是你凯哥哈
  1. 排序算法

    0下载:
  2. 常用排序算法的c++版本实现。包括选择,冒泡,插入(The c++ version of the commonly used sorting algorithm is implemented.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:一只猿
  1. 第四次--排序算法

    0下载:
  2. 堆排序的简单算法和应用 对半插入排序的简单算法和应用 快速排序的简单算法和应用(Simple algorithm and application of heap sequencing Simple algorithm and application of half insertion sort Simple algorithm and application of fast sorting)
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:kaiser1998
  1. Sort

    0下载:
  2. 主流O(n^2)和O(n*logn)的排序算法的实现和部分算法的优化。以及算法的性能测试。可以很直观的展现算法性能和实现过程。(The implementation of the sorting algorithm for the mainstream O (n^2) and the O (n*logn) and the optimization of some algorithms. And the performance test of the algorithm. It can show
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-29
    • 文件大小:24576
    • 提供者:cien
  1. 队列实现归并排序

    0下载:
  2. 使用C++语言实现队列归并排序的实例 采用分制法一种有效排序算法(An example of queue merging and sorting using C++ language using an efficient sorting algorithm)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:9216
    • 提供者:Alionness
  1. sort

    0下载:
  2. 几种排序算法总结,包括选择排序、冒泡排序、插入排序、二分排序、希尔排序、归并排序、快速排序(Several sorting algorithms are summarized, including selection sort, bubble sort, insert sort, two point sort, Hill sort, merge sort, quick sort.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:yongni
  1. C

    0下载:
  2. 各种排序算法详细讲解及源代码(快排,冒泡,选择,基数排序,堆排序,插入)(Various sorting algorithms are explained in detail and source code (fast row, bubble, selection, cardinality sort, heap sort, insert).)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:5624832
    • 提供者:心海逐浪
  1. 希尔排序

    0下载:
  2. 希尔排序(Shell Sort)是插入排序的一种。也称缩小增量排序,是直接插入排序算法的一种更高效的改进版本。希尔排序是非稳定排序算法。该方法因DL.Shell于1959年提出而得名。 希尔排序是把记录按下标的一定增量分组,对每组使用直接插入排序算法排序;随着增量逐渐减少,每组包含的关键词越来越多,当增量减至1时,整个文件恰被分成一组,算法便终止。(Hill sorting (Shell Sort) is a sort of insertion sort. Also known as narr
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:晴栀菀歌°
  1. Sort

    0下载:
  2. 数据结构相关的多种排序算法,冒泡,快排,二叉树等(A variety of sorting algorithms related to data structure)
  3. 所属分类:数据结构

    • 发布日期:2018-05-02
    • 文件大小:214016
    • 提供者:我就是问问
  1. sort

    0下载:
  2. 排序算法,java语言编写,有直接插入排序,希尔排序,冒泡排序,快速排序,归并排序,堆排序。(Sorting algorithm, written in Java language, has direct insertion sort, Hill sort, bubble sort, quick sort, merge sort, heap sort.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:5120
    • 提供者:zqmemeda
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com