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

搜索资源列表

  1. rank

    0下载:
  2. 并行计算中的排序算法的枚举算法,方便大家学习并行程序设计-Parallel sorting algorithm in the enumeration algorithm so as to facilitate learning parallel programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4043
    • 提供者:陈君
  1. Ktongfa

    0下载:
  2. 著名的大数量的排序算法--K桶排序法~在数据文本式的大数据排序时,K桶法会是一个不错的选择! k桶法:k桶法有两个主要步骤:分桶,整合。 分桶:把n个数依次放入k个桶中,除了第k个桶外,放入前k 1个桶中的数都要求后一个大于 前一个。分桶的具体规则如下: 第1个数放入第一个桶内,第2个数若大于第一个桶中的数(即第一个数)则放入第一个桶内, 否则放入第二桶内,以此类推。设现要将第j个数放入某桶中,先从第一个桶试起,若第j个 数大于当前第一个桶中最
  3. 所属分类:其他小程序

    • 发布日期:2013-05-19
    • 文件大小:7019
    • 提供者:肖煜东
  1. sort

    0下载:
  2. 常见排序算法的性能分析及比较 插入排序、快速排序、冒泡排序、归并排序、桶排序-Common sort algorithm performance analysis and comparison Insertion sort, quick sort, bubble sort, merge sort, bucket sorting, etc
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:7761
    • 提供者:zhang liwei
  1. bubble

    0下载:
  2. 包含冒泡排序和插入排序两种景点数据结构排序算法的程序源文件-Contains two kinds of bubble sort and insertion sort sorting algorithm data structures attractions program source files
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3706640
    • 提供者:郝竹明
  1. 1-108

    0下载:
  2. 数据结构拓扑排序算法,有向图中产生一种拓扑排序序列。基于栈和邻接表的存储结构实现-Topological sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:35964
    • 提供者:qwermnbvx
  1. paixu

    0下载:
  2. 排序算法用MPI实现 并行初步PDF教程-sort mpi
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:829440
    • 提供者:hunterd
  1. computer_classical_arithmetic

    0下载:
  2. 该文件主要为分治策略、概率算法、回溯算法、枚举法、模拟退火算法、排序算法、搜索算法、贪心算法、遗传算法、蚁群算法的介绍及实现方式-The document mainly divide and conquer, probabilistic algorithms, backtracking algorithm, enumeration method, simulated annealing algorithm, sorting algorithm, search algorithm, greedy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:774915
    • 提供者:mcs
  1. 二叉排序树的删除算法

    0下载:
  2. 写出在二叉排序树中删除一个结点的算法,使删除后仍为二叉排序树。设删除结点由指针p所指,其双亲结点由指针f所指,并假设被删除结点是其双亲结点的右孩子。
  3. 所属分类:编程文档

  1. 信号处理经典算法

    0下载:
  2. 15个信号处理经典算法模型及代码实现,涵盖 Dijkstra.DP.BFS/DFS.红黑树.KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT 等 15 个经典基础算法,
  3. 所属分类:编程文档

    • 发布日期:2015-05-16
    • 文件大小:10926059
    • 提供者:huangxiaohui
  1. paixu

    0下载:
  2. 针对以下的类定义,实现其中的各排序算法,并输出比较次数和移动次数(For each of the following class definitions, the sorting algorithms are implemented, and the number of comparisons and the number of times are moved)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:7168
    • 提供者:TTime
  1. 十五个经典算法研究与总结、目录+索引(by_...

    0下载:
  2. 对目前的经典算法有详细的概括,包括红黑树,排序,sift等等(A detailed overview of the current classical algorithms)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:11040768
    • 提供者:Sher7win
  1. 排序蚁群算法

    0下载:
  2. 蚁群算法的学习,适合研究机器人行走寻路以及其他路径寻找。(Ant colony algorithm is suitable for robot walking, pathfinding and other path finding.)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:10240
    • 提供者:¥%…&*
  1. 数据算法处理显示

    2下载:
  2. 可以实现数据的排序,不同的数据处理方式对比等,(Data sorting can be achieved, different data processing methods, such as contrast)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:4593664
    • 提供者:dsqgxut
  1. 冒泡

    0下载:
  2. 冒泡排序算法,最简单的数据结构排序算法,希望大家喜欢(Bubble sort algorithm)
  3. 所属分类:数据结构

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:imba66
  1. 分水岭_算法

    0下载:
  2. 分水岭的计算过程是一个迭代标注过程。分水岭比较经典的计算方法是L. Vincent提出的。在该算法中,分水岭计算分两个步骤,一个是排序过程,一个是淹没过程。首先对每个像素的灰度级进行从低到高排序,然后在从低到高实现淹没过程中,对每一个局部极小值在h阶高度的影响域采用先进先出(FIFO)结构进行判断及标注。(The watershed computation process is an iterative annotation procedure. Watershed comparison, th
  3. 所属分类:图形图象

    • 发布日期:2017-12-27
    • 文件大小:5120
    • 提供者:睡袋
  1. 归并排序

    0下载:
  2. 归并算法说明排序中可以有很多种,这只是其中一种较为简单的,还有单链表(This is a programming for sort.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:MrShao
  1. 算法第4版

    0下载:
  2. 包括了排序、查找、分类等目录下的各种算法,内容丰富,可钻研性高。唯一的问题是习题并没有答案。(Algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:89542656
    • 提供者:marquisire
  1. 非支配排序遗传算法

    1下载:
  2. 非支配排序遗传算法NAGS2,算法程序进行了相应的注释,可以运行(Non dominated sorting genetic algorithm NAGS2, algorithm procedures for the corresponding notes, you can run)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:532480
    • 提供者:Slfwoniu
  1. MergeSort

    0下载:
  2. 随机生成20个二位整数(编程实现) 使用二路归并算法进行排序(data structure merge sort visual c++ c++ language to random numbers, have been debug, you can run it correctly)
  3. 所属分类:

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:CG:GO
  1. IJPrj

    0下载:
  2. Java实现常见的排序算法,供初学者参考。(Java to achieve a common sorting algorithm)
  3. 所属分类:Java编程

« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com