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

搜索资源列表

  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. QuickSort

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

  1. 快速排序非递归算法(队列实现)

    0下载:
  2. 快速排序的非递归方法
  3. 所属分类:数据结构常用算法

  1. 针对链式或顺序存储的线性表实现指定的操作

    0下载:
  2. 针对链式或顺序存储的线性表实现指定的操作 使用栈或队列解决一个应用问题 实现对二叉树的一个指定的操作或用二叉树解决一应用问题 实现对图的一个指定的操作或用图解决一个应用问题 查找算法设计 排序算法设计 ,Store chain or the order for the linear table implementation of the operation specified stack or queue to use the application to solve a probl
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-21
    • 文件大小:24964
    • 提供者:冯莹莹
  1. 查找向量容器中的两个字符串

    0下载:
  2. 编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。,Programming to achieve the following functions: the main function, use the find () function to find Vector co
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:4212
    • 提供者:weiht
  1. MergeSort

    0下载:
  2. 自己实现的c++归并排序算法 已验证准确性-merge sort algorithms in c++
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4345507
    • 提供者:yvette
  1. O(logN)sort

    0下载:
  2. 时间复杂度为O(logN)的排序算法。。俗称重口味排序-Time complexity is O (logN) sorting algorithm. . Commonly known as the flavors sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:580
    • 提供者:Oniontree
  1. paixu2.8

    0下载:
  2. 快速排序算法 按第一个元素排列或按随机元素排列 算法分析与设计-Quick sort algorithm or by the first element of array elements arranged in random
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:919503
    • 提供者:薛佩佩
  1. heap_sort

    0下载:
  2. 堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素。-Accumulation sort (Heapsort) is the accumulation of tree (heap) refers to the use of this data structure designed by a sorting algorithm can take advantage of an array of features to quic
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:20955
    • 提供者:neo
  1. GAexample.rar

    2下载:
  2. 遗传算法例程:通过MATLAB,以航班调度排序为例,实现遗传算法。,Genetic algorithm routines: the adoption of MATLAB, in order to sort Flight Scheduling as an example, the realization of genetic algorithm.
  3. 所属分类:matlab

    • 发布日期:2015-05-21
    • 文件大小:170363
    • 提供者:xiaozhima
  1. sort.rar

    0下载:
  2. 由C++实现的各种排序算法,包括直接插入排序、希尔排序、冒泡排序、快速排序、选择排序等,By the C++ to achieve a variety of sorting algorithms, including the direct insertion sort, Hill sort, bubble sort, quick sort, selection sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:25236
    • 提供者:yangbo
  1. Setup_JLinkARM_V408i

    0下载:
  2. 很好的排序算法哦,下吧,真的蛮好,我花了一天写的-It very good!download no hesitate
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7752332
    • 提供者:lolo
  1. mr-runk

    2下载:
  2. 基于互信息理论的最大相关排序算法,可应用于各领域的特征选择。-Maximum mutual information based relevance ranking algorithm theory can be applied to all areas of feature selection.
  3. 所属分类:Mathimatics-Numerical algorithms

  1. duipaixu

    0下载:
  2. 用MFC实现的数据结构中的堆排序算法。程序可运行。-MFC implementation of data structures in the heap sort algorithm.The program can run.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1887814
    • 提供者:一夜长大
  1. RankingHeterogeneousFeaturesWithmRMRAndMutualInfor

    0下载:
  2. 该代码是基于互信息的非均匀特征排序算法的MATLAB实现-The code is based on the mutual information of non-uniform features of MATLAB realization of sorting algorithms
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1885
    • 提供者:yangwj
  1. sjjg

    0下载:
  2. 1)实现二路归并排序算法。 2)实现希尔排序算法。 3)实现快速排序算法。 4)实现堆排序算法。 (6)已知长度为n的线性表A采用顺序存储结构,该算法删除线性表中所有值为item的数据元素。删除后的数组元素与原数组元素不必保持顺序一致。 一个主函数,调试上述算法。-1) Achieving way merge sorting algorithm. 2) Achieving Hill sorting algorithms. 3) The fast sorting algorit
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:589093
    • 提供者:demoncat
  1. merge

    0下载:
  2. 自然合并排序算法 与归并算法MergeSort相比 没有递归的过程 是按照数组的大小依次进行合并来实现排序的算法-Natural merge sort algorithm and merging algorithm compared MergeSort not recursive process is in accordance with the size of the array in order to achieve the sort merge algorithm
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:7727
    • 提供者:cuiyuzheng
  1. OptimizeAlgrithm

    0下载:
  2. 快速排序优化算法,当子数组小于某一K值时不在计划分,而是采用直接插入排序法,k是与总结点数N有关的一个值(k=f(n-OptimizeAlgrithim
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:632228
    • 提供者:lihong
  1. QuickSort

    0下载:
  2. 迭代快速排序,基本上按照算法书上的算法思想来实现的-Iterative Quicksort basically in accordance with the algorithm book thinking algorithm to achieve the
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:111813
    • 提供者:taolizao
  1. -p2

    0下载:
  2. 最长公共子序列(LCS),最长递增子序列(LIS),最长公共递增子序列(LCIS)的实现,根据《算法导论》英文版的伪代码改写成C语言版本,测试完美通过。-The longest common sub-sequence (LCS), the longest increasing subsequence (LIS), the longest sequence of public increments (LCIS) of the realization, according to " Intr
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:753970
    • 提供者:无我
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com