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

搜索资源列表

  1. Ktongfa

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

    • 发布日期:2013-05-19
    • 文件大小:7019
    • 提供者:肖煜东
  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. 算法第4版

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

    • 发布日期:2017-12-27
    • 文件大小:89542656
    • 提供者:marquisire
  1. bucketSort

    0下载:
  2. 桶排序 (Bucket sort)或所谓的箱排序,是一个排序算法,工作的原理是将数组分到有限数量的桶子里。(BUCKETSORT (Bucket sort) or the so-called box sort is a sorting algorithm, the principle is the array is divided into a finite number of buckets.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:216064
    • 提供者:binjun
  1. 2016032701

    0下载:
  2. 排序算法,包括冒泡排序,堆排序,快排,归并排序等等(Sorting algorithm, including bubble sort, heap sort, quick row, merge sort, and so on)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:654336
    • 提供者:张好烦
  1. H9

    0下载:
  2. 谢尔排序,快速排序以及归并排序的三个Python程序(Shell sorting, quick sorting and merge sort of three Python program)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:pinking
  1. 冒泡排序改进版

    0下载:
  2. 对冒泡排序进行改进。减少循环次数,降低算法复杂度(Improved bubble sort)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:707584
    • 提供者:周蛋宝
  1. 排序递归算法

    0下载:
  2. 数组做函数参数的退回问题 退回为一个指针, 1 正确做法:把数组的内存首地址和数组的有效长度传给被调用函数 2 //实参的a 和 形参的a 的数据类型本质不一样形参中的数组 ,编译器会把它当成指针处理 这是C语言的特色排序 本质也剖析 3 形参写在函数上,和写在函数内是一样的,只不过是具有对外的属性而已.(The return problem of the array as a function parameter is returned to a pointer, 1 corre
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:xiaomumu
  1. 数据结构与算法分析+c语言描述[答案]

    1下载:
  2. 压缩包中包含各种排序经典算法。全部都用C语言实现。(Compressed package contains various sorting algorithms. All implemented in C language)
  3. 所属分类:其他

  1. Sort1

    0下载:
  2. 冒泡排序 和直接选择排序 java实现 冒泡排序算法 和 直接选择排序算法(bubbleSort and selectSort in java)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:StephW
  1. Quickp

    0下载:
  2. LINUX系统下的快速排序算法的MPI实现(MPI implementation of fast sorting algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:知白守
  1. 快速排序

    0下载:
  2. 快速排序,主要是代码实现,这是我上算法课的时候自己编写的,有些缺陷请原谅(quicksort,this is a easy test.i ues it to sort a easy array.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:3072
    • 提供者:jakejian
  1. 编程练习题

    0下载:
  2. 排序算法练习题,计算机考试练习题,C语言练习题(Sorting Algorithm Exercises, Computer Exercises, C Language Exercises)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:557056
    • 提供者:catheriine
  1. 02二叉排序树_BinarySortTree

    0下载:
  2. 二叉排列树的查找算法,《大话数据结构》里面的。(Lookup algorithm, balance two forked tree, big talk data structure inside.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:kingtree
  1. some sort and selection algorithms

    0下载:
  2. 三种排序算法和两种查找算法,可直接打开,编译运行。没有错误(some sort and selection algorithms)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:射鲸少年
  1. %5B啊哈!算法%5D.啊哈磊.扫描版

    0下载:
  2. 啊哈算法的pdf版,特别形象的算法书籍,其中的快速排序,桶排序简单明了(pdf version of aha algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:76889088
    • 提供者:张小泽
  1. QKP2

    0下载:
  2. 使用DE算法求解二次背包问题,采用了动态排序的方法(DE algorithm is used to solve the two knapsack problem. Dynamic sorting method is adopted.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:263168
    • 提供者:窝里有洞
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com