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

搜索资源列表

  1. BUCKET_SORT

    0下载:
  2. 桶排序算法,通过链表存储桶中数据,采用直接插入法插入队列。-Bucket sorting algorithm, the bucket list data by using the direct insertion into the queue.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1574
    • 提供者:尹纪权
  1. Pratical_Algorithms_for_Programmers

    0下载:
  2. 本书作者为Andrew.Binstock等。 本书重点关注的是实用,立即可用的代码,并且广泛讨论了可移植性和特定于实现的细节。本书作者介绍了一些用用但很少被讨论的算法,它们可用于语音查找,日期和时间历程,B树和索引文件,数据压缩,任意精度的算术,校验和数据验证,并且全面的介绍了例程,排序算法和数据结构。 本书只要求读者具有C语言的初级知识以及基本代数的相关知识。源代码经过测试符合ANSI标准,可以运行在UNIX下,以及BORLAND,Microsoft和Watcom的编译器上。-Book
  3. 所属分类:Data structs

    • 发布日期:2017-06-20
    • 文件大小:32026205
    • 提供者:张振宇
  1. C.pointers.natural.merge.algorithm

    0下载:
  2. C指针自然归并排序算法设计代码C pointers natural merge sort algorithm code -C pointers natural merge sort algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:4911
    • 提供者:xc
  1. quicksort

    0下载:
  2. 算法中的寻找数组中的快速排序算法实现,根据书本算法实现的,c语言,采用迭代方法-Algorithm to find an array of quick sort algorithm, the algorithm based on books, c language, the use of iterative methods
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:16173
    • 提供者:龙飞
  1. toposort1

    0下载:
  2. 用C++语言实现拓扑排序算法,但只能找到一个拓扑排序-topological sorting arrangement
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:791
    • 提供者:hiro
  1. SortAnaylizenei

    0下载:
  2. 内部排序算法的性能分析内部排序算法的性能分析-Performance analysis of the internal sorting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3468769
    • 提供者:pituo
  1. All_SortS

    0下载:
  2. 各种排序算法的比较,包括快速排序(递归和非递归)希尔排序,-Comparison of various sorting algorithms, including the quick sort (recursive and non recursive) Hill, sorting, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1745
    • 提供者:CodeOzO
  1. Sort

    0下载:
  2. 冒泡排序,希尔排序,快速排序,堆排序等排序算法的实现-Bubble sort, Hill sort, quick sort, heap sort and other sorting algorithm implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:8152
    • 提供者:wensen
  1. MergeSortBinSearch

    0下载:
  2. 一个归并排序算法的实现,还有一个二分查找算法的实现。-A merge sort algorithm, there is a binary search algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:941
    • 提供者:wensen
  1. Characters.quick.sorting.algorithm

    0下载:
  2. 字符的快速排序算法 字符的快速排序算法 -Characters.quick.sorting.algorithmCharacters.quick.sorting.algorithmCharacters.quick.sorting.algorithmCharacters.quick.sorting.algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:15288
    • 提供者:Rocky
  1. Test_Order

    0下载:
  2. 随机产生10万个数,采用各种排序算法,包括:气泡,插入,折半插入,希尔排序等算法进行排序。并比较各个排序的效率。原创-10 million randomly generated number, using a variety of sorting algorithms, including: bubble, insertion, binary insertion, Hill sorting algorithm to sort. And compare the efficiency of each
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:372503
    • 提供者:yangsong
  1. guibingpaixu

    0下载:
  2. 基于分治思想的归并排序算法简单实现,使用C++编写.-Based on Divide and Conquer simple implementation of merge sorting algorithm, written using C++.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:549
    • 提供者:刘志
  1. sort

    0下载:
  2. 实现基本排序算法,可供初学者参考,包括冒牌排序、基数排序、快速排序、简单排序、选择排序、插入排序、堆排序、二路归并排序等-Achieve the basic sorting algorithm reference for beginners, including counterfeit sort, radix sort, quick sort, simple sort, selection sort, insertion sort, heap sort, merge sort etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2977
    • 提供者:frank
  1. Sorting

    0下载:
  2. 排序算法是数据结构中算法,已经编译,并无错误,在vs2008中编译。为实验中所作算法。-Sorting algorithm is a data structure, algorithm, has been compiled, no errors in the vs2008 compiler. By the algorithm for the experiment.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1786
    • 提供者:fff
  1. Topological

    0下载:
  2. 拓扑排序算法是数据结构中算法,已经编译,并无错误,在vs2008中编译。为实验中所作算法。-Topological sorting algorithm is a data structure, algorithm, has been compiled, no errors in the vs2008 compiler. By the algorithm for the experiment.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1704
    • 提供者:fff
  1. hufuman

    1下载:
  2. 从键盘输入一组关键字序列分别实现下列排序: 1.实现简单选择排序、直接插入排序和冒泡排序。 2.实现快速排序算法。 3.实现折半插入排序。 4.采用几组不同数据测试各个排序算法的性能(比较次数和移动次数)。 -paixu
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1763
    • 提供者:
  1. paixu

    0下载:
  2. 从键盘输入一组关键字序列分别实现下列排序: 1.实现简单选择排序、直接插入排序和冒泡排序。 2.实现快速排序算法。 3.实现折半插入排序。 4.采用几组不同数据测试各个排序算法的性能(比较次数和移动次数)。 -paixu
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1499
    • 提供者:
  1. maopaopaixu

    0下载:
  2. 这是我个人独到的冒泡排序算法,望对你有所启发-A ha
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1184052
    • 提供者:chenli
  1. Sequence

    0下载:
  2. 以c++实现的基础排序算法,包括直接插入排序,选择排序,冒泡排序,堆排序。-To c++ implementation of the basic sorting algorithm, including direct insertion sort, selection sort, bubble sort, heap sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1015
    • 提供者:chysy
  1. sort

    0下载:
  2. 分段并行排序算法,算法描述: 分段 -> 段内排序 -> 归约结果。-Segment parallel sorting algorithm, algorithm descr iption: Sub-> Sort paragraph-> reduction results.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2923
    • 提供者:chenzhogc
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com